@import url("https://fonts.googleapis.com/css2?family=Rubik&family=Teko:wght@500;600&display=swap");
/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #eb4e1b;
  color: #fff;
}

::selection {
  background-color: #eb4e1b;
  color: #fff;
}

body {
  font-family: "Rubik", sans-serif;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.page-content {
  margin-top: 75px;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/* Lists  
======================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Section Setting
=======================*/
section {
  padding: 70px 0;
  position: relative;
}

section.section_color {
  background-color: #f5f6f9;
}

section .section_title {
  max-width: 991px;
  display: block;
  margin: auto auto 25px;
  text-align: center;
}

section .section_title .main_tit {
  font-family: "Teko", sans-serif;
}

section .section_title .txt {
  max-width: 776px;
  margin: auto;
}

@media all and (max-width: 576px) {
  section {
    padding: 35px 0 !important;
  }
  section .section_title {
    margin-bottom: 15px;
  }
  section .section_title .main_tit {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  section .section_title .sub_tit {
    font-size: 20px;
    line-height: 18px;
  }
  section .section_title .txt {
    font-size: 12px;
    line-height: 18px;
  }
}

/* Text Setting
======================*/
.main_tit {
  font-family: "Teko", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  color: #eb4e1b;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sub_tit {
  text-transform: capitalize;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #222429;
}

.txt {
  font-size: 14px;
  line-height: 24px;
  color: #686a6f;
  letter-spacing: 1px;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  font-family: "Teko", sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 3px 25px 0;
  background-color: #eb4e1b;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.3s background-color linear;
  transition: 0.3s background-color linear;
}

.link span {
  position: relative;
}

.link i {
  vertical-align: middle;
}

.link::before {
  content: "";
  width: calc(100% + 2px);
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background-color: #222429;
  -webkit-clip-path: circle(0 at 0 100%);
  clip-path: circle(0 at 0 100%);
  -webkit-transition: 0.3s clip-path linear;
  -webkit-transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s clip-path linear;
  transition: 0.3s clip-path linear, 0.3s -webkit-clip-path linear;
}

.link:hover {
  color: #fff;
}

.link:hover::before {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

@media all and (max-width: 576px) {
  .link {
    font-size: 14px;
    padding: 0 15px;
    line-height: 35px;
  }
}

.link.more {
  margin: 25px auto 0;
}

.icon_link {
  position: relative;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #eb4e1b;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.icon_link i::before, .icon_link::before {
  z-index: 999;
  position: relative;
}

.icon_link::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #222429;
  -webkit-clip-path: circle(0 at 0 100%);
  clip-path: circle(0 at 0 100%);
  -webkit-transition: 0.3s clip-path linear;
  -webkit-transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s -webkit-clip-path linear;
  transition: 0.3s clip-path linear;
  transition: 0.3s clip-path linear, 0.3s -webkit-clip-path linear;
}

.icon_link i {
  color: #fff;
  position: relative;
}

.icon_link:hover {
  color: #fff;
}

.icon_link:hover::after {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}

.social-links li {
  display: inline-block;
  vertical-align: middle;
}

.social-links li a {
  margin: auto;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.social-links li a i {
  width: 30px;
  height: 30px;
  background-color: #eb4e1b;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.social-links li a i.fa-facebook {
  background-color: #3b5999;
}

.social-links li a i.fa-twitter {
  background-color: #55acee;
}

.social-links li a i.fa-instagram {
  background-color: #e4405f;
}

.list_items {
  margin: 15px 0;
}

.list_items li {
  padding-left: 25px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
}

.list_items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #eb4e1b;
}

@media all and (max-width: 576px) {
  .list_items li {
    font-size: 12px;
  }
}

.toggle-container {
  margin: 0 0 15px 0;
  background-color: #f1f1f1;
}

.toggle-container .panel {
  background-color: #fff;
  margin: 0 auto 15px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.toggle-container h4.panel-title {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #f5f6f9;
}

.toggle-container h4.panel-title a {
  display: block;
  position: relative;
  font-size: 16px;
  color: var(--second_color);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 25px;
  font-family: "Teko", sans-serif;
}

.toggle-container h4.panel-title a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.toggle-container h4.panel-title a:before {
  position: absolute;
  content: " - ";
  line-height: 25px;
  font-size: 22px;
  padding: 0;
  width: 20px;
  height: 25px;
  text-align: center;
  right: 0;
  top: 0;
  color: #eb4e1b;
}

.toggle-container h4.panel-title a.collapsed:before {
  content: " + ";
}

.toggle-container .panel-content {
  color: #686a6f;
  padding: 15px;
  font-size: 13px;
}

form .form-group {
  position: relative;
  margin: 0 0 20px 0;
}

form label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
  color: #eb4e1b;
}

form .form-control {
  width: 100%;
  color: #010101;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0 15px;
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

form .form-control:hover {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form textarea {
  resize: none;
  min-height: 100px;
}

.search_box {
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  position: fixed;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.search_box::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: 0px;
  left: 0px;
  top: 0px;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.3s height linear;
  transition: 0.3s height linear;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.search_box .icon_link {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.search_box form {
  width: 100%;
  max-width: 576px;
  position: relative;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.search_box form label {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Teko", sans-serif;
}

.search_box form .form-control {
  background-color: transparent;
  font-size: 14px;
}

.search_box form .link {
  margin: 15px auto;
}

.search_box.move {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.search_box.move::before {
  height: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.search_box.move .icon_link {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.search_box.move form {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* Page Head
=============================*/
.page-head {
  display: block;
  padding: 120px 0 60px;
  text-align: center;
  height: auto;
  overflow: hidden !important;
  background: url(../../../assets/images/section_img.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.page-head::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 36, 41, 0.75);
  z-index: 99;
}

.page-head .row {
  position: relative;
  z-index: 99;
}

.page-head .sub_tit {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 28px;
  color: #fff;
}

.page-head .breadcrumb {
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  display: block;
}

.page-head .breadcrumb li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.page-head .breadcrumb li + ::before {
  padding: 0px 5px;
  color: #eb4e1b;
  content: "/";
}

.page-head .breadcrumb li a {
  color: #fff;
  font-size: 12px;
}

.page-head .breadcrumb li a i {
  margin-right: 5px;
}

.page-head.tall_pad {
  padding: 120px 0;
}

@media all and (max-width: 991.9px) {
  .page-head {
    padding: 120px 0 60px;
  }
}

/* Header
==============================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
  z-index: 9998;
}

header .navbar {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 75px;
}

header .navbar-brand {
  position: absolute;
  left: 0;
  top: 5px;
  margin: auto;
  padding: 5px;
  background-color: #fff;
  width: 220px;
  z-index: 999;
}

header .navbar-brand img {
  width: 100%;
}

header .header_btns {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  z-index: 999;
  border-left: 1px solid #f1f1f1;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_btns .social-links {
  display: inline-block;
}

header .header_btns .social-links a {
  width: 30px;
  height: 30px;
}

header .header_btns .lang,
header .header_btns .menu-btn {
  display: none;
  position: relative;
  margin: auto;
  color: #fff;
  overflow: hidden;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #eb4e1b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

header .header_btns .lang i,
header .header_btns .menu-btn i {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  display: block;
}

header .header_btns .lang.change-icon i:before,
header .header_btns .menu-btn.change-icon i:before {
  content: "\f00d";
}

header .header_btns .lang {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

header .header_btns .lang i {
  font-style: normal;
  z-index: 999;
  position: relative;
}

header ul.navbar-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header ul.navbar-nav li {
  display: inline-block;
}

header ul.navbar-nav li a {
  position: relative;
  display: block;
  padding: 3px 8px 0;
  font-size: 17px;
  text-transform: uppercase;
  color: #222429;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin: 0 3px;
  font-family: "Teko", sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

header ul.navbar-nav li a:focus, header ul.navbar-nav li a:hover {
  color: #fff;
  background-color: #eb4e1b;
}

header ul.navbar-nav li.active > a {
  color: #fff;
  background-color: #eb4e1b;
}

header ul.navbar-nav li .search_icon {
  border: 0;
  background-color: transparent;
  color: #222429;
  padding: 0;
  line-height: 33px;
  width: 30px;
  height: 33px;
}

header ul.navbar-nav li .search_icon:hover {
  color: #eb4e1b;
}

@media all and (max-width: 1200px) {
  header ul.navbar-nav {
    padding-left: 80px;
  }
  header ul.navbar-nav li a {
    padding: 2px 5px 0;
  }
}

@media all and (min-width: 992px) {
  header .dropdown .dropdown-menu {
    display: block;
    left: 0;
    margin: 0;
    width: 180px;
    min-width: 180px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
  }
  header .dropdown .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 15px;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-bottom-color: #f1f1f1;
    z-index: 998;
  }
  header .dropdown .dropdown-menu a {
    margin: 0;
    line-height: 25px;
    padding: 10px 15px;
    color: #eb4e1b;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-top: 1px solid #f1f1f1;
  }
  header .dropdown .dropdown-menu a:hover {
    color: #eb4e1b;
    background-color: #fcfcfc;
  }
  header .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@media all and (max-width: 991.9px) {
  header .container {
    max-width: 100%;
    padding: 0;
  }
  header .navbar-brand {
    left: 15px;
  }
  header .header_btns {
    right: 15px;
    bottom: auto;
    height: 75px;
  }
  header .header_btns .menu-btn {
    display: inline-block;
    margin-left: 5px;
  }
  header .navbar-collapse {
    margin-top: 75px;
    position: relative;
    width: 100%;
    z-index: 999;
    background-color: #222429;
  }
  header .nav-main-collapse.collapse {
    display: none !important;
  }
  header ul.navbar-nav {
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px;
  }
  header ul.navbar-nav li {
    display: block;
  }
  header ul.navbar-nav li a {
    display: inline-block;
    margin: 5px 0;
    padding: 0 15px;
    text-align: left;
    color: #fff;
  }
  header ul.navbar-nav .search_icon {
    display: none;
  }
  header .dropdown .dropdown-menu {
    position: static;
    clear: both;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    background-color: rgba(255, 255, 255, 0.04);
    border: 0;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  header .dropdown .dropdown-menu a {
    margin: 5px 0;
    line-height: 30px;
    padding: 0 15px;
    text-align: left;
    color: #fff;
    font-size: 14px;
  }
  header .dropdown .dropdown-menu a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
  }
  header .dropdown.show .dropdown-menu {
    display: block;
  }
}

@media all and (max-width: 576px) {
  header .navbar-brand {
    width: 190px;
    top: 10px;
    left: 5px;
  }
}

@media all and (max-width: 390px) {
  header .header_btns .social-links {
    display: none;
  }
}

.home_sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 95px;
  width: 100%;
  min-height: 640px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-size: cover;
  background-color: #fff;
}

.home_sec .item {
  padding: 0 50px;
}

.home_sec .cont {
  text-align: left;
  max-width: 576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.home_sec .cont h1 {
  font-size: 46px;
  text-transform: uppercase;
}

.home_sec .cont .txt {
  color: #222429;
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0 25px;
}

.home_sec .home_img {
  width: 100%;
  position: relative;
}

.home_sec .home_img img {
  border-radius: 5px;
}

@media all and (max-width: 991.9px) {
  .home_sec {
    height: auto;
    min-height: auto;
  }
  .home_sec .cont {
    padding: 0;
    max-width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  .home_sec .cont .link {
    margin: 15px auto 0;
  }
  .home_sec .home_img {
    display: none;
  }
}

@media all and (max-width: 576px) {
  .home_sec {
    padding: 35px 0;
  }
  .home_sec .item {
    padding: 0;
  }
  .home_sec .cont .main_tit {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .home_sec .cont .txt {
    margin: 10px auto;
    font-size: 12px;
    line-height: 18px;
  }
}

.about {
  background-color: #f9f9f9;
  padding-top: 0;
}

.about .about_img {
  margin: -70px 0 0;
  position: relative;
  z-index: 99;
}

.about .about_img img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.about .about_content {
  margin: 45px auto 0;
  padding: 25px;
}

@media all and (max-width: 1200px) {
  .about .about_content .sub_tit {
    font-size: 32px;
  }
}

.about .fact {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 45px 0 0;
  color: #686a6f;
}

.about .fact span {
  font-weight: 700;
  display: block;
  font-size: 48px;
  line-height: 40px;
  color: #222429;
  font-family: "Teko", sans-serif;
}

@media all and (max-width: 991.9px) {
  .about {
    padding-top: 70px;
  }
  .about .about_content {
    margin: 0;
    padding: 0;
  }
  .about .about_img {
    margin: 0 auto 25px auto;
  }
  .about .about_img img {
    width: 100%;
  }
}

@media all and (max-width: 576px) {
  .about .about_content .main_tit {
    font-size: 34px;
    line-height: 40px;
  }
  .about .about_content .sub_tit {
    font-size: 22px;
    line-height: 25px;
  }
  .about .about_content .txt {
    font-size: 12px;
    line-height: 18px;
  }
  .about .fact {
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
  }
}

.custom_about {
  padding-top: 70px;
  background-color: #fff;
}

.custom_about .about_content {
  margin: 15px auto;
  padding: 0 25px 0 0;
}

.custom_about .nav-pills {
  margin: 15px 0;
}

.custom_about .nav-pills .nav-link {
  color: #eb4e1b;
  font-family: "Teko", sans-serif;
  font-size: 16px;
  padding: 5px 10px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 30px;
}

.custom_about .nav-pills .nav-link.active,
.custom_about .nav-pills .show > .nav-link {
  background-color: #222429;
  color: #fff;
}

.custom_about .nav-pills .tab-content .tab-pane .txt {
  font-size: 14px;
  margin: 15px 0;
}

.features::before {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 375px;
  max-height: 475px;
  background: url(../../../assets/images/shap.png) no-repeat;
  background-size: cover;
}

.features .main_tit {
  text-align: center;
  text-transform: uppercase;
}

.features .txt {
  font-size: 16px;
}

.features .feature_item {
  text-align: center;
  text-transform: uppercase;
  margin: 15px auto;
}

.features .feature_item img {
  margin: auto auto 15px;
  width: 104px;
  background-color: #fff;
  padding: 15px;
  border-radius: 27% 42% 58% 73%/72% 28% 69% 31%;
  -webkit-border-radius: 27% 42% 58% 73%/72% 28% 69% 31%;
}

.features .feature_item h3 {
  font-size: 24px;
  line-height: 35px;
}

.features .feature_item p {
  font-size: 13px;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.service_item {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 15px auto;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.service_item .cover {
  position: relative;
  overflow: hidden;
}

.service_item .cover img {
  width: 100%;
  -webkit-transition: 0.3s transform linear;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.service_item .cover i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  margin: auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s transform linear;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.service_item h3 {
  margin: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 15px 0;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  color: #eb4e1b;
}

.service_item p {
  padding: 5px 15px 15px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

@media all and (max-width: 1200px) {
  .service_item p {
    min-height: 75px;
  }
}

@media all and (max-width: 576px) {
  .service_item p {
    min-height: auto;
  }
}

.service_item:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.service_item:hover i {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.heading {
  padding: 70px 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  background-color: #222429;
}

.heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../assets/images/shap4.png) center no-repeat;
  background-size: cover;
}

.heading .section_title {
  text-align: left;
  max-width: 576px;
}

@media all and (max-width: 991.9px) {
  .heading .section_title {
    max-width: 100%;
  }
}

.heading .section_title .sub_tit,
.heading .section_title .txt {
  color: #fff;
}

.heading .section_title .main_tit {
  color: #eb4e1b;
}

.heading .section_title .sub_tit {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 2px;
}

@media all and (max-width: 576px) {
  .heading .section_title .sub_tit {
    font-size: 18px;
    line-height: 20px;
  }
  .heading .section_title .txt {
    font-size: 12px;
  }
}

.heading form {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px 25px;
  background-color: #fff;
  text-align: left;
}

.heading form .sub_tit {
  font-size: 24px;
  margin: 0 0 15px 0;
  line-height: 30px;
}

.heading .list_items {
  color: #fff;
}

.service .service_details .sub_tit {
  color: #eb4e1b;
}

.service .service_details img {
  margin: 15px auto 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.service form {
  background-color: #fff;
  padding: 25px 25px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 105px;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.blogs .section_title {
  text-transform: uppercase;
}

.blog_item {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  margin: 15px auto;
  padding: 15px;
}

.blog_item .title {
  margin: 15px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #222429;
}

.blog_item .title:hover {
  color: #eb4e1b;
}

.blog_item span {
  font-weight: 500;
  display: block;
  color: #686a6f;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
  border-left: 4px solid #eb4e1b;
  margin: 15px 0 0;
}

.blog_item .txt {
  margin: 5px 0 0;
  line-height: 18px;
  font-size: 12px;
}

.blog_item .cover {
  position: relative;
}

.blog_item .cover img {
  width: 100%;
}

.blog_item .cover a {
  position: absolute;
  bottom: -20px;
  right: 20px;
}

.blog_item .cover a::before {
  z-index: 999;
  color: #fff;
  position: relative;
}

.subscribe_form {
  position: relative;
  background-color: #222429;
  padding: 25px;
  margin: 0 auto 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(../../../assets/images/section_img.jpg) center no-repeat;
  background-size: cover;
}

.subscribe_form::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 36, 41, 0.95);
}

.subscribe_form .form-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-size: 24px;
  color: #fff;
  position: relative;
}

.subscribe_form .link {
  margin-bottom: 0;
}

.subscribe_form form {
  margin: 0;
  width: 100%;
}

.subscribe_form form label {
  color: #fff;
}

.subscribe_form form .form-control {
  border: 0 !important;
}

.subscribe_form form .form-control:hover {
  border: 0 !important;
}

.subscribe_form form .form-control:focus {
  border: 0 !important;
}

.side {
  position: -webkit-sticky;
  position: sticky;
  top: 105px;
}

.blog_block {
  padding: 25px;
  background-color: #fff;
  margin: 25px auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.blog_block .sub_tit {
  color: #eb4e1b;
  font-size: 28px;
  line-height: 30px;
}

.blog_block img {
  margin: 0 auto 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.blog_block .blog-info {
  width: 100%;
  text-align: left;
  margin: 15px auto;
}

.blog_block .blog-info li {
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  vertical-align: middle;
  color: #686a6f;
  padding-right: 10px;
}

.blog_block ul.reviews .review-item {
  margin: 0 auto 15px auto;
}

.blog_block ul.reviews .review-item h3 {
  font-size: 12px;
  margin: 0 0 10px 0px;
  text-transform: uppercase;
  color: #eb4e1b;
}

.blog_block ul.reviews .review-item p {
  color: #686a6f;
  display: block;
  margin: auto;
  font-size: 11px;
}

.testimonials .section_title .txt {
  margin: 0;
}

.testimonials .testimonial_wrap {
  margin: 15px auto;
  background-color: #fff;
  padding: 35px 35px 35px 70px;
  margin-bottom: 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.testimonials .testimonial_wrap::before {
  content: "\f10d";
  position: absolute;
  top: 40px;
  left: 35px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 38px;
  color: #222429;
  opacity: 0.2;
}

.testimonials .testimonial_wrap .main_tit {
  font-size: 32px;
}

@media all and (max-width: 1200px) {
  .testimonials .testimonial_wrap .main_tit {
    font-size: 24px;
  }
}

@media all and (max-width: 576px) {
  .testimonials .testimonial_wrap {
    padding: 15px 15px 15px 35px;
  }
  .testimonials .testimonial_wrap::before {
    top: 25px;
    left: 25px;
    font-size: 20px;
  }
  .testimonials .testimonial_wrap .main_tit {
    line-height: 25px;
  }
}

.testimonials .opinion h3 {
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  color: #eb4e1b;
  margin: 15px 0 0 0;
}

.testimonials .opinion p {
  color: #686a6f;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.clients {
  padding-bottom: 50px;
}

.clients .client_item {
  margin: 0 auto 20px auto;
  cursor: pointer;
}

.clients .client_item img {
  -webkit-transition: 0.3s box-shadow linear;
  -webkit-transition: 0.3s -webkit-box-shadow linear;
  transition: 0.3s -webkit-box-shadow linear;
  transition: 0.3s box-shadow linear;
  transition: 0.3s box-shadow linear, 0.3s -webkit-box-shadow linear;
}

.clients .client_item:hover img {
  -webkit-box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.1);
}

.contact .contact_item {
  margin: 15px auto;
  min-height: 182px;
  background-color: #fff;
  text-align: center;
  padding: 25px;
}

.contact .contact_item i {
  margin: auto auto 15px auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background-color: #eb4e1b;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.contact .contact_item span {
  font-family: "Teko", sans-serif;
  font-size: 18px;
  color: #222429;
  display: block;
}

.contact .contact_item p,
.contact .contact_item a {
  font-size: 14px;
  color: #686a6f;
  margin: 10px auto 0;
  line-height: 20px;
}

.contact form,
.contact iframe {
  margin: 15px auto;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.contact form {
  padding: 25px;
}

.contact form .sub_tit {
  color: #eb4e1b;
}

.contact form label {
  color: #222429;
}

.gallery_item {
  position: relative;
  overflow: hidden;
  margin: 25px auto;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.gallery_item .icon_link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}

.gallery_item .icon_link::after {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.gallery_item:hover .icon_link {
  opacity: 1;
}

.partners .client_item {
  border: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
  margin: 15px auto;
  padding: 25px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Up Button
====================*/
.up-btn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  margin: auto;
  border: 0;
  z-index: 999;
}

/* Loader
=====================*/
.loader {
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  background-color: #fff;
  position: fixed;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border: 5px solid #ebebec;
  border-radius: 50%;
}

.loader .loader-icon::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-top: 4px solid #eb4e1b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  margin: auto;
  -webkit-animation: loaderpulse alternate 900ms infinite;
          animation: loaderpulse alternate 900ms infinite;
}

@keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/* Footer Style
======================*/
footer {
  padding: 100px 0 0;
  margin-top: 70px;
  position: relative;
  background-color: #222429;
}

@media all and (max-width: 991.9px) {
  footer {
    margin-top: 20px;
  }
}

footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../assets/images/footer-bg.png) center no-repeat;
  background-size: cover;
}

footer .container,
footer .container-fluid {
  z-index: 99;
  position: relative;
}

footer .upper_cont {
  padding: 50px;
  background-color: #eb4e1b;
  position: relative;
  margin: -150px auto 45px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 940px;
}

@media all and (max-width: 991.9px) {
  footer .upper_cont {
    padding: 25px;
  }
}

footer .upper_cont .sub_tit {
  line-height: 35px;
}

footer .upper_cont .txt {
  color: #fff;
}

footer .upper_cont form {
  margin: 0;
}

footer .upper_cont form .form-group {
  margin: 0;
}

footer .upper_cont form .form-group .form-control {
  border: 0;
}

footer .upper_cont form .form-group button {
  background-color: rgba(34, 36, 41, 0.9);
  margin: 15px auto 0;
}

footer h3 {
  letter-spacing: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
  text-transform: uppercase;
}

footer p {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  margin: 0 0 15px 0;
  max-width: 310px;
}

footer img {
  margin: 0 0 15px 0;
  width: 230px;
}

footer .quick-links li {
  padding: 0;
}

footer .quick-links li a {
  color: #fff;
  font-size: 11px;
  display: inline-block;
  line-height: 30px;
  position: relative;
  padding-left: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s transform linear;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

footer .quick-links li a::before {
  content: "\f054";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

footer .quick-links li a:hover {
  color: #eb4e1b;
  -webkit-transform: translatex(5px);
  transform: translatex(5px);
}

footer ul.contact_info li {
  color: #fff;
  padding-left: 40px;
  font-size: 12px;
  margin: 10px 0;
  min-height: 30px;
}

footer ul.contact_info li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  background-color: #eb4e1b;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

footer ul.contact_info li a {
  padding-left: 0;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  color: #fff;
}

footer ul.contact_info li a::before {
  display: none;
}

footer ul.contact_info li:first-child a {
  line-height: 20px;
}

footer .bottom_footer {
  margin-top: 25px;
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .bottom_footer li {
  display: inline-block;
  margin-right: 5px;
}

footer .bottom_footer li a {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}

footer .bottom_footer p {
  text-align: right;
  line-height: 30px;
  margin: 0 0 0 auto;
}

@media all and (max-width: 767.9px) {
  footer .bottom_footer ul, footer .bottom_footer p {
    text-align: center;
    margin: 5px auto 0;
  }
}
/*# sourceMappingURL=style.css.map */