/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');*/
/*@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: 'Montserrat-LightItalic';
    src: url("../fonts/Montserrat-LightItalic.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: 'Fontawesome';
    src: url("../fonts/FontAwesome.otf") format("embedded-opentype");
    font-weight: normal;
}*/
html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-top: 70px;
}

a {
  color: #941414;
}
a:hover {
  color: #ed2225;
  text-decoration: none;
}

a, .btn, img {
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover, .btn:hover, img:hover {
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

b, strong {
  font-weight: 600;
}

.color-black {
  color: #000000 !important;
}

.btn-theme, a.btn-theme {
  background-color: #ed2225;
  border-radius: 4px;
  color: #ffffff;
  padding: 10px 30px;
}
.btn-theme:hover, a.btn-theme:hover {
  background-color: #941414;
  color: #ffffff;
}

section {
  overflow-x: hidden;
  padding: 4rem 0;
}
section:nth-child(2n) {
  background-color: #f6f6f6;
}
@media only screen and (max-width: 1024px) {
  section {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 575px) {
  section {
    padding: 1rem 0;
  }
}
section .title {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  section .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  section .title {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
section .content-title {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  section .content-title {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
}
section .item-title {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  section .item-title {
    font-size: 18px;
  }
}
section .content {
  color: #202020;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  section .content {
    text-align: center;
  }
}
section .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-newsletter {
  background-image: url("../images/newsletter-bg.png");
  /*background-attachment: fixed;*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-newsletter .content-title {
  font-family: "Montserrat", sans-serif;
}
.section-newsletter .content {
  color: #000000;
}
.section-newsletter .input-group-append .btn-theme {
  background-color: #941414;
}
.section-newsletter .input-group-append .btn-theme i, .section-newsletter .input-group-append .btn-theme .fa, .section-newsletter .input-group-append .btn-theme .fas {
  padding: 0 10px;
}
.section-newsletter .input-group-append .btn-theme svg {
  margin: 0 10px;
}

.page-title {
  background-image: url("../images/banner/siliconorchard.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .page-title {
    height: 200px;
    background-position: left 68% top 100%;
  }
}
@media only screen and (max-width: 375px) {
  .page-title {
    height: 120px;
    background-attachment: unset;
  }
}
.page-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
}
.page-title .title {
  margin-bottom: 0;
  position: relative;
}

.header-banner {
  background-position: top center;
  background-attachment: scroll;
  /* Extra small devices (phones, less than 575px) */
}
@media (max-width: 575px) {
  .header-banner {
    background-position: center center;
  }
}

section.section-footer {
  background: #941414;
  color: #ffffff;
  padding: 2rem 0;
}

.separator {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  height: 1px;
}
.separator:after {
  height: 1px;
  background: #d1d1d1;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
  position: absolute;
  bottom: -1px;
  left: 0px;
  content: "";
  width: 100%;
}

.separator-mid {
  height: 2px;
  background-color: red;
  width: 25%;
  margin: 10px auto 15px;
}

.nav-pills {
  margin-bottom: 20px;
}
.nav-pills .nav-link {
  color: #000000;
  border: 1px solid #000000;
  margin-right: 5px;
}
.nav-pills .nav-link.active {
  background-color: #ed2225;
  border-color: #ed2225;
}
@media only screen and (max-width: 375px) {
  .nav-pills .nav-link {
    padding: 0.1rem 0.4rem;
  }
}

.text-hide {
  display: none;
}

.text-show {
  display: block;
}

/* ==== Preloader ==== */
#preloader {
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background: #fff;
  z-index: 9999;
}
#preloader .preloader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
  text-align: center;
}
#preloader .preloader-container .preload-logo {
  color: #ed2425;
  margin-top: -18px;
}
#preloader .preloader-container .back-logo {
  color: #ffe4e5;
  font-size: 50px;
  height: 50px;
  text-align: center;
  z-index: -1;
}

section .overlay-container:hover img {
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.text-highlight {
  color: #941414;
}

nav.navbar {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
nav.navbar .navbar-brand {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
nav.navbar .navbar-brand img {
  height: 44px;
}
@media only screen and (max-width: 575px) {
  nav.navbar .navbar-brand {
    font-size: 20px;
  }
}
nav.navbar ul.navbar-nav li a, nav.navbar ul.navbar-nav li .nav-link, nav.navbar ul.navbar-nav li > a.nav-link {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  nav.navbar ul.navbar-nav li a, nav.navbar ul.navbar-nav li .nav-link, nav.navbar ul.navbar-nav li > a.nav-link {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
nav.navbar ul.navbar-nav li a.active, nav.navbar ul.navbar-nav li a:active, nav.navbar ul.navbar-nav li a:hover, nav.navbar ul.navbar-nav li a:focus, nav.navbar ul.navbar-nav li .nav-link.active, nav.navbar ul.navbar-nav li .nav-link:active, nav.navbar ul.navbar-nav li .nav-link:hover, nav.navbar ul.navbar-nav li .nav-link:focus, nav.navbar ul.navbar-nav li > a.nav-link.active, nav.navbar ul.navbar-nav li > a.nav-link:active, nav.navbar ul.navbar-nav li > a.nav-link:hover, nav.navbar ul.navbar-nav li > a.nav-link:focus {
  color: #ed2225;
}
nav.navbar ul.navbar-nav li a.active:before, nav.navbar ul.navbar-nav li a:active:before, nav.navbar ul.navbar-nav li a:hover:before, nav.navbar ul.navbar-nav li a:focus:before, nav.navbar ul.navbar-nav li .nav-link.active:before, nav.navbar ul.navbar-nav li .nav-link:active:before, nav.navbar ul.navbar-nav li .nav-link:hover:before, nav.navbar ul.navbar-nav li .nav-link:focus:before, nav.navbar ul.navbar-nav li > a.nav-link.active:before, nav.navbar ul.navbar-nav li > a.nav-link:active:before, nav.navbar ul.navbar-nav li > a.nav-link:hover:before, nav.navbar ul.navbar-nav li > a.nav-link:focus:before {
  width: calc(100% - 20px);
}
@media only screen and (max-width: 991px) {
  nav.navbar ul.navbar-nav li a.active:before, nav.navbar ul.navbar-nav li a:active:before, nav.navbar ul.navbar-nav li a:hover:before, nav.navbar ul.navbar-nav li a:focus:before, nav.navbar ul.navbar-nav li .nav-link.active:before, nav.navbar ul.navbar-nav li .nav-link:active:before, nav.navbar ul.navbar-nav li .nav-link:hover:before, nav.navbar ul.navbar-nav li .nav-link:focus:before, nav.navbar ul.navbar-nav li > a.nav-link.active:before, nav.navbar ul.navbar-nav li > a.nav-link:active:before, nav.navbar ul.navbar-nav li > a.nav-link:hover:before, nav.navbar ul.navbar-nav li > a.nav-link:focus:before {
    width: 60px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
nav.navbar ul.navbar-nav li a:before, nav.navbar ul.navbar-nav li .nav-link:before, nav.navbar ul.navbar-nav li > a.nav-link:before {
  background: #ed2225;
  bottom: 0;
  content: "";
  height: 2px;
  left: 10;
  margin-left: 0px;
  position: absolute;
  transition: all 200ms ease;
  width: 0%;
}
nav.navbar ul.navbar-nav li a.dropdown-toggle:after {
  display: none;
}
nav.navbar ul.navbar-nav li a.dropdown-toggle .fa-chevron-down {
  font-size: 12px;
  margin-left: 15px;
}
nav.navbar ul.navbar-nav li .dropdown-item.active, nav.navbar ul.navbar-nav li .dropdown-item:active {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  nav.navbar ul.navbar-nav li {
    text-align: center;
  }
}

.home-masthead {
  padding: 0;
}
.home-masthead .masthead {
  background-image: url("../images/banner/siliconorchard.jpg");
  height: calc(100vh - 70px);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 375px) {
  .home-masthead .masthead {
    background-image: url("../images/banner/siliconorchard-banner.jpg");
    background-attachment: unset;
  }
}
.home-masthead .masthead .hero-top-title {
  color: #ed2225;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 200;
}
@media only screen and (max-width: 1024px) {
  .home-masthead .masthead .hero-top-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .home-masthead .masthead .hero-top-title {
    font-size: 28px;
  }
}
.home-masthead .masthead .hero-title {
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .home-masthead .masthead .hero-title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .home-masthead .masthead .hero-title {
    font-size: 32px;
  }
}
.home-masthead .masthead .content {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .home-masthead .masthead .content {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .home-masthead .masthead .content {
    margin-bottom: 20px;
  }
}
.home-masthead .cd-words-wrapper {
  font-weight: 400;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i, #return-to-top svg, #return-to-top img {
  color: #fff;
  position: relative;
  left: 1px;
  top: 15px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i, #return-to-top:hover svg, #return-to-top:hover img {
  color: #fff;
  top: 10px;
}

.copyright-site-link {
  color: #FFF;
}
.copyright-site-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

ul.social-media {
  padding: 0;
}
ul.social-media li {
  display: inline-block;
  list-style: none;
}
ul.social-media li .social-media-icon {
  height: 50px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  opacity: 0.6;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
ul.social-media li .social-media-icon:hover {
  opacity: 1;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 575px) {
  ul.social-media li .social-media-icon {
    margin: 0;
  }
}

.section-our-services .service-icon {
  max-height: 100px;
}

.section-our-clients .carousel-item > div {
  float: left;
}
.section-our-clients .carousel-item > div img, .section-our-clients .carousel-item > div .img-fluid {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.section-our-clients .carousel-item > div img:hover, .section-our-clients .carousel-item > div .img-fluid:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.section-our-clients .carousel-by-item [class*=cloneditem-] {
  display: none;
}
.section-our-clients #slider-1 {
  padding: 50px 50px;
  width: 100%;
}
.section-our-clients .carousel-control-prev {
  left: -60px;
}
.section-our-clients .carousel-control-next {
  right: -60px;
}
.section-our-clients .carousel-control-prev, .section-our-clients .carousel-control-next {
  width: 150px;
}
.section-our-clients .carousel-control-prev i, .section-our-clients .carousel-control-prev fa, .section-our-clients .carousel-control-next i, .section-our-clients .carousel-control-next fa {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .section-our-clients .title {
    margin-bottom: 0;
  }
}

.section-about .slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .section-about .slide_viewer {
    height: 220px;
  }
}
.section-about .slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.section-about .slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.section-about .slide:first-child {
  display: block;
}
.section-about .slide:nth-of-type(1) {
  /*background: #D7A151;*/
}
.section-about .slide:nth-of-type(2) {
  background: #F4E4CD;
}
.section-about .slide:nth-of-type(3) {
  background: #C75534;
}
.section-about .slide:nth-of-type(4) {
  background: #D1D1D4;
}
.section-about .slide_buttons {
  left: 0;
  /*position: absolute;*/
  right: 0;
  text-align: center;
}
.section-about a.slide_btn {
  color: #d7d7d7 !important;
  font-size: 42px !important;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-about .slide_btn.active, .section-about .slide_btn:hover {
  color: #ed2225 !important;
  cursor: pointer;
}
.section-about .directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}
.section-about .previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}
.section-about .next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}
.section-about .previous_btn, .section-about .next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}
.section-about .previous_btn:hover, .section-about .next_btn:hover {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .section-about .about-button {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-about .previous_btn {
    left: 50px;
  }
  .section-about .next_btn {
    right: 50px;
  }
}

.section-whatwedo img.img {
  max-width: 60%;
}

.page-title.portfolio {
  background-image: url("../images/banner/siliconorchard portfoilio.png");
  /* Extra small devices (phones, less than 575px) */
}
@media (max-width: 575px) {
  .page-title.portfolio {
    background-position: top right;
  }
}

.profile-section {
  /*Images and Overlays
  ---------------------------------- */
  /* Large devices (Large desktops 1200px and up) */
  /* Extra small devices (phones, less than 575px) */
  /* Large and Medium devices (desktops, tablets less than 1199px) */
}
.profile-section .overlay-container {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.profile-section .overlay-bottom,
.profile-section .overlay-top {
  position: absolute;
  top: auto;
  padding: 15px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  height: 0;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.profile-section .overlay-bottom.links,
.profile-section .overlay-to-top.links {
  z-index: 11;
}
.profile-section .overlay-to-top {
  position: absolute;
  top: auto;
  padding: 10px;
  bottom: -30px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #ffffff;
}
.profile-section .overlay-top {
  top: 0;
}
.profile-section .overlay-visible .overlay-bottom,
.profile-section .overlay-visible .overlay-top {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto !important;
  padding-bottom: 20px;
}
.profile-section .overlay-visible.overlay-container:hover .overlay-bottom:not(.links),
.profile-section .overlay-visible.overlay-container:hover .overlay-top {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.profile-section .overlay-top a,
.profile-section .overlay-bottom a,
.profile-section .overlay-to-top a,
.profile-section .overlay-top a:hover,
.profile-section .overlay-bottom a:hover,
.profile-section .overlay-to-top a:hover {
  color: #ffffff;
  text-decoration: none;
}
.profile-section .overlay-container .text {
  padding: 0 20px;
  position: relative;
}
.profile-section .overlay-container .text h3 {
  font-size: 20px;
}
.profile-section .overlay-container .text h3,
.profile-section .overlay-container .text h3 .small {
  margin-top: 0;
  color: #ffffff;
}
.profile-section .overlay-container .text a:hover {
  color: #ffffff;
}
.profile-section .overlay-bottom .btn,
.profile-section .overlay-top .btn {
  color: #ffffff;
  border-color: #ffffff;
  margin: 0;
}
.profile-section .overlay-bottom .btn:hover,
.profile-section .overlay-top .btn:hover {
  color: #777777;
  background-color: #ffffff;
}
.profile-section .overlay-container:hover .overlay-top,
.profile-section .overlay-container:hover .overlay-bottom,
.profile-section .image-box.style-2:hover .overlay-top,
.profile-section .image-box.style-2:hover .overlay-bottom {
  height: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.profile-section .overlay-container:hover .overlay-to-top,
.profile-section .image-box:hover .overlay-to-top {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.profile-section .overlay-link {
  position: absolute;
  z-index: 10;
  top: 0;
  padding: 15px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #ffffff;
}
.profile-section .overlay-link i {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  font-size: 32px;
  line-height: 80px;
}
.profile-section .overlay-link i:hover {
  background-color: #ffffff;
  color: #777777;
}
.profile-section .overlay-link.small i {
  width: 25px;
  height: 25px;
  margin: -12.5px 0 0 -12.5px;
  font-size: 14px;
  line-height: 25px;
}
.profile-section .overlay-container:hover .overlay-link {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.profile-section .hc-shadow-2 {
  -webkit-box-shadow: 0 10px 6px -6px #999;
  box-shadow: 0 10px 6px -6px #999;
}
.profile-section .grid-space-10 {
  margin-right: -6px;
  margin-left: -6px;
}
.profile-section .grid-space-10 .col-lg-4, .profile-section .grid-space-10 .col-md-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.profile-section .mb-20 {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .profile-section .overlay-container .text {
    top: 30%;
  }
}
@media (max-width: 575px) {
  .profile-section .overlay-container .text {
    top: 30%;
  }
  .profile-section .overlay-container .text p:not(.mobile-visible) {
    display: none;
  }
}
@media (min-width: 575px) and (max-width: 1199px) {
  .profile-section .overlay-container:not(.overlay-visible) .overlay-top ~ .overlay-bottom {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .profile-section .slick-slide .overlay-container:hover .overlay-top {
    height: 71%;
  }
  .profile-section .slick-slide .overlay-container:hover .overlay-bottom {
    height: 29%;
  }
}

/*-----------------
portfolio view page
-----------------*/
.portfolio .portfolio-item {
  margin-bottom: 2rem;
}

.project-modal .modal-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.project-modal .content-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}
.project-modal .project-info .content {
  line-height: 1.7;
}
.project-modal .title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1rem;
}
.project-modal .tags-list span {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 5px 10px;
}
.project-modal .carousel-indicators {
  bottom: 25px;
}

.page-title.team {
  background-image: url("../images/banner/siliconorchard team.png");
}

.team-section .isotope-item {
  margin-bottom: 30px;
}
.team-section .overlay-container {
  margin-bottom: 1rem;
}

.member-name, .card-body .member-name {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px !important;
}

@media (min-width: 992px) {
  .team-item .container {
    max-width: 960px;
  }
}
.member-desig {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.member-social-media {
  padding: 1rem 0;
}
.member-social-media img {
  opacity: 0.6;
}
.member-social-media img:hover {
  opacity: 1;
}

.member-content {
  line-height: 1.8;
}

/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.page-title.contact {
  background-image: url("../images/banner/siliconorchard contact.png");
}

.section-contactus .address .address-icon {
  float: left;
}
.section-contactus .address .address-icon .img {
  border: 0;
  height: 60px;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .section-contactus .address .address-icon .img {
    height: 45px;
    margin-right: 5px;
  }
}
.section-contactus .address .content {
  line-height: 60px;
}
@media only screen and (max-width: 575px) {
  .section-contactus .address .content {
    line-height: 45px;
  }
}
.section-contactus .address .content.address {
  line-height: 2;
  padding-left: 70px;
}
@media only screen and (max-width: 575px) {
  .section-contactus .address .content.address {
    padding-left: 50px;
  }
}

#map > iframe {
  height: 500px;
  width: 100%;
}

.btn-theme:disabled {
  cursor: not-allowed;
}

.career-header {
  background-attachment: unset;
  background-image: url("../images/career/career-banner.png");
}

.open-job-position .card {
  background-color: transparent;
  border-color: #bbbbbb;
}
.open-job-position .card .card-body {
  padding-bottom: 150px;
  position: relative;
}
.open-job-position .card .card-body .circle {
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  bottom: 20px;
  left: calc(50% - 50px);
  line-height: 100px;
  position: absolute;
  text-align: center;
  width: 100px;
}
.open-job-position .card .card-body .circle:hover {
  background: rgba(255, 0, 0, 0.1);
}

.sendus-cv .content {
  margin-bottom: 5px;
}

.jobs-detial-listing-custom ul {
  padding: 0;
}
.jobs-detial-listing-custom ul li {
  margin-bottom: 16px;
  list-style: none;
}
.jobs-detial-listing-custom ul li .listing-inner .fa, .jobs-detial-listing-custom ul li .listing-inner svg {
  float: left;
  height: 24px;
}
.jobs-detial-listing-custom ul li .cs-text {
  padding-left: 26px;
}

.job-post .content-title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  margin-bottom: 0.5rem;
}
.job-post ul li {
  margin-bottom: 10px;
}

.splide__slide img {
  max-width: 100%;
}

.header-banner.research {
  background-image: url("../images/banner/siliconorchard research.png");
}

.section-research .research-links a {
  color: #ed2225;
}
.section-research .research-links a:hover {
  color: #941414;
}
@media only screen and (max-width: 991px) {
  .section-research .research-links {
    text-align: center;
  }
}

.header-banner.news {
  background-image: url("../images/banner/siliconorchard news.png");
}

.section-news {
  background: #ffffff !important;
}
.section-news .news-item {
  background: #F7F7F7;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 2rem 2rem 2rem 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  .section-news .news-item {
    padding: 1rem;
  }
}
.section-news .news-item .news-date {
  color: #E20E0E;
}

.box-shadow-hover {
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.box-shadow-hover:hover {
  box-shadow: 5px 5px 8px 8px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.section-seo-packages {
  min-height: calc(100vh - 70px - 88px - 200px);
}
.section-seo-packages .price-table {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.section-seo-packages .price-table .plan-header {
  background: #ed2225;
  padding: 20px 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #ffffff;
}
.section-seo-packages .price-table .plan-header.collapsed {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.section-seo-packages .price-table .plan-header .price-table-heading {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .section-seo-packages .price-table .plan-header .price-table-heading {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-seo-packages .price-table .plan-header .price-table-heading {
    cursor: pointer;
  }
}
.section-seo-packages .price-table .sub-heading {
  padding: 15px 0 5px;
  font-style: italic;
}
.section-seo-packages .price-table .features-list {
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section-seo-packages .price-table .features-list li {
  line-height: 1.5em;
}
.section-seo-packages .price-table .features-list li:before {
  content: "";
  border-top: 1px dashed #bbbbbb;
  display: block;
  margin: 10px 45px;
}
.section-seo-packages .price-table .features-list li div {
  margin-left: 15px;
  margin-right: 15px;
}
.section-seo-packages .price-table .features-list li div svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.section-seo-packages .price-table .features-list li div svg.checked path {
  fill: #007500;
}
.section-seo-packages .price-table .features-list li div svg.xmark path {
  fill: #ed2225;
}
.section-seo-packages .price-table .collapse {
  display: inherit;
}
@media (max-width: 767px) {
  .section-seo-packages .price-table .collapse {
    display: none;
  }
  .section-seo-packages .price-table .collapse.show {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
