/* 1.1 - Template Fonts - Start
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* 1.1 - Template Fonts - End
================================================== */
/* Template Global Reset - Start
================================================== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  color: #979899;
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

::-moz-selection {
  color: #ffffff;
  background-color: #37393d;
}

::selection {
  color: #ffffff;
  background-color: #37393d;
}

::-moz-selection {
  color: #ffffff;
  background-color: #37393d;
}

iframe {
  border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a:active, a:focus, a:hover, a:visited {
  outline: 0;
  text-decoration: none;
}

button {
  padding: 0px;
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #37393d;
  font-family: "Teko", sans-serif;
}

hr {
  opacity: 1;
  margin: 40px 0;
  background-color: #dde0e2;
}

.dropdown-menu {
  border: none;
  margin-top: 20px;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation: 0.3s ease-in-out 0s normal none 1 running fadeInUp;
          animation: 0.3s ease-in-out 0s normal none 1 running fadeInUp;
}
.dropdown-menu:before {
  left: 0;
  right: 0;
  top: -20px;
  content: "";
  height: 20px;
  display: block;
  position: absolute;
}

.tab-pane:nth-child(1).active {
  -webkit-animation: 0.4s ease-in-out 0s normal none 1 running fadeInUp;
          animation: 0.4s ease-in-out 0s normal none 1 running fadeInUp;
}
.tab-pane:nth-child(2).active {
  -webkit-animation: 0.4s ease-in-out 0s normal none 1 running fadeInLeft;
          animation: 0.4s ease-in-out 0s normal none 1 running fadeInLeft;
}
.tab-pane:nth-child(3).active {
  -webkit-animation: 0.4s ease-in-out 0s normal none 1 running fadeInRight;
          animation: 0.4s ease-in-out 0s normal none 1 running fadeInRight;
}
.tab-pane:nth-child(4).active {
  -webkit-animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.4s ease-in-out 0s normal none 1 running fadeInDown;
}

/* Template Global Reset - End
================================================== */
/* Back To Top - Start
================================================== */
.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 80px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  color: #37393d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
}

/* Back To Top - End
================================================== */
/* 2.2 - Template Space - Start
================================================== */
/* Container Width - Start */
.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.row {
  margin: -15px;
}

.col {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  padding: 15px;
}

/* Container Width - End */
/* Section Top & Bottom Space - Start */
.section_space {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* Section Top & Bottom Space - End */
/* 2.2 - Template Space - End
================================================== */
/* Button Style - Start
================================================== */
.single_btn_wrap {
  padding-top: 45px;
}

.btn {
  z-index: 1;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  overflow: hidden;
  line-height: 1.778;
  position: relative;
  letter-spacing: 0.5px;
  padding: 15px 40px 13px;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
}
.btn:before {
  top: 50%;
  width: 3px;
  left: 20px;
  content: "";
  height: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.502);
}
.btn:after {
  top: 0;
  width: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:hover {
  color: #ffffff;
}
.btn:hover:after {
  left: 0;
  width: 100%;
  right: auto;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn_danger {
  background-color: #fc653c;
}
.btn.btn_danger:after {
  background-color: #37393d;
}
.btn.btn_dark {
  background-color: #37393d;
}
.btn.btn_dark:after {
  background-color: #fc653c;
}

.btn_unfill {
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  color: #37393d;
  font-family: "Teko", sans-serif;
}
.btn_unfill:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background: #fc653c;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.btn_unfill i {
  margin-left: 10px;
}
.btn_unfill:hover {
  color: #fc653c;
}
.btn_unfill:hover:before {
  left: 0;
  width: 100%;
  right: auto;
}

.download_btns > li:not(:last-child) {
  margin-bottom: 10px;
}
.download_btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  padding: 26px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #37393d;
  background-color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download_btns a:hover {
  color: #ffffff;
  background-color: #fc653c;
}

.popup_video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(252, 101, 60, 0.4);
}
.popup_video i {
  color: #ffffff;
  margin: 2px 0 0 2px;
}
.popup_video .icon_wrap {
  z-index: 1;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  color: #fc653c;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup_video .icon_wrap:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fc653c;
  -webkit-box-shadow: 0 0 10px 0 rgba(252, 101, 60, 0.15);
          box-shadow: 0 0 10px 0 rgba(252, 101, 60, 0.15);
}
.popup_video:hover .icon_wrap:before {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.video_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video_btn_wrap .icon_wrap {
  width: 70px;
  height: 70px;
}
.video_btn_wrap .video_btn_text {
  font-size: 20px;
  font-weight: 700;
  margin-left: 20px;
}

/* Button Style - End
================================================== */
/* CSS Animation - Start
================================================== */
@-webkit-keyframes ripple {
  70% {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 27px rgba(252, 101, 60, 0.7);
            box-shadow: 0 0 0 27px rgba(252, 101, 60, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(252, 101, 60, 0.7);
            box-shadow: 0 0 0 0 rgba(252, 101, 60, 0.7);
  }
}
@keyframes ripple {
  70% {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 27px rgba(252, 101, 60, 0.7);
            box-shadow: 0 0 0 27px rgba(252, 101, 60, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(252, 101, 60, 0.7);
            box-shadow: 0 0 0 0 rgba(252, 101, 60, 0.7);
  }
}
@-webkit-keyframes ripple2 {
  70% {
    opacity: 0;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes ripple2 {
  70% {
    opacity: 0;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.ripple {
  z-index: 1;
  position: relative;
}

.ripple:before,
.ripple:after {
  top: 0;
  left: 0;
  opacity: 1;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: ripple2 3s infinite;
          animation: ripple2 3s infinite;
  border: 2px solid #fc653c;
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.ripple:after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* CSS Animation - End
================================================== */
/* Decorations Images & Shapes - Start
================================================== */
.decoration_wrap {
  z-index: 1;
  position: relative;
}
.decoration_wrap .deco_item {
  z-index: -1;
  position: absolute;
}
.decoration_wrap .section_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

/* Decorations Images & Shapes - End
================================================== */
/* Order & Unorder List - Start
================================================== */
/* List Default Style - Start */
.ul_li,
.ul_li_right,
.ul_li_center {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ul_li > li,
.ul_li_right > li,
.ul_li_center > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ul_li_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ul_li_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block;
}
.ul_li_block > li {
  display: block;
  list-style: none;
}

/* List Default Style - End */
/* Info List - Start */
.info_list.ul_li_block li:not(:last-child) {
  margin: 0 0 16px 0;
}
.info_list.ul_li li:not(:last-child) {
  margin: 0 30px 0 0;
}

/* Info List - End */
/* Icon List - Start */
.icon_list {
  margin-bottom: 45px;
}
.icon_list .icon_wrap {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #979899;
}
.icon_list .content_wrap {
  padding-top: 4px;
}
.icon_list.ul_li_block > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon_list.ul_li_block > li:not(:last-child) {
  margin-bottom: 15px;
}

/* Icon List - End */
/* Category List - Start */
.category_list a {
  line-height: 1;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #37393d;
  font-family: "Teko", sans-serif;
}
.category_list a:hover {
  color: #fc653c;
}
.category_list.ul_li > li {
  position: relative;
}
.category_list.ul_li > li:not(:last-child) {
  margin-right: 5px;
  padding-right: 4px;
}
.category_list.ul_li > li:not(:last-child):after {
  right: 0;
  bottom: 3px;
  content: ",";
  line-height: 1;
  font-size: 16px;
  position: absolute;
}

/* Category List - End */
/* Filters Button Group - Start */
.filters-button-group {
  padding-left: 15px;
  margin-bottom: 60px;
  border-left: 4px solid #fc653c;
}
.filters-button-group button {
  padding: 0;
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 15px;
  color: #37393d;
}
.filters-button-group button:hover, .filters-button-group button.active {
  color: #fc653c;
}

/* Filters Button Group - End */
/* Order & Unorder List - End
================================================== */
/* Typography - Start
================================================== */
/* Section Title - Start */
.section_title {
  margin-bottom: 70px;
}
.section_title .sub_title {
  line-height: 1;
  font-size: 22px;
  position: relative;
  margin-bottom: 16px;
  color: #fc653c;
}
.section_title .sub_title:before, .section_title .sub_title:after {
  content: "";
  height: 2px;
  width: 30px;
  display: inline-block;
  background-color: #fc653c;
}
.section_title .sub_title:before {
  margin: 6px 14px 6px 0;
}
.section_title .sub_title:after {
  margin: 6px 0 6px 14px;
}
.section_title .title_text {
  line-height: 1;
  font-size: 45px;
  margin-bottom: 20px;
}
.section_title p {
  font-size: 16px;
  line-height: 1.857;
}
.section_title:not(.text-center) .sub_title:before {
  display: none;
}

/* Section Title - End */
/* Typography - End
================================================== */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* 
-------------------------------- 
xclip 
-------------------------------- 
*/
.cd-headline.clip span {
  display: inline-block;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #37393d;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* Header Section - Start
================================================== */
.header_section {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 40px 0;
  position: absolute;
}

/* Header Section - End
================================================== */
/* Banner Section - Start
================================================== */
.banner_section {
  padding: 200px 0 100px;
  background-color: #f7f7f7;
}
.banner_section h1 {
  font-size: 66px;
  font-weight: 500;
  margin-bottom: 40px;
}
.banner_section h1 span {
  padding: 0;
}
.banner_section h1 b {
  font-weight: 500;
  color: #fc653c;
}

.demos_framework_list {
  margin: -15px;
}
.demos_framework_list > li {
  padding: 15px;
}
.demos_framework_list span {
  z-index: 1;
  width: 75px;
  height: 75px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.demos_framework_list span img {
  max-width: 45px;
  max-height: 45px;
}
.demos_framework_list small {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  color: #37393d;
}

.banner_btns_group {
  padding-top: 60px;
  margin: -5px -15px;
}
.banner_btns_group > li {
  padding: 5px 15px;
}

/* Banner Section - End
================================================== */
/* Profile Section - Start
================================================== */
.profile_section {
  color: #ffffff;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 300;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.profile_section .section_overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.profile_section a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}
.profile_section a i {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.profile_section a:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* Profile Section - End
================================================== */
/* Home Demo Section - Start
================================================== */
.banner_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.demo_item .demo_item_image {
  z-index: 1;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.demo_item .demo_item_content {
  padding: 30px 0;
  position: relative;
}
.demo_item .demo_item_title {
  line-height: 1;
  font-size: 30px;
  max-width: 220px;
}
.demo_item .demo_item_link {
  right: 0;
  top: 32px;
  opacity: 0;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #37393d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.demo_item .demo_item_link i {
  line-height: 1;
  font-size: 22px;
  margin: 3px 0 0 5px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.demo_item .demo_item_link:hover i {
  -webkit-transform: translate(5px, 0) !important;
          transform: translate(5px, 0) !important;
}
.demo_item:hover .demo_item_image:not(.tilt) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
}
.demo_item:hover .demo_item_link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.demo_item:hover .demo_item_link i {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* Home Demo Section - End
================================================== */
/* Inner Demo Section - Start
================================================== */
.inner_demo_section {
  background-color: #ecf2f6;
}

/* Inner Demo Section - End
================================================== */
/* Footer Section - Start
================================================== */
.footer_section h2 {
  line-height: 1;
  font-size: 72px;
  margin-bottom: 40px;
}

/* Footer Section - End
================================================== */
/* Media Screen 991px - Start
================================================== */
@media screen and (max-width: 991px) {
  .container {
    max-width: 750px;
  }

  .banner_section h1 {
    font-size: 54px;
  }

  .footer_section h2 {
    font-size: 60px;
  }

  .btn {
    font-size: 16px;
    padding: 12px 40px 10px;
  }

  .btn:before {
    height: 30px;
  }

  .section_space {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_title {
    margin-bottom: 40px;
  }
}
/* Media Screen 991px - End
================================================== */
/* Media Screen 767px - Start
================================================== */
@media screen and (max-width: 767px) {
  .demo_item {
    margin: auto;
    max-width: 400px;
  }

  .demo_item .demo_item_content {
    padding: 25px 0;
  }

  .demo_item .demo_item_title {
    font-size: 26px;
  }

  .demo_item .demo_item_link {
    top: 24px;
    font-size: 16px;
  }
}
/* Media Screen 767px - End
================================================== */
/* Media Screen 575px - Start
================================================== */
@media screen and (max-width: 575px) {
  br {
    display: none;
  }

  .cd-headline.clip span:not(.cd-words-wrapper) {
    display: block;
  }

  .banner_section h1 {
    font-size: 42px;
  }

  .demos_framework_list > li {
    width: 25%;
  }

  .footer_section h2 {
    font-size: 54px;
    margin-bottom: 25px;
  }

  .section_title .title_text {
    font-size: 36px;
  }
}
/* Media Screen 575px - End
================================================== */
/* Media Screen 425px - Start
================================================== */
@media screen and (max-width: 425px) {
  .demos_framework_list > li {
    width: 33.333%;
  }

  .banner_btns_group > li {
    width: 100%;
  }

  .banner_section {
    padding: 160px 0 70px;
  }
}
/* Media Screen 425px - End
================================================== */
/* Media Screen 375px - Start
================================================== */
/* Media Screen 375px - End
================================================== */