/*!
 * Start Bootstrap - Agency v5.0.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
p {
  line-height: 1.75;
}
a {
  color: #50c878;
}
a:hover {
  color: #777777;
}
.text-primary {
  color: #50c878 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.btn {
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}
.btn-primary {
  background-color: #50c878;
  border-color: #50c878;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #212529 !important;
  border-color: #212529 !important;
  color: #fff;
}
.btn-primary:active,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}
::-moz-selection {
  background: #50c878;
  text-shadow: none;
}
::selection {
  background: #50c878;
  text-shadow: none;
}
img::-moz-selection {
  background: 0 0;
}
img::selection {
  background: 0 0;
}
img::-moz-selection {
  background: 0 0;
}
#mainNav {
  background-color: #212529;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background-color: #50c878;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand {
  color: #50c878;
  font-family: "Kaushan Script", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #fff;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #50c878;
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}
header.masthead {
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)),
    url(../img/slider/slide_1.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}
header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: #fff;
}
#portfolio
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content
  i {
  margin-top: -12px;
}
#portfolio
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content
  h3,
#portfolio
  .portfolio-item
  .portfolio-link
  .portfolio-hover
  .portfolio-hover-content
  h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.portfolio-modal {
  padding-right: 0 !important;
}
.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content button {
  cursor: pointer;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}
.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after,
.timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: #fff;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #50c878;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  margin-bottom: 50px;
  text-align: center;
}
.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
section#contact {
  background-color: #212529;
  background-image: url(../img/map-image.png);
  background-repeat: no-repeat;
  background-position: center;
}
section#contact .section-heading {
  color: #fff;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 248px;
}
section#contact .form-control:focus {
  border-color: #50c878;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
  background-color: #212529;
}
ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #50c878;
}

p {
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 25px;
  font-family: "Lato", sans-serif;
}

#page-top {
  background-color: #f9f9f9 !important;
}

.logo img {
  width: 150px;
  transition: all 0.5s;
}
.scrl_2 {
  display: none;
}
.navbar-shrink .logo img.scrl_1 {
  display: none;
  width: 140px;
}
.navbar-shrink .logo img.scrl_2 {
  display: block;
  width: 140px;
}
#mainNav.navbar-shrink {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
  color: #5d5d5d;
  font-size: bold;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}
#mainNav .navbar-nav .nav-item.dropdown {
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.active,
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
  color: #50c878;
}
.nav-item::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background: #50c878;
  transition: 0.2s;
  margin-left: 15px;
}
.nav-item:hover::after {
  width: 90%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: #50c878;
}
#mainNav .dropdown:hover > .dropdown-menu {
  display: block;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .active a {
  color: #cc5805;
  border-bottom: 3px solid #cc5805;
  position: relative;
}
#mainNav .dropdown-menu {
  border-radius: 0;
  margin: 0px 0 0 15px;
  padding: 30px 15px;
  min-width: 15.4rem;
  border: 0;
  background: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
}
#mainNav .dropdown-menu li {
  margin: 0;
}
#mainNav .dropdown-menu li::before {
  display: none;
}
#mainNav .dropdown-menu li a {
  color: #848484;
  font-size: 14px;
  line-height: normal;
  width: 100%;
  display: block;
  padding: 12px 5px !important;
  text-decoration: none;
  border-bottom: 0px solid #ededed;
  letter-spacing: 0;
  text-transform: initial;
  font-weight: 400;
  transition: all 0.5s;
}
#mainNav .dropdown-menu li a i {
  width: 28px;
  text-align: left;
  font-size: 14px;
  color: #8f8f8f;
}
#mainNav .dropdown-menu li a:hover {
  color: #50c878;
  padding-left: 10px !important;
}
.emplogin a {
  margin: 0 0 0 4px;
  padding: 11px 10px;
  background: transparent;
  border-radius: 100px;
  width: 46px;
  text-align: center;
  color: #fff !important;
  position: relative;
  display: block;
}
.emplogin::after {
  height: 0px;
}
#mainNav.navbar-shrink .emplogin a {
  background: #828282;
}
#mainNav.navbar-shrink .emplogin a:hover {
  background: #50c878;
}

.overlayer {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.carousel-item {
  height: 640px;
}
.carousel-inner img {
  width: 100%;
  height: auto;
}

.a:focus {
  outline: none;
  box-shadow: none;
}

/*aboutctrl 
============== */
.aboutctrl {
  padding: 100px 0;
}

.form-control {
  border-radius: 5px;
  padding: 0 15px 2px;
  height: 40px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
}

.form-control:focus,
.form-control:hover {
  box-shadow: none;
}
.form-control:focus {
  border-color: #50c878;
}
.checkbox-inline {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: #999;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sicon {
  position: relative;
}
.sicon::before {
  position: absolute;
  top: 18px;
  right: 25px;
  width: 10px;
  height: 10px;
  content: "";
  background-color: transparent;
  z-index: -1;
  border-radius: 3px;
  transition: 0.3s;
  z-index: 1;
  border: 6px solid transparent;
  border-top: 6px solid #929292;
}

/*applyctrl we are
===============*/
.applyctrl {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)),
    url("../img/slider/02.jpg") no-repeat center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.img1 {
  min-width: 460px;
  height: 100%;
  /* background:url('../img/1.png') no-repeat right; */
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
}
.white_bg {
  background: rgba(255, 255, 255, 0.95);
}

/*who we are
===============*/
.whowearectrl {
  background: url("../img/about/whoweare-bg.jpg") no-repeat center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.whowearectrl p {
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 25px;
  font-family: "Lato", sans-serif;
}

/*servicectrl
================*/
.servicectrl {
  padding: 100px 0;
}
.service-wrap {
  margin-bottom: 60px;
}
.single-service .service-icon {
  top: 55px;
  position: relative;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  color: #333;
  line-height: 34px;
  left: 10px;
}
.single-service .service-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #50c878;
  z-index: -1;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.single-service .service-icon i {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  color: #fff;
  font-size: 16px;
}

.single-service .service-title,
.single-service .service-content {
  padding-left: 80px;
}
.single-service .service-content {
  margin-bottom: 55px;
  font-family: "Roboto", sans-serif;
}

.single-service .service-title h5 {
  font-size: 18px;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.single-service .service-title h5 a {
  color: #323232;
  text-decoration: none;
  display: block;
}
.single-service .service-content p {
  color: #666666;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.single-service .service-content a {
  color: #323232;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}

.single-service:hover .service-title h5 a,
.single-service:hover .service-content a {
  color: #50c878;
}

.single-service:hover .service-icon::before {
  background-color: #323232;
  border-radius: 1px;
  transform: rotate(180deg);
  transition: 0.5s;
  transform: scale(1.3);
}

/*footerctrl
==============*/
.footerctrl {
  padding: 200px 0 30px 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.9))
    ),
    url("../img/slider/slide_1.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)),
    url("../img/slider/slide_1.jpg");
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-attachment: scroll, scroll;
  background-size: auto auto, auto auto;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.footerctrl a {
  text-decoration: none;
  font-family: "Roboto", -apple-system;
  font-weight: 300;
  font-size: 1.2rem;
}

.footerctrl h5 {
  text-decoration: none;
  font-family: "Roboto", -apple-system;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.footerctrl p {
  font-family: "Roboto", -apple-system;
  font-weight: 300;
  font-size: 1.2rem;
}
.footerctrl .footer-social {
  margin: 80px 0 60px 0;
  transition: all 0.5s;
}
.footerctrl .footer-social a i {
  transition: all 0.5s;
}
.footerctrl .footer-copyright {
  font-size: 0.9rem;
  font-family: "Roboto";
}
.footerctrl a:hover {
  color: #50c878 !important;
}
.footerctrl .footer-social a:hover i {
  transform: scale(1.5);
  color: #50c878;
}

.footicon {
  width: 100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 58px;
  -webkit-animation-name: flip; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: flip;
  animation-duration: 4s;
}

.footicon img {
  width: 100%;
  height: auto;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: scale(1.2) rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

/* Standard syntax */
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: scale(1.2) rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.section-title {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.section-title h1,
.section-title h3 {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  color: #303032;
  font-family: arial;
}
.section-title h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  color: #666;
  font-family: "Lato", sans-serif;
}

.section-title h1::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 62px;
  left: 15px;
  bottom: -12px;
  background: #50c878;
}

.section-title h1::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #50c878;
  bottom: -16px;
  left: 0;
}

.section-title-border {
  position: relative;
}

.section-title-border h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 120px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #50c878;
}
.section-title-border h3::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: white;
  border: 2px solid #50c878;
  /* box-shadow: 0 0 0 5px white; */
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.bgCommon {
  background-color: #f9f9f9;
}

.d-inline-block {
  font-family: "Lato", sans-serif;
  list-style: none;
  font-size: 14px;
}
.d-inline-block li i {
  color: #50c878;
  margin-right: 10px;
  font-size: 13px;
}

.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7));
}

.text-white {
  color: #fff !important;
}
.gray_bg {
  background-color: #1a1c1e;
}
.lightgray_bg {
  background-color: #f9f9f9;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-md-50 {
  @include desktop {
    margin-bottom: 50px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mr-sm-5,
.mx-sm-5 {
  margin-right: 3rem !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.img_roundcorner img {
  border-radius: 10px;
}
.img_roundcorner::after {
  position: absolute;
  content: "";
  height: auto;
  width: 94%;
  left: 50px;
  bottom: 40px;
  background: #f5f5f5;
  top: -34px;
  z-index: -1;
  border-radius: 0 10px;
  background: url("../img/line_parrtern.png") repeat;
  opacity: 0.1;
}

.btn-cust {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  padding: 16px 44px;
  border-radius: 35px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  background: #50c878;
  color: #fff;
  box-shadow: none !important;
}

.btn-cust:hover,
.btn-cust:focus {
  background: #f45c21 !important;
  box-shadow: none !important;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.carousel-caption {
  top: 32%;
  bottom: auto;
}

.carousel-caption h4 {
  letter-spacing: 2px;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
}

.carousel-caption h1 {
  font-size: 60px;
  margin-bottom: 1rem !important;
  color: #222;
}

.carousel-caption p {
  font-size: 14px;
  opacity: 0.8;
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #f5f5f5;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  padding: 16px 44px;
  border-radius: 35px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
.btn-outline:hover,
.btn-outline:focus {
  background: #f45c21 !important;
  border-color: #f45c21 !important;
  box-shadow: none !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}

.carousel-caption h1,
.carousel-caption h4,
.carousel-caption p,
.carousel-caption .btn {
  width: auto;
  color: #ffffff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  transform: translateY(-50px);
  opacity: 0;
  animation-name: titleAnimation;
  animation-timing-function: ease;
  animation-duration: 3s;
}

.carousel-caption h4 {
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
}

.carousel-caption h1 {
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
}

.carousel-caption p {
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
}

.carousel-caption .btn {
  animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
}

/* .carousel-caption h1:first-child,
.carousel-caption h4:first-child,
.carousel-caption p:first-child {
    animation-delay: 4.2s;
}
.carousel-caption h1:last-child ,
.carousel-caption h4:last-child ,
.carousel-caption p:last-child {
    color: #ffe221;
    animation-delay: 4s;
}  */

@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  /* 100% {
      transform: translateY(50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
      clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    } */
}
