body {
  letter-spacing: 1px;
  font-family: "Ubuntu", sans-serif;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 2s;
}

.dropdown.open .dropdown-overlay {
  display: block;
  position: absolute;
  top: 70px;
  background: #000000ad;
  bottom: 0;
  height: 100vh;
  width: 100vw;
}

.overflow-hidden {
  overflow-x: hidden;
}

/*header*/
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.navbar-inverse {
  background-color: #fff;
  border: none;
}

nav.navbar.navbar-inverse.navbar-static-top {
  margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #18212d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #18212d;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ee4d14;
  background: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #ee4d14;
  background: transparent;
}

.navbar-header {
  margin: 10px 0;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: #fff;
}

.navbar-toggle {
  margin-top: 17px;
  margin-right: 0;
}

.navbar-nav > li > a {
  padding: 30px 0px;
  margin: 0 25px;
}

header.head {
  border-bottom: 1px solid #d0d2d5;
}

.navbar-nav > li:nth-child(5) > a {
  margin-right: 0px;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #18212d;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ee4d14;
  background-color: #fff;
}

.open > .dropdown-menu {
  display: inline-flex;
}

.dropdown-menu > li > a {
  display: block;
  padding: 11px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #18212d;
  white-space: nowrap;
  border: 1px solid #18212d;
  border-radius: 20px;
  margin-right: 30px;
}

.dropdown-menu li:nth-child(5) a {
  margin-right: 0 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ee4d14;
  border-color: #ee4d14;
  transition-delay: 0.25s;
}

.dropdown-menu {
  padding: 15px 0;
}

.dropdown-menu {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100vw;
  top: 80px;
  justify-content: center;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.navbar-nav > li > .dropdown-menu {
  border-top: 1px solid #d0d2d5;
}

.dropdown-menu li a {
  height: 40px;
}

/*slider*/
/*.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}*/
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #fff;
  border-color: #6c84ad;
  opacity: 0.7;
}

.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
  border-color: #ee4d14;
}

.slider-text {
  position: absolute;
  top: 50%;
  left: 37%;
  z-index: 3;
  color: #232c3b;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.slider-text h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  color: #232c3b;
}

.fade-carousel .carousel-inner .item .slider-text {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}

.fade-carousel .carousel-inner .item.active .slider-text {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}

.btn.btn-quote {
  color: #ee4d14;
  background-color: #fff;
  border-color: #fff;
  outline: none;
  margin: 20px auto;
  border-radius: 30px;
  box-shadow: 0 3px 15px rgb(0, 0, 0, 0.16);
  width: 170px;
  height: 40px;
  text-transform: uppercase;
}

.btn.btn-quote:hover,
.btn.btn-quote:focus {
  color: #fff;
  background-color: #ee4d14;
  border-color: #ee4d14;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 88vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
  background-image: url(../img/banner.png);
}

.fade-carousel .slides .slide-2 {
  background-image: url(../img/banner-nop.png);
}

.fade-carousel .slides .slide-3 {
  background-image: url(../img/baner-excel.png);
}

.carousel-indicators {
  bottom: 35px;
}

@media screen and (min-width: 980px) {
  .slider-text {
    width: 812px;
  }
}

/*feature
.feature {
    background: #F6F6F6;
    position: relative;
    padding-bottom: 50px;
}
.btn-feature {
    display: flex;
    position: absolute;
    top: -22px;
    left: 41%;
}
.btn.btn-theme {
    background: #232C3B;
    color: #fff;
    border-radius: 10px;
    width: 189px;
    height: 45px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 3px 25px rgb(0, 0, 0, 0.16);
}
.btn.btn-plugin {
    background: #fff;
    color: #8894A7;
    border-radius: 10px;
    width: 189px;
    height: 45px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 3px 25px rgb(0, 0, 0, 0.16);
}
.feature-theme, .feature-plugin {
    margin-top: 60px;
}
.feature-product-detail h4 {
    color: #18212D;
    font-weight: bold;
}
.feature-product-detail p {
    color: #585858;
}
.feature-product-detail p:nth-child(3) {
    font-weight: bold;
    font-size: 16px;
}
.feature-product-img img {
    width: 100%;
}
button.btn-demo {
    background: #EE4D14;
    color: #fff;
    border: none;
    border-radius: 35px;
    width: 120px;
    height: 40px;
    margin-right: 15px;
    text-transform: uppercase;
}
button.btn-view {
    background: transparent;
    color: #18212D;
    border: none;
    width: 120px;
    height: 40px;
    text-transform: uppercase;
}
button.btn-view i{
    padding-left: 5px;
}
.button-viewall a i {
    padding-left: 5px;
}
.button-viewall a {
    color: #F16621;
}
.button-viewall {
    text-align: center;
}
*/
/*service*/
.service {
  margin: 50px 0;
}

.border-service {
  border: 1px solid #ee4d14;
  margin: 0 auto;
  width: 89px;
}

.service-all {
  margin: 60px 0 50px 0;
}

.service-box {
  text-align: center;
}

.service-image .img-service {
  display: none;
  position: absolute;
  top: 46px;
  left: 127px;
}

.service-image {
  position: relative;
  padding-top: 46px;
}

.img-services,
.img-service {
  height: 80px;
}

.service-title h2 {
  text-transform: uppercase;
  padding: 30px 0 44px 0;
  color: #232c3b;
  margin: 0;
  font-size: 14px;
}

.service-box:hover {
  background: #232c3b;
  border-radius: 15px;
  box-shadow: 0 6px 25px rgb(0, 0, 0, 0.23);
}

.service-box:hover .service-title h2 {
  color: #fff;
}

.service-box:hover .img-service {
  display: block;
}

.service-image .img-service.img-service-second {
  left: 131px;
}

.service-image .img-service.img-service-third {
  left: 148px;
}

.learn {
  text-align: center;
  margin-top: 50px;
}

.learn-btn {
  color: #ee4d14;
  border: 1px solid #ee4d14;
  border-radius: 30px;
  width: 170px;
  padding: 14px 34px;
  text-transform: uppercase;
  background: #fff;
}

.learn-btn:hover {
  background: #ee4d14;
  color: #fff;
}

/*testimonial*/
.testimonial {
  background: #e3e5e9;
  padding: 50px 0 50px 0;
}

.testimonial-all {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.pointer.client-slider-prevarrow.slick-arrow i,
.pointer.client-slider-nextarrow.slick-arrow i {
  font-size: 20px;
}

.quote-icon i {
  color: #ee4d14;
  font-size: 20px;
}

.quote-main {
  display: flex;
  align-items: center;
}

.testimonial-box {
  padding: 38px 35px 39px 30px;
  border-radius: 20px;
  background: #fff;
  color: #434343;
  min-height: 290px;
}

.testimonial-pack {
  margin-top: 50px;
}

.quote-text {
  margin: 15px 0;
}

.client-detail .client-name {
  color: #232c3b;
  font-weight: bold;
  margin-bottom: 0px;
}

.client-detail .client-title {
  color: #b7b7b7;
  font-size: 13px;
  margin-bottom: 0px;
  font-style: italic;
}

.client-detail {
  margin-left: 10px;
}

.testimonial-box:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

.testimonial-main.slick-initialized.slick-slider {
  max-width: 98%;
}

.testimonial-text {
  padding: 15px;
}

.pointer {
  cursor: pointer;
  color: #707070;
}

/*contact*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #f9f9f9;
  border: 1px solid #d5d5d5;
  box-shadow: none;
  border-radius: 6px;
}

.form-contact {
  margin-top: 30px;
}

.form-contact label {
  font-weight: 100;
  color: #434343;
}

.title-block.contact-block p {
  text-align: center;
  margin-top: 15px;
  color: #232c3b;
}

.contact-us {
  padding: 50px 0;
}

button.btn-send {
  background: #ee4d14;
  color: #fff;
  border: none;
  text-transform: uppercase;
  height: 50px;
  width: 122px;
  border-radius: 30px;
}

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

.btn-send:hover {
  background: #fff;
  color: #ee4d14;
  border: 1px solid #ee4d14;
}

.send-button {
  margin-top: 30px;
}

/*client*/
.partner {
  background: #e3e5e9;
}

.partner-box img {
  width: 100%;
}

.partner {
  padding: 30px 0 50px 0;
  background: #e3e5e9;
}

.partner-box {
  margin-top: 35px;
}

.container-fluid {
  padding-right: 75px;
  padding-left: 75px;
}

/*footer*/
.footer {
  background: #232c3b;
  color: #8894a7;
  padding-top: 40px;
}

.footer-box h4 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-box img {
  margin-bottom: 18px;
}

.footer-box .footer-contact li i {
  color: #ee4d14;
  padding-right: 11px;
  margin-top: 5px;
}

.footer-contact li {
  display: flex;
  padding-bottom: 5px;
}

.footer-nav {
  margin-top: 20px;
}

.footer-nav li a {
  color: #8894a7;
}

.footer-nav li {
  padding-bottom: 5px;
}

.footer-contact li:nth-child(1) {
  border-bottom: 1px solid #fff;
  border-bottom-color: rgb(255, 255, 255, 0.09);
  margin-bottom: 10px;
  width: 85%;
  padding-bottom: 10px;
}

.footer-up {
  border-bottom: 1px solid #fff;
  border-bottom-color: rgb(255, 255, 255, 0.09);
  padding-bottom: 20px;
}

.specialization-all {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.specialization-box img {
  height: 80px;
}

.footer-down {
  border-top: 1px solid #141a26;
  border-top-color: rgb(20, 26, 38, 0.39);
  padding: 10px 0;
}

.footer-left {
  font-size: 13px;
}

.footer-right {
  float: right;
}

ul.social-icon a i {
  color: #8894a7;
  margin-right: 5px;
}

a.social.facebook-icon i:hover {
  color: #3b5897;
}

a.social.twitter-icon i:hover {
  color: #00acee;
}

a.social.instagram-icon i:hover {
  color: #c0377b;
}
.partner-img {
  padding: 10px;
}
@media screen and (min-width: 1401px) and (max-width: 2200px) {
  .dropdown.open .dropdown-overlay {
    top: 145px;
  }

  .dropdown-menu > li > a {
    font-size: 16px;
  }

  .dropdown-menu {
    padding: 61px 0 49px 0;
  }

  .slider-text {
    left: 41%;
  }

  .fade-carousel .slides .slide-1,
  .fade-carousel .slides .slide-2,
  .fade-carousel .slides .slide-3 {
    background-position: initial;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
  }

  .slider-text h1 {
    font-size: 46px;
  }

  .slider-text h4 {
    font-size: 20px;
    margin: 25px 0 0 0;
  }

  .btn.btn-quote {
    font-size: 16px;
    height: 60px;
    margin: 43px auto;
  }

  .service {
    margin: 100px 0 84px 0;
  }

  .service-title h2 {
    font-size: 20px;
  }

  .learn-btn {
    font-size: 16px;
    height: 60px;
  }

  .testimonial {
    padding: 50px 0 100px 0;
  }
  .testimonial-box {
    min-height: 380px;
  }
  .quote-text {
    font-size: 16px;
    margin: 30px 0 19px 0;
    line-height: 28px;
  }

  .quote-icon i {
    font-size: 30px;
  }

  .client-detail .client-name {
    font-size: 20px;
  }

  .client-detail .client-title {
    font-size: 16px;
  }

  .contact-us {
    padding: 70px 0;
  }

  .title-block.contacts-block p {
    font-size: 20px;
  }

  .form-contact label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .form-control {
    height: 55px;
  }

  button.btn-send {
    font-size: 16px;
    height: 60px;
  }

  .partner {
    padding: 50px 0 100px 0;
  }

  .partner-box {
    margin-top: 55px;
  }

  .footer {
    padding-top: 51px;
  }

  .footer-box h4 {
    font-size: 20px;
  }

  .footer-box {
    font-size: 16px;
  }

  .footer-contact li:nth-child(1) {
    width: 98%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer-box img {
    margin-bottom: 25px;
  }

  .footer-nav {
    margin-top: 30px;
  }

  .footer-down {
    padding: 18px 0 15px 0;
  }

  .footer-left {
    font-size: 14px;
  }

  .social-icon a i {
    font-size: 16px;
  }

  .footer-up {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .dropdown.open .dropdown-overlay {
    display: none !important;
  }

  .slider-text {
    left: 44%;
  }

  /*.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
        height: 56vh;
        background-size: contain;
    }*/
  .service-image .img-service.img-service-third {
    left: 109px;
  }

  .service-image .img-service.img-service-second {
    left: 99px;
  }

  .service-image .img-service {
    left: 94px;
  }

  .open > .dropdown-menu {
    display: block;
  }

  .navbar-right .dropdown-menu {
    right: 148px;
  }

  .dropdown-menu {
    width: 38vw;
    padding: 20px;
  }

  ul.dropdown-menu li {
    margin-bottom: 20px;
  }

  /*ul.dropdown-menu li:nth-child(1) {
        margin-top: 20px;
    }*/
  .dropdown-menu > li > a {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .dropdown-menu {
    width: 42vw;
  }
  .slider-text {
    left: 35%;
  }
  .navbar-nav {
    margin: 0;
  }

  /*.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
        height: 42vh;
    }*/
  .service-image .img-service {
    left: 308px;
  }

  .navbar-nav > li > a {
    margin: 0 15px;
  }

  .navbar-right {
    margin-right: 0px;
  }

  .service-image .img-service.img-service-second {
    left: 313px;
  }

  .service-image .img-service.img-service-third {
    left: 321px;
  }

  .partner-box img {
    margin-bottom: 15px;
  }

  .footer-right {
    float: none;
    margin-top: 5px;
  }

  .footer-down {
    text-align: center;
  }

  .specialization-box img {
    width: 85%;
  }
}

@media screen and (max-width: 425px) {
  .fade-carousel .slides .slide-1,
  .fade-carousel .slides .slide-2,
  .fade-carousel .slides .slide-3 {
    height: 49vh;
    background-size: contain;
  }

  .slider-text {
    top: 50%;
  }

  .slider-text h4 {
    display: none;
  }

  .slider-text h1 {
    font-size: 20px;
  }

  .carousel-indicators {
    bottom: 0px;
  }

  .service-image .img-service.img-service-second {
    left: 150px;
  }

  .service-image .img-service {
    left: 145px;
  }

  .service-image .img-service.img-service-third {
    left: 158px;
  }

  .navbar-nav > li > a {
    padding: 15px 0px;
  }

  .dropdown-menu {
    width: auto !important;
    padding: 0;
  }

  ul.dropdown-menu li:nth-child(1) {
    margin-top: 10px;
  }

  .header-fixed {
    position: absolute;
  }

  .fade-carousel .slides .slide-1,
  .fade-carousel .slides .slide-2,
  .fade-carousel .slides .slide-3 {
    height: 45vh;
    background-size: contain;
  }
  .specialization-box img {
    width: 100%;
  }
  .navbar-right {
    margin-right: auto;
  }
}

@media screen and (max-width: 375px) {
  .fade-carousel .slides .slide-1,
  .fade-carousel .slides .slide-2,
  .fade-carousel .slides .slide-3 {
    background-size: cover;
  }
}
