
@import url("https://fonts.googleapis.com/css?family=Lato|Montserrat:400,500,600,700&display=swap");
body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #1d1e3a;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: #6c757d;
  color: #ffffff;
}

::selection {
  background: #6c757d;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(35, 37, 47, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-over-image {
  background-color: rgba(35, 37, 47, 0.5) !important;
  background-image: url("../images/overlay.png");
  background-repeat: repeat;
}

.text-custom {
  color: #e3872d;
}

.bg-custom {
  background-color: #e3872d;
}

.title-heading .subtitle {
  font-size: 18px;
  letter-spacing: 1px;
}

.title-heading .title {
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 17px;
}

.title-heading img {
  height: 140px;
  border: 4px solid #dee2e6;
}

.section-title .title {
  letter-spacing: 1px;
  font-size: 30px;
  z-index: 2;
}

.section-title .title.title-line:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  left: 50%;
  top: 60px;
  text-align: center;
  background: #e3872d;
  margin-left: -42px;
}

.section-title .title.title-line:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  left: 50%;
  top: 56px;
  z-index: 1;
  text-align: center;
  background: #da7a1d;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.para-desc {
  max-width: 700px;
}

.social-icon li a {
  color: #161c2d;
  border: 1px solid #161c2d;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
}

.social-icon li a:hover {
  background-color: #e3872d;
  border-color: #e3872d !important;
  color: #ffffff !important;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 6px;
  margin: 5px 2px 0;
  opacity: 0.5;
  border-radius: 3px;
  background: #e3872d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 20px;
  height: 6px;
}

@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 40px !important;
  }
  .section-title .title {
    font-size: 24px;
  }
}

.btn {
  padding: 12px 24px;
  outline: none;
  border-radius: 0;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.btn.btn-custom {
  color: #ffffff;
  background: #e3872d;
}

.btn.btn-custom:hover, .btn.btn-custom:focus, .btn.btn-custom:active, .btn.btn-custom.active, .btn.btn-custom.focus {
  background-color: #161c2d !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
}

.btn.btn-custom-outline {
  border: 1px solid #e3872d;
  color: #e3872d;
  background-color: transparent;
}

.btn.btn-custom-outline:hover, .btn.btn-custom-outline:focus, .btn.btn-custom-outline:active, .btn.btn-custom-outline.active, .btn.btn-custom-outline.focus {
  background-color: #e3872d !important;
  border-color: #e3872d !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
}

.btn.btn-outline-white {
  border: 1px solid #ffffff !important;
  color: #ffffff;
  background-color: transparent;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active, .btn.btn-outline-white.focus {
  background-color: #e3872d !important;
  border: 1px solid #e3872d !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25) !important;
}

.progress-box .title {
  font-size: 15px;
}

.progress-box .progress {
  height: 10px;
  overflow: visible;
}

.progress-box .progress .progress-bar {
  border-radius: 10px;
  -webkit-animation: animate-positive 3s;
          animation: animate-positive 3s;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -25px;
  right: -15px;
  font-size: 13px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.nav-pills .nav-link {
  color: #161c2d !important;
  background: #eff1f4;
  border-radius: 0 !important;
}

.nav-pills .nav-link:hover {
  background: #dee2e6;
}

.nav-pills .nav-link.active {
  background: #e3872d;
  color: #ffffff !important;
}

.sidenav .logo-border {
  border-bottom-color: #e3872d !important;
}

.sidenav .logo {
  color: #1d1e3a !important;
  font-weight: 600;
  font-size: 24px;
}

.sidenav .navbar-custom {
  margin-top: 0px;
  color: #1d1e3a !important;
}

.sidenav .navbar-custom .navbar-nav {
  display: block;
}

.sidenav .navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.sidenav .navbar-custom .navbar-nav li a {
  line-height: 25px;
  color: #1d1e3a;
  font-size: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 700;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 15px 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-family: "Montserrat", sans-serif;
}

.sidenav .navbar-custom .navbar-nav li.active a,
.sidenav .navbar-custom .navbar-nav li a:hover,
.sidenav .navbar-custom .navbar-nav li a:active {
  color: #e3872d !important;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  padding-right: 15px;
  margin-bottom: 0px;
  color: #1d1e3a;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #e3872d;
}

.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #1d1e3a;
  outline: 0;
}

.navbar-custom .navbar-toggles-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}

.menu-toggle span {
  line-height: 27px;
}

/*---NAVBAR STICKY---*/
.nav-sticky.navbar-custom .navbar-nav li a {
  color: #1d1e3a;
}

.nav-sticky.navbar-custom .navbar-nav li.active,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #e3872d !important;
}

.nav-sticky.navbar-custom.sticky-light {
  background-color: #1d1e3a;
}

.nav-sticky.navbar-custom .navbar-toggles {
  padding: .25rem .75rem;
  border: 1px solid transparent;
  outline: 0;
}

.nav-sticky .navbar-nav {
  margin-top: 0px;
}

.nav-sticky .logo {
  color: #1d1e3a !important;
}

.bottom-social {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  z-index: 2;
}

@media (min-width: 992px) {
  .sidenav {
    position: fixed;
    height: 100%;
    width: 260px;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
  }
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
  .main {
    margin-left: 280px;
  }
}

@media (max-width: 991px) {
  .navbar-custom {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    margin-top: 0px;
    padding: 10px 0px !important;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .navbar-expand-lg .navbar-collapse {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .sidenav .navbar-custom .navbar-nav li a {
    padding: 0;
  }
  .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
  }
  .nav-sticky .logo {
    color: #ffffff !important;
    margin-left: 15px;
  }
  .navbar-custom {
    margin-left: 0;
  }
  .main {
    margin-left: 0px;
    padding: 0px;
  }
  .navbar-custom .navbar-nav li a {
    line-height: 10px;
  }
}

@media (max-height: 650px) {
  .bottom-social {
    margin-top: 30px;
    position: relative;
    padding-left: 40px;
  }
}

@media (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .mobile-re {
    padding-left: 15px;
  }
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  height: 75vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.clip-home {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 30% 100%, 0 83%);
          clip-path: polygon(0 0, 100% 0, 100% 83%, 30% 100%, 0 83%);
}

@media (min-width: 200px) and (max-width: 767px) {
  .bg-home, .bg-half {
    padding: 150px 0;
    height: auto;
  }
}

.about-list {
  line-height: 32px;
}

.about-list .listing {
  max-width: 110px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
}

.services {
  border: 1px solid #ebedef;
  cursor: pointer;
  height: 100%;
}

.services .icon i {
  height: 75px;
  width: 75px;
  line-height: 75px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services .title {
  font-size: 18px;
}

.services:hover .icon i {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  color: #e3872d;
}

.resume-desc .content .company-university {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .resume-desc .resume-year {
    float: none !important;
  }
}

.container-filter li {
  display: inline-block;
}

.container-filter li a {
  font-size: 11px;
  padding: 0px 15px;
  margin: 5px 3px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
  line-height: 34px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container-filter li a.active, .container-filter li a:hover {
  color: #e3872d !important;
  border-color: #e3872d !important;
}

.item-box .item-container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  object-fit: fill;
}

.item-box .item-mask {
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: none repeat scroll 0 0 #e9a15a;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.item-box .item-mask .tag {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #ffffff;
}

.item-box .item-mask .item-caption {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: 0px;
  right: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.item-box:hover .item-mask {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.item-box:hover .item-mask .item-caption {
  opacity: 1;
}

.item-box:hover .item-container {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.spacing {
  padding-left: 3px;
  padding-right: 3px;
}

.bg-cta {
  padding: 150px 0;
}

.bg-cta .play-btn {
  height: 80px;
  width: 80px;
  font-size: 30px;
  line-height: 78px;
  border-radius: 50%;
  display: inline-block;
  -webkit-text-stroke: 1.5px #e3872d;
  -webkit-text-fill-color: transparent;
  border: 2px solid #ffffff;
  margin-top: 30px;
}

.bg-cta .play-btn:hover {
  -webkit-text-stroke: 0px #e3872d;
  -webkit-text-fill-color: #e3872d;
}

.blog .title, .blog .read-more {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog img{
  width: 100%;
  height: 180px;
}

.blog .title:hover, .blog .read-more:hover {
  color: #e3872d !important;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.form-group .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #161c2d;
  background: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group textarea {
  height: 180px !important;
}

.contact-detail i {
  font-size: 30px;
  width: 96px;
  height: 96px;
  line-height: 96px;
}

.map iframe {
  width: 100%;
  height: 470px;
}

.projects-intership {
  text-align: center;
  align-items: center;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #dc3545;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding-bottom: 10px;
  color: #dc3545;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #28a745;
  font-size: 22px;
}

.footer {
  padding: 30px 0;
  color: #adb5bd;
}
/*# sourceMappingURL=style.css.map */