/* basic CSS Start */
/* font-family: 'Inter', sans-serif; */

body {
  font-family: "Roboto", sans-serif;
  color: #2c2c2c;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  min-height: 100vh; margin:0;
  /* height: calc(100% - 62px); */
  display:flex; flex-direction:column;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f1f;
  margin-bottom: 0;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 64px;
  font-weight: 600;
}
h2 {
  font-size: 42px;
  font-weight: 700;
  color: #535353;
}
h3 {
  font-size: 32px;
  color: #2c2c2c;
  font-weight: 600;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1f1f1f;
}
.orange-text {
  color: #FF8B00;
}
.blue-text {
  color: #046297;
}
.light-blue-text{
  color: #4B97BC;
}
.green-text {
  color: #305145;
}
.black-text {
  color: #1f1f1f;
}
.light-grey-text {
  color: #787878;
}
.dark-grey-text {
  color: #535353;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-120 {
  margin-bottom: 120px;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
.sq-title {
  position: relative;
  display: inline;
  width: auto;
  z-index: 1;
}
.sq-title::before{
  position: absolute;
  background: #E2EEF1;
  width: 40px;
  height: 40px;
  z-index: -1;
  content: '';
  left: -20px;
  top: -10px;
}
.btn-primary {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border-radius: 6px;
  background: #ffc400;
  border: 1px #ffc400 solid;
  padding: 9px 18px;
  min-width: 134px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-primary:hover {
  background: #FFA800;
  outline: none;
  border: 1px #FFA800 solid;
  transition: all .7s;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-secondary:focus,
.btn-secondary:active:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
  background: #000;
  border-color: #000;
  color: #fff;
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}

/**** Header CSS Start ******/
main{
  flex:1;
}
.navbar {
  padding: 0 !important;
}
.main-navbar {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.main-navbar.header-fixed {
  position: sticky;
  width: 100%;
  left: 0;
  top: -220px;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.main-navbar.header-fixed.js-scroll {
  top: 0;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-brand img {
  height: 40px;
  width: 100%;
  object-fit: contain;
}
.nav-link {
  color: #787878;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 27px 30px;
  padding: 0 !important;
}
.nav-item:hover .nav-link,
.nav-item .nav-link.active,
.nav-link:focus,
.nav-link:hover {
  color: #ffc400;
}
.nav-item .btn-primary {
  border-radius: 27px;
  max-width: 107px;
  padding: 7px 29px;
  color: #fff;
}
.nav-item .btn-primary:hover {
  color: #000;
}
.navbar-toggler {
  padding: 20px 10px;
}
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
/************* Banner CSS Start ************/
.banner-section {
  position: relative;
  background: #ffc400;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* .banner-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: url("../images/home-slide.png") no-repeat left bottom;
  background-size: cover;
} */
.banner-section .caption {
  padding: 0 0 0 43px;
  width: 100%;
}
.banner-section small {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.banner-section h1 span {
  color: #fff;
  display: block;
}
.banner-section p {
  color: #2c2c2c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.banner_para {
  max-width: 579px;
}
/********** What Do CSS *************/
.what-we-do {
  padding: 40px 0;
  text-align: center;
}
.what-we-do p {
  margin: 12px 0 40px 0;
  color: #1f1f1f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.we-do-box {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 24px 22px;
  margin-bottom: 40px;
}
.we-do-box .img-block {
  margin-bottom: 19px;
}
.we-do-box .img-block img {
  height: 125px;
  width: 100%;
  object-fit: contain;
}
.we-do-box p {
  color: #1f1f1f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0 0 0;
}

.what_we_do_ss .img-block .on_hover_show {
  display: none;
}
.what_we_do_ss .img-block .on_hover_show {
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: none;
  transition: .5s;
}
.what_we_do_ss .img-block:hover .on_hover_show {
  display: block;
  visibility: visible;
  width: 100%;
  height: 125px;
}
.what_we_do_ss .img-block:hover .by_default_show {
  display: none;
}
/************ recent Project css ************/
.recent-project {
  background: #f3f3f3;
  padding: 50px 0 80px 0;
  text-align: center;
  /*margin-bottom: 61px;*/
}
.recent-project img {
}
.recent-project .recent-project-img {
  height: 100%;
  margin-top: 24px;
}
.recent-project .recent-project-img .lg-img {
  height: 520px;
}
.recent-project .see-more {
  margin-top: 39px;
  display: inline-block;
}
#home-slider {
  margin-top: 21px;
}
.home-slider.owl-theme {
  padding: 0 27px;
}
.home-slider.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.home-slider.owl-carousel .owl-nav button.owl-prev,
.home-slider.owl-carousel .owl-nav button.owl-next {
  margin-top: 0;
  position: absolute;
  top: 45%;
}
.home-slider.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.home-slider.owl-carousel .owl-nav button.owl-prev span,
.home-slider.owl-carousel .owl-nav button.owl-next span {
  position: relative;
  font-size: 0;
}
.home-slider.owl-carousel .owl-nav button.owl-prev span::before {
  position: absolute;
  content: "";
  background: url("../images/prev-arrow.png") no-repeat center center;
  background-size: 100%;
  height: 32px;
  width: 32px;
  left: 0px;
  /*top: 0;*/
}
.home-slider.owl-carousel .owl-nav button.owl-next span::before {
  position: absolute;
  content: "";
  background: url("../images/next-arrow.png") no-repeat center center;
  background-size: 100%;
  height: 32px;
  width: 32px;
  right: 0px;
  /*top: 0;*/
}
/************ Portfolio Page CSS *******************/
.portfolio-section {
  padding: 65px 0;
}
.filter-cat {
  margin: 10px 0 36px 0;
}
.select-filter {
  display: flex;
  align-items: center;
}
.select-filter span {
  color: #2c2c2c;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 17px;
}

select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #2c2c2c;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  border-radius: 0.25em;
  overflow: hidden;
}
/* Arrow */
.select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #34495e;
  transition: 0.25s all ease;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
.f-cat {
  display: flex;
}
.filter-cat-results .f-cat {
  opacity: 0;
  display: none;
}
.filter-cat-results .f-cat.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*************** GolfGrip CSS Start ******************/
.inner-banner-section {
  position: relative;
}
.inner-banner-section .arrow-section {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.inner-banner-section .arrow-section img{
  height: 30px;
  width: auto;
}
.golfgrip-section {
  padding-top: 105px;
}
.divider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 92px 0 135px 0;
  text-align: center;
}
.divider-left {
  margin-right: 125px;
  background: #1f1f1f;
  height: 1px;
  width: 90%;
  position: relative;
  text-align: center;
}
.divider-right {
  margin-left: 125px;
  background: #1f1f1f;
  height: 1px;
  width: 90%;
  position: relative;
  text-align: center;
}
.divider-right::after {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #1f1f1f;
  right: 0;
  top: -10px;
  content: "";
  border-radius: 100%;
}
.divider-left::after {
  left: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #1f1f1f;
  top: -10px;
  content: "";
  border-radius: 100%;
}
.color-block {
  margin: 16px auto 30px auto;
  text-align: center;
  width: 100%;
  max-width: 320px;
}
.color-block .img-block {
  margin-bottom: 25px;
}
.color-block .dec span {
  color: #2c2c2c;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.182px;
  display: block;
}
.color-block .dec span span {
  font-weight: 600;
  display: inline-block;
}
.inter-section {
  background: #f9f9f9;
  padding: 0 0 30px 0;
  margin-bottom: 146px;
}
.inter-section .lg-title {
  color: #537655;
  text-align: center;
  font-family: Inter;
  font-size: 271.797px;
  font-style: normal;
  font-weight: 700;
  line-height: 315.243px;
}
.inter-section .inter-section-content .inter-title {
  color: #537655;
  font-family: Inter;
  font-size: 57px;
  font-style: normal;
  font-weight: 800;
  line-height: 79.743px;
}
.inter-section .inter-section-content p {
  color: #1f1f1f;
  font-family: Inter;
  font-size: 34.676px;
  font-style: normal;
  font-weight: 400;
  line-height: 48.511px;
  letter-spacing: 12.217px;
  margin-bottom: 0;
}
.general-screens-section {
  /*background: url("../images/haa-bg.png") center center no-repeat;
  background-size: contain;*/
  width: 100%;
  margin-bottom: 60px;
  background: #FCFCFC;
}
.logo-brand-section {
  padding-top: 110px;
  padding-bottom: 165px;
}
.logo-brand-section .more_form {
  margin-bottom: 92px;
}
.cal-notifier-sec {
  margin: 36px 0 0 0;
  background: #f3f3f3;
}

/***********Notifirer Page CSS Start ********************/
.notifier-logo-section {
  padding: 150px 0 0 0;
}
.notifier-logo-section img.notifier-logo {
  width: 100%;
  max-width: 975px;
  margin: 0 auto 285px auto;
  display: flex;
}
.notifier-content {
  padding: 150px 0 0 0;
}
.notifier-content .content-section {
  border-left: 4px #046297 solid;
  padding-left: 37px;
}
.main-title h2 {
  margin-bottom: 34px;
}
.main-title {
  position: relative;
  display: inline-block;
}
.main-title::after {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
  background: #ffa372;
  opacity: 0.5;
  height: 63px;
  width: 63px;
  border-radius: 100%;
  content: "";
}
.main-title.right::after {
  right: auto;
  left: -14px;
  top: 10px;
  height: 58px;
  width: 58px;
}
.main-title.small-icon::after {
  height: 58px;
  width: 58px;
  right: -29px;
  top: -15px;
}
.notifier-icon img {
  max-width: 690px;
  width: 100%;
}
.notifier-typography-section {
  padding-top: 158px;
  background-image: url("../images/notifier-small-logo.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 500px;
}
.empty-section .smartphone-img {
  padding-bottom: 195px;
}
.count-number-notifier {
  padding: 95px 0 0 0;
}
.count-number-notifier h3 {
  margin-bottom: 26px;
}
.count-number-notifier p {
  margin-bottom: 8px;
  color: #2c2c2c;
  /* font-family: SF Pro Display; */
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44.768px;
  word-break: break-word;
  letter-spacing: 4.32px;
}
.empty-section {
  padding-top: 212px;
}
.contact-page {
  background: url("../images/contact-bg.png") left bottom no-repeat #ffc400;
  position: relative;
}
.contact-page::before {
  position: absolute;
  width: 30%;
  background: #fff;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  z-index: 0;
}
.contact-page .contact-title {
  color: #fff;
  margin-top: 170px;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-right: 24px;
}
.contact-info {
  padding: 180px 33px;
  background: #fff;
  position: relative;
  z-index: 0;
}
.contact-info h2 {
  color: #1f1f1f;
  margin-bottom: 35px;
}
.contact-info .form-control {
  margin-bottom: 48px;
}
.form-label {
  color: #1f1f1f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}
.form-control {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  border-bottom: 1px #1f1f1f solid;
  border-radius: 0px;
  padding: 0 0 10px 0;
}
.contact-info .btn-primary {
  width: auto;
}
.contact-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
}
.contact-social-list li {
  margin: 0;
  padding: 0 0 0 16px;
}
.contact-social-list li img {
  height: 24px;
  width: 24px;
}
.armorx-logo-section { padding: 100px 0 0 0; }
.armorx-logo-section .color-block {  margin: 32px 12px 0 12px; max-width: 100%;}
.armorx-notifier-sec { background: url('../images/ArmorX_image_bg.webp') no-repeat top center; padding: 206px 0 0 0; margin-bottom: 145px; background-size: cover;}
.armorx-notifier-sec .armorx-not-img{ width: 100%; max-width: 1200px; margin: 170px auto 0 auto;}
.armox-section { padding: 80px 0 0 0;}
.armorx-color-section { padding-top: 160px;}
.armorx-inter { background: transparent; margin-bottom: 80px;}
.armorx-inter .lg-title {
  margin-left: 25px;
  color: #787878;
  text-align: center;
  font-size: 228.727px;
  font-style: normal;
  font-weight: 600;
  line-height:319.989px;
  text-shadow: 10px 0px 0px rgba(48, 81, 69, 0.05);
}
.armorx-inter .inter-section-content {
  position: relative;
}
.armorx-inter .inter-section-content::after{
  color: rgba(48, 81, 69, 0.05);
  text-align: center;
  font-family: Montserrat;
  font-size: 311.061px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.9%;
  position: absolute;
  left: -35px;
  top: 0;
  content: 'Inter';
}
.armox-section { display: inline-block; width: 100%; background:url('../images/solar_target-linear.png') top right no-repeat; background-size: 593px;}
.armorx-shot-section { padding: 120px 0 0 0;}
.armorx-smartphone-section { padding-bottom: 140px;}
.armorx-smartphone-section .smartphone-block { text-align: center; }
.armorx-smartphone-section .smartphone-block img.small-img { height: 740px;
  width: 100%;
  object-fit: contain;
  margin-top: 50px;}
.armorx-smartphone-section .smartphone-block .title{
  color: #2C2C2C;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 139.9%; /* 33.576px */
}
.color-area { display: flex; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); padding: 8px; margin-top: 28px;}
.color-area .color-box{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F1F1F;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  min-height: 324px;
  position: relative;
  background: #F9F9F9;
  line-height: 139.9%; /* 58.758px */
}
.color-area .color-box .title{
  color: #2C2C2C;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 139.9%; /* 33.576px */
  transform: rotate(-90deg);
  position: absolute;
  left: -53px;
  top: 50%;
}
.color-area .color-box.white{
  width: 55%;
}
.color-area .color-box.sgray{
  width: 30%;
  background: #8C0709;
}
.color-area .color-box.gray{
  background: #305145;
  width: 15%;
}
.color-area .color-box.sgray .title, .color-area .color-box.gray .title { color: #FFF; left: -73px;}
.color-area .color-box.gray, .color-area .color-box.sgray   { color: #FFF;}
.Improvis-po-section { padding: 54px 0 0 0;}
.Improvis-po-section .color-section .color-block { max-width: 366px; height: 366px; margin: 24px 0 46px 0; display: flex; align-items: center; justify-content: center; position: relative;}
.Improvis-po-section .color-section .color-block .color-content { padding: 30px;}
.Improvis-po-section .color-section .color-block .color-content span{
  color: #787878;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 139.9%; /* 33.576px */
  margin-bottom: 9px;
  display: inline-block;
  width: 100%;
}
.Improvis-po-section .color-section .color-block .color-content p{
  color: #787878;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 139.9%; /* 25.182px */
}

.Improvis-po-section .color-section .color-block .color-content p span{
  font-size: 18px;
  display: inline-block;
  width: auto;
  font-weight: 600;
  margin-bottom: 0;
}
.Improvis-po-section .color-section .color-block .color-content.blue-box span, .Improvis-po-section .color-section .color-block .color-content.blue-box p{
  color: #5A5A5A;
}
.po-inter-section.inter-section { background: transparent; margin-bottom: 76px; padding-bottom: 0;}
.po-inter-section.inter-section .lg-title {
  color: #787878;
  text-align: center;
  font-size: 144px;
  font-style: normal;
  font-weight: 600;
  line-height: 139.9%; /* 201.456px */
}
.po-img {
  max-width: 1329px;
  width: 100%;
  margin-bottom: 36px;
}
.po-full-img{
  margin-top: 198px;
}

.small-title-round {
  font-family: "Roboto", sans-serif;
  position: relative;
  color: #2C2C2C;
  text-align: justify;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-top: 42px;
  line-height: 139.9%; /* 33.576px */
  display: inline-block;
  margin-bottom: 12px;
}
.small-title-round::before{
  position: absolute;
  left: -30px;
  top: 5px;
  background: #4B97BC;
  height: 20px;
  width: 20px;
  content: '';
  border-radius: 100%;
}

/************ MixMark CSS Start ************/
.mix-mark-marketing { background: #080808; padding: 128px 0 158px 0; }
.mix-mark-marketing img { max-width: 1100px; margin: 0 auto;}
.mixmark-color-section { margin-top: -2px;}
.mix-mark-logo { background-color: #080808; padding: 111px 0;}

/***************gravitx CSS Start *************/
.gravitx-menu  { background: #000; padding: 54px 0px 32px 0px;}
.gravitx-menu span, .glasse-section span { display: inline-block; width: 100%; text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 139.9%; /* 58.758px */}

/**************** Glasse Css Start *************/
.glasse-section { background: #1a1a26; padding: 54px 0 0 0; position: relative; z-index: 1;}
.glasse-section img { margin-top: -90px; position: relative; z-index: -1;}
.glasse-logo{background: #1A1A26; padding: 0 0 107px 0; }

/*********************** Impel CSS Start **********************/
.impel-section { padding: 83px 0 47px 0;}
.impel-section .impel-logo { max-width: 242px; width: 100%;}
.impel-section h2 {line-height: 58px; margin-bottom: 10px;}
.impel-brand-logo { background: #E0E1E6; }

/********************* CarCare CSS Start ****************/
.carcare-section { background: #080808; padding: 54px 0 0 0; text-align: center;}
.carcare-section span{ display: inline-block; width: 100%; text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 54px;
  line-height: 139.9%; /* 58.758px */
}
.carcare-brand-logo { background: #080808;}
/****** Footer CSS Start **************/

footer {
  background: #535353;
  padding: 17px 0;
  font-family: "Montserrat", sans-serif;
  /* position: absolute; */
  width: 100%;
  /* height: 62px;
  bottom: 0; */
  min-height:62px;
}
footer p.copyright {
  margin-bottom: 0;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
footer .footer-links {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
}
footer .footer-links li {
  list-style: none;
  padding: 0 53px 0 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
footer .footer-links li:last-child {
  padding-right: 0;
}
footer .footer-links li a {
  color: #fff;
}
footer .footer-links li a:hover {
  color: #ffc400;
}
footer .footer-links li span {
  margin-right: 12px;
}


/* CSS Start */

/* ///////////////////// overlay css start ////////////////////// */

.overlay_main_box .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
  transition: all .5s;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
  z-index: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 600;
  line-height: 139.9%;
}
.content-details p {
  margin: 0;
  color: #FFA800;
  font-size: 24px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
}

.fadeIn-bottom{
  top: 80%;
}

.glyphee_img {
  min-height: 651px;
  width: 100%;
  object-fit: cover;
}

.overlay_main_box:hover .content-image {
  transform: scale(1.1);
}
.glyphee-logo-section{ padding: 120px 0 67px 0;}
.glyphee-logo-section .glyphee-logo-img{ width: 100%; margin: 0 auto;}
.glyphee-logo-section .glyphee-color { padding-top: 67px;}
.glyphee-logo-section .glyphee-color .img-block img{max-width: 262px; margin-bottom: 25px;}
/* ///////////////////// overlay css end ////////////////////// */

.portfolio_filter_ss select {
  appearance: auto !important;
}

.portfolio_filter_ss .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 13px;
  height: auto;
  margin-right: 0px;
}

.portfolio_filter_ss span.select2.select2-container {
  min-width: 244px;
  height: 56px;
}

.portfolio_filter_ss span.select2-selection__arrow {
  background: url(../images/yellow_down_arrow.svg) no-repeat;
  background-size: 21px;
  right: 0px !important;
  top: 0px !important;
  bottom: 0px;
  transition: all .7s;
  height: 56px !important;
  align-items: center;
  background-position: center;
}

.portfolio_filter_ss .select2-container--open  .select2-selection__arrow{
  transform: rotate(178deg);
}
.portfolio_filter_ss span.select2-selection__arrow b{
  display: none;
}
span.select2-search.select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #000;
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent;
  color: #FFC400;
}

.select2-results__option--selectable {
  cursor: pointer;
  font-size: 16px !important;
  padding: 7px 15px;
}

.portfolio_filter_ss  .select2-container .select2-selection--single .select2-selection__rendered{
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
}

ul#select2-state-p6-results li:hover {
  color:  #FFC400 !important;
}

.inner_banner_bottom_line {
  font-size: 24px;
  color: #535353;
  line-height: 139.9%;
  font-family: 'Montserrat';
  font-weight: 500;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.inner_banner_bottom_line.shadow-none {
  text-shadow: none;
}

.contact-form .form-control:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}


/* Glyphee UI/UX page css start */

.uiux_glyphee_section {
  padding-top: 109px;
  position: relative;
}

.uiux_glyphee_section .content-section .main-title:after {
  display: none;
}
.uiux_glyphee_section .uiux_glyphee_right_box img {
  max-width: 100%;
  width: 662px;
}

.uiux_glyphee_section .uiux_glyphee_left_box {
  padding-top: 120px;

}


.road_map_image {
  position: absolute;
  top: 6.2%;
}
.road_map_image img {
  width: 628px;
  max-width: 628px;
  margin-left: -22px;
}
.uiux_glyphee_section .uiux_glyphee_left_box p {
  max-width: 562px;
  text-align: justify;
  line-height: 139.9%;
}

.heading_main_title h2 {
  color: #535353;
  text-align: center;
  font-family: "Montserrat";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 139.9%;
}
.primary_color_row {
  padding-top: 160px;
}

.uiux_glyphee_section .color-block {
  max-width: 280px;
}

.uiux_glyphee_section .color-block .dec h4 {
  margin-bottom: 8px;
}
.uiux_glyphee_section .color-block .dec span {
  margin-bottom: 4px;
}

.inner_primary_shades_row {
  margin-top: 75px;
}


.uiux_glyphee_section  .count-number-notifier {
  padding: 21px 0 0 0;
}

.how_to_use_glyphee_row {
  margin-top: 114px;
}

.place .use_numeber span {
  display: flex;
  background: #FF8B00;
  color: #fff;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
}
.use_numeber {
  margin-right: 16px;
}

.use_text p {
  color: #2C2C2C;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 139.9%;
  max-width: 221px;
}

.place .use_mobile_img img {
  margin-bottom: 50px;
}

.place.place_2 .use_mobile_img img {
  transform: scale(1.2);
}

.how_use_glyphee_options {
  margin-top: 83px;
}
.place.place_1 .use_content p {
  max-width: 199px;
}


.glyphee_bottom_banner {
  margin-top: 102px;
}
.glyphee_bottom_banner img{
  width: 100%;
}

.searc_mobile_img {
  margin-top: 57px;
}

.enjoy_img_left img {
  max-width: 320px;
}

.search_find_place_row {
  margin-top: 76px;
}
.enjoy_road_row {
  margin-top: 77px;
}
.enjoy_img_left {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.enjoy_img_right {
  margin-top: 36px;
}
.enjoy_img_right img {
  width: 611px;
  max-width: 100%;
}

.enjoy_road_row {
  margin-bottom: 40px;
}

.blog-empty {
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background-color: #D9D9D9;
}

#scroll-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scroll-button:hover {
  cursor: pointer;
}
#scroll-button.show {
  opacity: 1;
  visibility: visible;
}

.banner_slider {
  z-index: auto;
}

a.smooth-scroll:hover img {
  content: url('../../assets/images/Arrow_hover.svg');
}

a.smooth-scroll:active img {
  content: url('../../assets/images/Arrow_press.svg');
}

.svg-button {
  width: 24px;
  height: 24px;
  background: url('../../assets/images/State-default.svg') no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
}

.svg-button:active {
  background: url('../../assets/images/State-Press.svg') no-repeat center center;
  background-size: contain;
}