* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #65656A;
  font-family: "Barlow", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

/*

0 - 600px:  Phone
600 - 900px: Tablet portrait
900 - 1200px: Tablet landscape
1200 - 1800px: is where our normal styles apply
1800px+ : Big Desktop

* Breakpoint argument choices:
* -phone
* -tab-port
* -tab-land
* -big-desktop
**** ORDER: Base + typography > general layout + grid >page layout > compnents
* 1em = 16px;
*/
.banner {

}

.banner .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 1.8rem;
}

.banner .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.banner__heading {
  font-size: 6.2rem;
  color: #fff;
  font-weight: 800;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #FF7C2C !important;
  content: '\f054' !important;
  margin: 0 .7rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}

.bg-progress {
  background: #FF7C2C;
}

.progress-wrapper .single-progress {
  margin-bottom: 2rem;
}

.progress-wrapper .single-progress span {
  color: #140d09;
  font-size: 1.8rem;
  font-weight: 700;
}

.progress-wrapper .single-progress .progress {
  margin-top: 1rem;
}

.service-banner {

}

.team-banner {

}

.blog-banner {

}

.blog-inner-banner {
  ;
}

.contact-banner {
}

.footer {
  background-image: linear-gradient(to right bottom, rgba(11, 11, 27, 0.95), rgba(11, 11, 27, 0.95)), url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  padding-top: 7rem;
}

.footer__contact {
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/footer-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.3);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 10px 0px 10px;
  padding: 4rem 8rem 1rem 8rem;
}

@media only screen and (max-width: 56.25em) {
  .footer__contact {
    padding: 4rem 2rem 4rem 2rem;
  }
}

.footer__form {
  margin-top: 5rem;
}

@media only screen and (max-width: 37.5em) {
  .footer__form {
    margin-top: 0;
  }
}

.footer__form .form-control {
  color: #65656A;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #EAEAEA;
  font-weight: 400;
  font-size: 1.6rem;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
  margin-right: 1rem;
}

.footer__form .form-control:focus, .footer__form .form-control.active {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 37.5em) {
  .footer__form .form-control {
    font-size: 1.4rem;
  }
}

.footer__form button {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 37.5em) {
  .footer__form button {
    padding: 10px 20px;
  }
}

.footer__logo {
  width: 130px;
  margin-bottom: 1rem;
}

.footer__description {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.footer ul {
  list-style: none;
}

.footer ul i {
  color: #FF7C2C;
  font-size: 1.6rem;
  margin-right: 1rem;
}

.footer ul li {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.footer__title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.footer__list li a {
  color: #fff;
  padding: 3px 0px 3px 20px;
  display: block;
  position: relative;
  font-weight: 500;
}

.footer__list li a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  right: auto;
  top: 6px;
  font-size: 12px;
  left: 0;
  color: #FF7C2C;
}

.footer__time {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.footer__time i {
  color: #FF7C2C;
  margin-right: 1rem;
  font-size: 1.6rem;
}

.footer__social-list a {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 2rem;
}

.footer__social-list a:hover, .footer__social-list a.active {
  color: #FF7C2C;
}

.footer__bottom {
  border-top: 2px solid #A0AABA2B;
  padding: 2rem 0;
}

.footer__bottom p {
  color: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 56.25em) {
  .header__top {
    display: none;
  }
}

.header__top--wrapper {
  display: flex;
  align-items: center;
  justify-content: initial;
}

.header__top--wrapper .site-branding img {
  width: 120px;
}

.header__top--wrapper .additional-info {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 2rem;
  background-image: linear-gradient(290deg, #FF7C2C 50%, #FFFFFF00 0%);
  padding: 1.5rem 0;
}

@media only screen and (max-width: 75em) {
  .header__top--wrapper .additional-info {
    background-image: linear-gradient(290deg, #FF7C2C 60%, #FFFFFF00 0%);
  }
}

.header__top--wrapper .additional-info__block {
  display: flex;
  
  margin-right: 5px;
  color: #fff;
}

.header__top--wrapper .additional-info__block i {
  font-size: 2.2rem;
  margin-right: 2rem;
  margin-top: 1rem;
}

.header__top--wrapper .additional-info__block .block-content__title {
  font-size: 2rem;
  display: block;
  font-weight: 700;
}

.header__top--wrapper .additional-info__block .block-content__value {
  font-size: 1.6rem;
}

.header__nav {
  border-top: 1px solid #EAEAEA;
}

/*.header__nav .nav-item .active,*/
.header__nav .nav-link:hover {
  color: #FF7C2C !important;
}

.header__nav .nav-link {
  color: #140d09 !important;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0px 40px 0px 0px !important;
}

.header__nav span {
  font-size: 1.8rem;
  color: #140d09;
  font-weight: 600;
}

.header__nav i {
  color: #140d09;
  margin-right: 2rem;
}

.header__nav i:hover, .header__nav i.active {
  color: #FF7C2C;
}

.header__nav--logo {
  display: none;
  width: 125px;
}

@media only screen and (max-width: 56.25em) {
  .header__nav--logo {
    display: block;
  }
}

.nav-button {
  z-index: 99999;
  border: 0;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  position: fixed;
  right: 2rem;
  width: 47px;
  height: 47px;
}

.line1, .line2, .line3 {
  width: 23px;
  height: 3px;
  margin: 5px;
  transition: all .4s;
}

.change .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .line2 {
  opacity: 0;
}

.change .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.sticky-nav {
  background-color: white;
  position: relative;
  box-shadow: 0px 2px 3px rgba(96, 96, 96, 0.1);
}

@media only screen and (max-width: 992px) {
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    background: white;
    height: 100vh;
    transform: translateX(-100%);
    padding: 10px 15px;
    margin: auto;
    overflow: auto;
    z-index: 1010;
    transition: all ease 0.29s;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
  }
}

.navbar-nav li a {
  display: block;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  color: #373a3c;
  font-weight: 600;
  position: relative;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

.open {
  transform: translateX(0%);
  display: block;
}

@media only screen and (max-width: 56.25em) {
  .navbar-nav {
    margin: 0;
  }
}

.blog-inner .banner__heading {
  font-size: 5.2rem;
  padding: 0% 10% 0% 10%;
}

@media only screen and (max-width: 56.25em) {
  .blog-inner .banner__heading {
    padding: 0;
    font-size: 3.4rem;
  }
}

.blog-inner .banner__info {
  margin-bottom: 2rem;
}

.blog-inner .banner__info--name, .blog-inner .banner__info--date {
  color: #fff;
  margin-left: 3rem;
}

.blog-inner .banner__info--name i, .blog-inner .banner__info--date i {
  color: #FF7C2C;
  font-size: 2rem;
}

.blog-inner__subtitle {
  color: #140d09;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .blog-inner__subtitle {
    padding: 0;
    font-size: 2rem;
  }
}

.blog-inner__description {
  margin: 1rem 0;
}

.blog-inner__blockquote {
  background: #f8f8f8;
  padding: 5rem 20rem 5rem 5rem;
}

@media only screen and (max-width: 56.25em) {
  .blog-inner__blockquote {
    padding: 2rem;
  }
}

.blog-inner__blockquote p {
  font-size: 1.8rem;
  font-style: italic;
  color: #140d09;
}

.blog-inner__blockquote h4 {
  margin-top: 2rem;
  font-size: 1.8rem;
  color: #140d09;
  font-weight: 600;
}

.blog-inner__blockquote h4 span {
  color: #FF7C2C;
  font-size: 1.6rem;
  font-weight: 400;
}

.blog-inner__heading {
  font-size: 2rem;
  color: #140d09;
  font-weight: 700;
  margin-bottom: 2rem;
}

.blog-inner__list li {
  padding: 3px 0px 3px 25px;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  color: #140d09;
}

.blog-inner__list li::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  right: auto;
  top: 8px;
  font-size: 12px;
  left: 0;
  color: #FF7C2C;
}

.blog-inner__tags {
  color: #140d09;
  font-size: 2rem;
  font-weight: 700;
}

.blog-inner__tags span {
  color: #FF7C2C;
  font-size: 1.6rem;
  font-weight: 400;
}

.blog-inner__share {
  display: flex;
  align-items: center;
}

.blog-inner__share a {
  width: 45px;
  height: 45px;
  box-shadow: 0px 0px 10px 0px rgba(125, 125, 125, 0.1);
  color: #FF7C2C;
  position: relative;
  margin-left: 1rem;
}

.blog-inner__share a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.blog-inner__share a:hover, .blog-inner__share a.active {
  color: #fff;
  background: #FF7C2C;
}

.blog-inner__comment {
  border-top: 1px solid #eaeaea;
  padding-top: 3rem;
  margin-top: 2rem;
}

.blog-inner__comment--title {
  color: #140d09;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.blog-inner__comment p {
  color: #333;
}

.blog-inner__comment label {
  color: #140d09;
  font-weight: 600;
  font-size: 1.8rem;
}

.blog-inner__comment .form-control {
  padding: 2rem 1.5rem !important;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  border: 1px solid #eaeaea;
}

.blog-inner__comment .form-control:focus {
  box-shadow: 0 0 0 0 rgba(125, 125, 125, 0.1);
  border: 1px solid #FF7C2C;
}

.contact-inner .heading {
  text-align: center;
}

.contact-inner .heading__container {
  padding: 0% 20% 0% 20%;
}

@media only screen and (max-width: 56.25em) {
  .contact-inner .heading__container {
    padding: 0;
  }
}

.contact-inner__card {
  text-align: center;
}

.contact-inner__card--icon-box {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-inner__card--icon-box i {
  color: #FF7C2C;
  font-size: 4rem;
}

.contact-inner__card--icon-box:hover {
  background: #FF7C2C;
}

.contact-inner__card--icon-box:hover i {
  color: #fff;
}

.contact-inner__card--title {
  margin-top: 2rem;
  color: #140d09;
  font-size: 2rem;
  font-weight: 700;
}

.contact-inner__form {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px;
}

.contact-inner__form .heading {
  text-align: left;
}

.contact-inner__form .heading__container {
  padding: 0;
}

.contact-inner__form input {
  height: 60px;
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid #eaeaea;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.contact-inner__form input:focus, .contact-inner__form input.active {
  border: 1px solid #FF7C2C;
  box-shadow: 0 0 0 0 black;
}

.contact-inner__form textarea {
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid #eaeaea;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.contact-inner__form textarea:focus, .contact-inner__form textarea.active {
  border: 1px solid #FF7C2C;
  box-shadow: 0 0 0 0 black;
}

section {
  padding: 5rem 0;
}

@media only screen and (max-width: 37.5em) {
  section {
    padding: 2rem 0;
  }
}

.heading__primary {
  color: #FF7C2C;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.heading__secondary {
  color: #140d09;
  font-size: 5.2rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .heading__secondary {
    font-size: 3.6rem;
  }
}

.heading__container {
  margin-bottom: 3rem;
}

.heading__description {
  font-size: 1.6rem;
}

@media only screen and (max-width: 37.5em) {
  .heading__description {
    font-size: 1.4rem;
  }
}

.home {

}

@media only screen and (max-width: 75em) {
  .home {
    height: auto;
    padding: 10rem 0;
  }
}

.home .heading__secondary {
  color: #fff;
}

@media only screen and (max-width: 37.5em) {
  .home .heading__secondary {
    font-size: 4rem;
  }
}

.home .heading__description {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}

@media only screen and (max-width: 37.5em) {
  .home .heading__description {
    font-size: 1.4rem;
  }
}

.home .btn__primary {
  font-weight: 700;
  font-size: 1.8rem;
  padding: 20px 40px;
  border: 2px solid #FF7C2C;
  margin-right: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .home .btn__primary {
    margin-right: 1rem;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
  .nav-button{
      top:0;
  }
  .py-5.navbar.navbar-expand-lg.navbar-light.header__nav.my-navbar.nav-menu{
      padding:10px!important;
  }
}

@media only screen and (max-width: 37.5em) {
  .home .btn__tertiary {
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
}

.about__card {
  text-align: left;
  background-color: transparent;
  background-image: linear-gradient(290deg, #FF7C2C 7%, #fff 7%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.about__card i {
  font-size: 3.2rem;
  color: #FF7C2C;
}

.about__card h5 {
  font-size: 2rem;
  color: #140d09;
  margin: 1.5rem 0 1rem;
  font-weight: 700;
}

.about__card:hover, .about__card.active {
  background: #FF7C2C;
}

.about__card:hover i,
.about__card.active i,
.about__card:hover h5,
.about__card.active h5,
.about__card:hover p,
.about__card.active p {
  color: #fff;
}

.about__form-card {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.about__form-card .card-header {
  background: #FF7C2C;
  color: #fff;
  padding: 1.8rem 0;
}

.about__form-card .card-header h2 {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}

.about__form-card .form-control {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  border-color: #EAEAEA;
}

.about__form-card .form-control:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #FF7C2C;
}

.about .mt-130 {
  margin-top: -130px;
}

@media only screen and (max-width: 56.25em) {
  .about .mt-130 {
    margin-top: 0;
  }
}

.services {





}

.services .heading {
  text-align: center;
}

.services .heading__container {
  padding: 0% 20% 0% 20%;
}

@media only screen and (max-width: 37.5em) {
  .services .heading__container {
    padding: 0;
  }
}

.services .heading__secondary,
.services .heading__description {
  color: #fff;
}

.services__card {
  text-align: center;
  background-color: transparent;
  background-image: linear-gradient(290deg, #FF7C2C 7%, #FFFFFF00 7%);
  padding: 25px 0px 25px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF26;
  border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  transition: all .4s ease;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.services__card i {
  font-size: 5.5rem;
  color: #FF7C2C;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .services__card i {
    font-size: 3.6rem;
  }
}

.services__card--title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .services__card--title {
    font-size: 2rem;
  }
}

.services__card--description {
  color: #fff;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 37.5em) {
  .services__card--description {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.services__card--link {
  color: #FF7C2C;
  font-weight: 600;
}

.services__card--link:hover {
  color: #fff;
}

@media only screen and (max-width: 37.5em) {
  .services__card--link {
    font-size: 1.4rem;
  }
}

.services__card:hover, .services__card.active {
  background: #FF7C2C;
}

.services__card:hover i,
.services__card:hover a, .services__card.active i,
.services__card.active a {
  color: #fff;
}

.services__counter {
  margin-top: -125px;
  margin-bottom: 5rem;
}

.services__counter--card {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 5rem 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -ms-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.services__counter--single-box .box {
  width: 150px;
  height: 150px;
  border: 4px solid #FF7C2C;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 56.25em) {
  .services__counter--single-box .box {
    width: 100px;
    height: 100px;
  }
}

.services__counter--single-box .box h1 {
  color: #140d09;
  font-size: 3.4rem;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 56.25em) {
  .services__counter--single-box .box h1 {
    font-size: 2.4rem;
  }
}

.services__counter--single-box .box-title {
  margin-top: 2rem;
  color: #140d09;
  font-size: 2.3rem;
  font-weight: 700;
}

@media only screen and (max-width: 56.25em) {
  .services__counter--single-box .box-title {
    font-size: 1.6rem;
  }
}

.choose__list li {
  padding: 3px 0px 3px 25px;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  color: #140d09;
}

.choose__list li::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  right: auto;
  top: 8px;
  font-size: 12px;
  left: 0;
  color: #FF7C2C;
}

.choose__img--wrapper {
  background-color: transparent;
  background-image: linear-gradient(290deg, #FF7C2C 45%, #FFFFFF00 45%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 25px 10px 25px;
}

.partner__border {
  border-top: 1px solid #EAEAEA;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .partner__image {
    display: none;
  }
}

.partner__carousel .item {
  vertical-align: middle;
}

.partner__carousel .image-list {
  opacity: 60%;
}

.partner__carousel .image-list:hover {
  opacity: 100%;
}

.partner__carousel .main-image {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}

@media only screen and (max-width: 37.5em) {
  .partner__carousel .main-image {
    height: 7rem;
  }
}

.protection {

}

.protection .heading {
  text-align: center;
}

.protection .heading__container {
  padding: 0% 20% 0% 20%;
}

.protection .heading__secondary,
.protection .heading__description {
  color: #fff;
}

.protection__call {
  text-align: center;
}

.work__wrapper--items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.work__wrapper--item {
  position: relative;
  padding-bottom: calc(15px/2);
  text-align: left;
  flex-direction: row;
  display: flex;
}

.work__wrapper--item .connector {
  display: block;
  position: absolute;
  width: 0;
  margin: 0 auto;
  z-index: 1;
  height: 100%;
  top: 0.5em;
  font-size: 60px;
  left: 0;
  right: calc(100% - 70px);
  border-right: 0 !important;
  border: 1px solid #EAEAEA;
  transition: all .5s ease;
}

.work__wrapper--item .box {
  width: 70px;
  height: 70px;
  border: 1px solid #EAEAEA;
  background: #fff;
  z-index: 2;
  position: relative;
}

.work__wrapper--item .box i {
  font-size: 2.4rem;
  color: #FF7C2C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.work__wrapper--item .box:hover, .work__wrapper--item .box.active {
  background: #FF7C2C;
}

.work__wrapper--item .box:hover i,
.work__wrapper--item .box.active i {
  color: #fff;
}

.work__wrapper--item .work-title {
  font-size: 2.6rem;
  color: #140d09;
  font-weight: 700;
}

@media only screen and (max-width: 56.25em) {
  .work__wrapper--item .work-title {
    font-size: 2rem;
  }
}

.work__wrapper--item:last-child .connector {
  display: none;
}

.testimonial {
  background-image: linear-gradient(80deg, #ff7c2c 12%, #FFFFFF00 12%), url(../img/testimonial-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

@media only screen and (max-width: 56.25em) {
  .testimonial__image {
    display: none;
  }
}

.testimonial__card--rating i {
  color: #FF7C2C;
  font-size: 1.3rem;
}

.testimonial__card img {
  width: 60px !important;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.testimonial__card .profile-name {
  font-size: 1.8rem;
  color: #140d09;
  font-weight: 700;
}

.testimonial__card .profile-position {
  color: #FF7C2C;
  font-size: 1.4rem;
}

.testimonial__card--description {
  margin-top: 3rem;
  color: #140d09;
}

.news__card .card-image {
  position: relative;
}

.news__card .card-image .image-box {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .7rem 2rem;
}

.news__card .card-image .image-box a,
.news__card .card-image .image-box span{
  color: #FF7C2C;
}

.news__card .card-image img {
    height: 235px;
    object-fit:cover; 
}

.news__card--title {
  font-size: 2.2rem;
  color: #140d09;
  font-weight: 700;
  margin-bottom: 1rem;
}

.news__card--date {
  font-size: 1.4rem;
  color: #ACACAC;
}

.news__card--date i {
  margin-right: .6rem;
}

.news__card--description {
  margin-top: 1rem;
}

.news__card--link {
  color: #FF7C2C;
  font-weight: 700;
}

.btn__primary {
  background: #FF7C2C;
  color: #fff;
  padding: 22px 40px 22px 40px;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn__primary:hover {
  background: #D96B27;
  border-color: #D96B27;
  color: #fff;
}

.btn__secondary {
  background: #140d09;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-weight: 700;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
}

.btn__secondary:hover {
  background: #D96B27;
  color: #fff;
}

.btn__tertiary {
  padding: 20px 40px 20px 40px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn__tertiary:hover {
  background: #fff;
  color: #FF7C2C;
}

.about-inner__bg {

}

.about-inner__card--content {
  background: #fff;
  text-align: center;
  margin-top: -7rem;
}

.about-inner__card--content h2 {
  color: #140d09;
  font-size: 6.2rem;
  font-weight: 800;
}

.about-inner__card--content h2 span {
  color: #FF7C2C;
  font-size: 3rem;
}

.contact {
 
}

.contact__card {
  background-image: linear-gradient(to right bottom, rgba(255, 124, 44, 0.7), rgba(255, 124, 44, 0.7)), url(../img/about-inner-card.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8rem 5rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

@media only screen and (max-width: 56.25em) {
  .contact__card {
    padding: 3rem;
  }
}

.contact__card h6 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2rem;
}

.contact__card--divider i {
  color: #fff;
  font-size: 2rem;
}

.contact__card--info {
  font-size: 5.2rem;
  color: #fff;
  font-weight: 800;
  margin: 2rem 0;
}

@media only screen and (max-width: 37.5em) {
  .contact__card--info {
    font-size: 3rem;
  }
}

.contact__card--mail {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 37.5em) {
  .contact__card--mail {
    font-size: 2rem;
  }
}

.team__member {
  position: relative;
  overflow: hidden;
}

.team__member--content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  padding: 22px 20px;
  transition: 0.5s;
}

.team__member:hover .team__member--content {
  transition: 0.5s;
  top: 0px;
  padding: 50px 20px;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

.team__member--social-icon {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12rem;
}

.team__member--img img {
    height: 420px;
    object-fit: cover;
}

.team__member--social-icon li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.team__member--social-icon li a {
  color: #FF7C2C;
}

.team__member--social-icon li:hover, .team__member--social-icon li.active {
  background: #FF7C2C;
}

.team__member--social-icon li:hover a,
.team__member--social-icon li.active a {
  color: #fff;
}

.team__info {
  text-align: center;
  padding: 2rem 0;
  background: #fff;
  background-image: linear-gradient(290deg, #FF7C2C 20%, #FFFFFF 20%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.team__info--title {
  color: #140d09;
  font-size: 2.6rem;
  font-weight: 700;
}

.team__info--post {
  color: #FF7C2C;
}

.work-inner {
    padding: 10rem 0;
    background-image: linear-gradient(80deg, rgba(255, 124, 44, 0.7) 12%, #FFFFFF00 12%),
    linear-gradient(to right bottom, rgba(11, 11, 27, 0.8), rgba(11, 11, 27, 0.8)), url(https://gunasecurity.webhouse.com.np/img/work-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.work-inner .heading {
  text-align: center;
}

.work-inner .heading__container {
  padding: 0% 20% 0% 20%;
}

@media only screen and (max-width: 56.25em) {
  .work-inner .heading__container {
    padding: 0;
  }
}

.service-inner .heading {
  text-align: center;
}

.service-inner .heading__container {
  padding: 0% 20% 0% 20%;
}

@media only screen and (max-width: 56.25em) {
  .service-inner .heading__container {
    padding: 0;
  }
}

.service-inner .services__card {
  border: 1px solid #eee;
}

.service-inner .services__card--title {
  color: #140d09;
}

.service-inner .services__card--description {
  color: #140d09;
}

.service-inner .services__card:hover, .service-inner .services__card.active {
  background: #FF7C2C;
}

.service-inner .services__card:hover i,
.service-inner .services__card:hover a,
.service-inner .services__card:hover .services__card--title,
.service-inner .services__card:hover .services__card--description, .service-inner .services__card.active i,
.service-inner .services__card.active a,
.service-inner .services__card.active .services__card--title,
.service-inner .services__card.active .services__card--description {
  color: #fff;
}

.bg-partner {
  background: #f8f8f8;
}

.process .heading {
  text-align: center;
}

.process .heading__container {
  padding: 0% 20% 0% 20%;
}

@media only screen and (max-width: 56.25em) {
  .process .heading__container {
    padding: 0;
  }
}

.process__card--icon-box {
  width: 100px;
  height: 100px;
  position: relative;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.process__card--icon-box i {
  color: #FF7C2C;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.process__card--icon-box:hover {
  background: #FF7C2C;
}

.process__card--icon-box:hover i {
  color: #fff;
}

.process__card--title {
  color: #140d09;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2rem;
}

.process__card--arrow {
  position: absolute;
  z-index: 1;
  width: 42%;
  max-width: 42%;
  top: 15%;
  left: 83%;
}

.process__card--arrow img {
  width: 100%;
  max-width: 100%;
  filter: brightness(0%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);
  -webkit-filter: brightness(0%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);
}

@media only screen and (max-width: 56.25em) {
  .process__card--arrow {
    display: none;
  }
}

.faq {
  padding-bottom: 0;
}

.faq__card {
  background: transparent;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.faq__card .card-header {
  padding: 0;
  border-bottom: 0;
  background-color: #FCD20000;
}

.faq__card .card-header button {
  padding: 2rem;
  color: #140d09;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
}

.faq__card .card-header button:focus, .faq__card .card-header button.active {
  color: #fff;
  background: #FF7C2C;
  box-shadow: 0 0 0 0 black;
}

.faq__card .card-body {
  padding: 3rem;
}

.faq .fa-chevron-right {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.faq .active .fa-chevron-right {
  transform: rotate(90deg);
}

.faq__img-wrapper {
  background-image: linear-gradient(290deg, #FF7C2C 45%, #FFFFFF00 45%);
}

@media only screen and (max-width: 56.25em) {
  .faq__img-wrapper {
    display: none;
  }
}

.team-inner .heading {
  text-align: center;
}

.team-inner .heading__container {
  padding: 0% 20% 0% 20%;
}

@media only screen and (max-width: 56.25em) {
  .team-inner .heading__container {
    padding: 0;
  }
}

.news-inner .heading {
  text-align: center;
}

.news-inner .heading__container {
  padding: 0% 20% 0% 20%;
}

@media only screen and (max-width: 56.25em) {
  .news-inner .heading__container {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */

/*New Css Adds*/
@media (max-width: 767px) {
    .header__top{
        display:block;
        position: absolute;
        right: 0;
        bottom: 0;
        width:100%;
    }
    .site-branding,.header__top--wrapper .additional-info{
        display:none;
    }
    .py-5.navbar.navbar-expand-lg.navbar-light.header__nav.my-navbar.nav-menu{
        padding:5px!important;
    }
    .navbar-brand{
        z-index:2;
    }
    .mobile-heading{
        width: 100%;
        text-align: right;
        display: block;
        z-index: 2;
    }
    .mobile-heading a{
        color:#fff;
    }
    .mobile-socail-media ul{
        display:block; 
    }
    .mobile-socail-media i{
        margin-right:6px;
    }
    .mobile-socail-media ul li{
       
        display:inline-block;
    }
    .mobile-menu{
        display:block!important;
    }
    .mr-lg-auto.navbar-nav{
    border-top: 1px dashed #FF7C2C;
  }
}
.navbar_fixed {
    display:none;
}
.sticky-top{
    border-bottom:1px dashed #ff7c2c;
}
.newbanner span{
    font-size:1.6rem!important;
}
.navbar_fixed {
  width: 100%;
  left: 0;
  top: -70px;
  background: #0c5b83;
  position: fixed;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
  z-index: 999;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 100ms linear;
  -webkit-backface-visibility: hidden;
  
}
header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  background: rgba(255,255,255,.98);
  animation-duration: 0.5s;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.sticky .header__top {
  display: none;
}

header .navbar-expand-lg.navbar-light.header__nav.my-navbar.nav-menu{
    padding:15px 0!important;
}
header.sticky-top{
    border:none;
}
.mobile-heading a span{
    font-size:1.6rem!important;
}
.nlw img{
    width:150px!important;
    height:150px;
    object-fit:contain!important;
}
.blog-banner{
    background-position:top center!important;
}
