@charset "UTF-8";
/* ====== fonts =========== */
@font-face {
  font-family: 'Conv_Quicksand-Bold';
  src: url("../fonts/font/Quicksand-Bold.eot");
  src: local("☺"), url("../fonts/font/Quicksand-Bold.woff") format("woff"), url("../fonts/font/Quicksand-Bold.ttf") format("truetype"), url("../fonts/font/Quicksand-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Quicksand-Medium';
  src: url("../fonts/font/Quicksand-Medium.eot");
  src: local("☺"), url("../fonts/font/Quicksand-Medium.woff") format("woff"), url("../fonts/font/Quicksand-Medium.ttf") format("truetype"), url("../fonts/font/Quicksand-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Quicksand-Regular';
  src: url("../fonts/font/Quicksand-Regular.eot");
  src: local("☺"), url("../fonts/font/Quicksand-Regular.woff") format("woff"), url("../fonts/font/Quicksand-Regular.ttf") format("truetype"), url("../fonts/font/Quicksand-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====== Color Palette =========== */
/* ====== fonts =========== */
/* ====== Font Sizes =========== */
/* ====== Text =========== */
/* ====== padding =========== */
/* ====== margin =========== */
/* ====== border radius =========== */
/*----------- functions -----------*/
/*---------- animation ----------*/
@keyframes top_nimate {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}

@keyframes loader {
  0%,
  100% {
    opacity: .8;
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

/* --------------------------------
RESET CSS
-------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
li {
  list-style: none;
}

select {
  width: 100%;
}

input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

button {
  padding: .5rem 2rem;
  cursor: pointer;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  font-size: 15px;
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Conv_Quicksand-Medium";
}

input {
  height: 42px;
  padding: 0 1rem;
  border-radius: 5px;
  border: 0;
}

textarea {
  resize: none;
  padding: 0.5rem 1rem;
  height: 84px;
  border-radius: 5px;
  border: 0;
}

p,
h1,
h2,
h3,
form {
  margin: 1rem 0px;
}

h1 {
  font-size: 40px;
  font-size: 3.5rem;
  font-family: "Conv_Quicksand-Bold";
}

h2 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Conv_Quicksand-Bold";
}

h3 {
  font-size: 25px;
  font-size: 1.5rem;
  font-family: "Conv_Quicksand-Regular";
}

section {
  padding: 5rem 0;
}

/*---------- General Classes -------------*/
.margin_top {
  margin-top: 2rem;
}

.margin_bottom {
  margin-bottom: 2rem;
}

.margin_top_4 {
  margin-top: 4rem;
}

.margin_bottom_4 {
  margin-bottom: 4rem;
}

.padding_top {
  padding-top: 2rem;
}

.padding_bottom {
  padding-bottom: 2rem;
}

.section_tit {
  position: relative;
  margin-top: 0;
}

.section_tit::before {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f26f22;
  width: 30px;
  height: 4px;
  border-radius: 30px;
}

.sec_desc {
  margin-bottom: 4rem;
}

.hidden {
  display: none;
}

.owl-dots {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #f26f22;
  opacity: .5;
  border-radius: 50%;
  margin: 0 .3rem;
}

.owl-dots .owl-dot.active {
  opacity: 1;
}

/*---------- button classes -------------*/
.btn_style {
  padding: .5rem 1.5rem;
  display: inline-block;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.btn_style:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  color: #fff;
}

.btn_orange {
  background: #f26f22;
  color: #fff;
}

.btn_blue {
  background: #5387ed;
  color: #fff;
}

.btn_light {
  background: #fff;
  color: #f26f22;
}

.btn_light:hover {
  color: #f26f22;
}

.text_blue {
  color: #28407b;
}

.text_orange {
  color: #f26f22 !important;
}

.bg_orang {
  background: #f26f22;
}

.bg_blue {
  background: #5387ed;
}

.site_header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site_header .navbar-brand {
  padding: 0;
  color:#c2c2c2;
}

.site_header .navbar-brand img {
  max-height: 130px;
}

.site_header .navbar-expand-lg .nav-item {
  position: relative;
}

.site_header .navbar-expand-lg .nav-item .nav-link {
  color: #fff;
}

.site_header .navbar-expand-lg .nav-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 50%;
  left: 25%;
  background: #f26f22;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}

.site_header .navbar-expand-lg .nav-item.active:after, .site_header .navbar-expand-lg .nav-item:hover:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.site_header.header-scroll_bg_light {
  background: #fff;
  box-shadow: 0 0 10px #eee;
}

.site_header.header-scroll_bg_light .navbar-expand-lg .nav-item .nav-link {
  color: #444444;
}

.site_main {
  border-bottom: 1px solid #dfdfdf;
}

/* hearo section*/
#hero_section {
  padding: 10rem 0 2rem;
  color: #fff;
  background-image: url("../img/top_bg.jpg");
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
}

#hero_section .anim_img {
  position: absolute;
  top: 0;
  left: 0;
  animation: top_nimate 5s 1s ease-in-out infinite;
}

#hero_section .anim_img:nth-child(2) {
  animation-delay: .3s;
}

#hero_section .anim_img:nth-child(3) {
  animation-delay: .6s;
}

#hero_section .app-btn {
  font-size: 13px;
  line-height: 15px;
  margin-top: 2rem;
}

#hero_section .app-btn .app_icon {
  font-size: 20px;
  margin-right: .5rem;
}

#hero_section .app-btn p {
  margin: 0px;
}

#hero_section .app-btn:first-child {
  margin-right: 1rem;
}

#hero_section #video_icon {
  margin-top: 4rem;
  display: inline-block;
  font-size: 18px;
}

#hero_section #video_icon .video_icon {
  color: #5387ed;
  box-shadow: 0 0 10px #ccc;
  padding: 12px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  margin-right: .5rem;
}

#hero_section .video_popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1929;
  display: none;
}

#hero_section .video_popup .video_src {
  position: relative;
  width: 700px;
  max-width: 80%;
}

#hero_section .video_popup .iframe_src {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative;
  display: none;
}

#hero_section .video_popup .iframe_src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 19999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  animation: loader 3s 0s ease-in-out infinite;
  max-height: 200px;
}

/* features section */
#features_section .feature {
  position: relative;
}

#features_section .feature h3 {
  margin-top: 0;
}

#features_section .feature:before {
  content: "";
  position: absolute;
  top: 16px;
  width: 40px;
  height: 2px;
  background: #f26f22;
  z-index: -1;
}

#features_section .feature:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13px;
  background: #f26f22;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #f26f22;
}

#features_section .text-left .feature:before {
  left: 0;
  transform: translatex(-160%);
}

#features_section .text-left .feature:after {
  left: -22px;
}

#features_section .text-right .feature:before {
  right: 0;
  transform: translatex(160%);
}

#features_section .text-right .feature:after {
  right: -22px;
}

/* description section */
#description_section {
  background-image: url("../img/desc_bg.jpg");
  background-position: top left;
  background-size: 100%;
  color: #fff;
}

#description_section .play_video {
  position: relative;
}

#description_section #video_icon {
  width: 100%;
  height: 100%;
  animation: loader 2.5s 0s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
}

#description_section #video_icon img {
  width: 100%;
}

#description_section .features_list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: .5rem;
}

#description_section .features_list li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  background: #f26f22;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #f26f22;
}

/* screenshots section */
#screenshots #screenshots_slider {
  max-width: 700px;
  margin: 0 auto;
}

/* clients section */
#clients_section {
  background: #f9f9f9;
}

#clients_section #clients_slider {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 2rem 2rem 1rem;
  border-radius: 5px;
  background: #fff;
}

#clients_section #clients_slider .owl-item {
  padding: 1rem;
}

#clients_section #clients_slider .owl-item .client_name,
#clients_section #clients_slider .owl-item .client_position {
  line-height: 30px;
  margin: 0;
}

#clients_section #clients_slider .owl-item .client_name {
  color: #28407b;
}

#clients_section #clients_slider .owl-item .rate {
  margin: 1rem 0;
  color: #f26f22;
}

#clients_section #clients_slider .owl-item .client_img {
  width: 85px;
  height: 85px;
  overflow: hidden;
  margin: 0 auto 1rem;
  border-radius: 50%;
}

#clients_section #clients_slider .owl-dots {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* pricing section */
#pricing_section {
  background-image: url("../img/pricing_bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #f9f9f9;
  color: #fff;
}

#pricing_section .pricing_table {
  background: #fff;
  border-radius: 5px;
  color: #444444;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#pricing_section .pricing_table .pricing_head,
#pricing_section .pricing_table .price {
  padding: 2rem 1rem 1rem;
}

#pricing_section .pricing_table .pricing_head h2,
#pricing_section .pricing_table .pricing_head p,
#pricing_section .pricing_table .pricing_head h1,
#pricing_section .pricing_table .price h2,
#pricing_section .pricing_table .price p,
#pricing_section .pricing_table .price h1 {
  margin: 0;
}

#pricing_section .pricing_table .pricing_head h1,
#pricing_section .pricing_table .price h1 {
  line-height: 3.5rem;
}

#pricing_section .pricing_table .pricing_features {
  padding: 1rem;
}

#pricing_section .pricing_table .pricing_features li {
  margin-bottom: 1rem;
}

#pricing_section .pricing_table .pricing_features li.disabled {
  color: #a9a9a9;
}

#pricing_section .pricing_table .pricing_btn {
  margin-bottom: 2rem;
  text-transform: uppercase;
}

#pricing_section .pricing_table:hover {
  -webkit-transform: translate(0, -1rem);
  -moz-transform: translate(0, -1rem);
  -o-transform: translate(0, -1rem);
  transform: translate(0, -1rem);
}

/* video PopUp */
.video_popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1929;
  display: none;
}

.video_popup .video_src {
  position: relative;
  width: 700px;
  max-width: 80%;
}

.video_popup .iframe_src {
  width: 100%;
  height: 0;
  padding-top: 56.3%;
  position: relative;
  display: none;
}

.video_popup .iframe_src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* download section */
#download_section {
  background: #f9f9f9;
}

#download_section .app-btn {
  font-size: 13px;
  line-height: 15px;
  margin-top: 2rem;
}

#download_section .app-btn .app_icon {
  font-size: 20px;
  margin-right: .5rem;
}

#download_section .app-btn p {
  margin: 0px;
}

#download_section .app-btn:first-child {
  margin-right: 1rem;
}

/* blogs section */
.blog .blog_img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  line-height: 0;
}

.blog a {
  color: #444444;
}

.blog .blog_content {
  padding: 2rem 1rem 1rem;
  box-shadow: 0 0 10px #ccc;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.blog .blog_content .blog_icon {
  position: absolute;
  top: 0;
  font-size: 13px;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: .8rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #ccc;
  line-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog .blog_content .blog_title {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog.article .blog_content {
  box-shadow: none;
}

.blog:hover .blog_content .blog_icon {
  background: #5387ed;
  color: #fff;
}

.blog:hover .blog_content h2 {
  color: #5387ed;
}

.aside-sec .search-form {
  position: relative;
  margin-top: 0;
  margin-bottom: 3rem;
}

.aside-sec .search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0px;
  color: #fff;
  width: 42px;
  height: 42px;
  padding: 0;
  text-align: center;
  border-radius: 0 5px 5px 0;
  background: linear-gradient(#5387ed, #28407b);
}

.aside-sec .search-form .search-input:focus {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.aside-sec .catigories h3,
.aside-sec .tags h3 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #eee;
}

.aside-sec .catigories {
  margin-bottom: 3rem;
}

.aside-sec .catigories .cat_item {
  margin-bottom: 1rem;
  border-radius: 5px;
  padding: .5rem 1rem;
}

.aside-sec .catigories .cat_item a {
  color: #444444;
}

.aside-sec .tags .tag-item {
  padding: .5rem 1rem;
  background: #5387ed;
  border-radius: 5px;
  margin: 0 .5rem .5rem 0;
}

.aside-sec .tags .tag-item a {
  color: #fff;
}

.pagination {
  margin-top: 4rem;
}

.pagination .page-item .page-link {
  color: #5387ed;
  height: 36px;
  display: inline-flex;
  align-items: center;
}

.pagination .page-item.active .page-link {
  background: linear-gradient(#5387ed, #28407b);
  border-color: #5387ed;
  color: #fff;
}

.comments h3 {
  font-weight: bold;
  color: #5387ed;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #eee;
}

.comments .comment {
  margin-bottom: 1rem;
}

.comments .comment .comment_img {
  margin-right: 1rem;
}

.comments .comment .comment_img img {
  width: 80px;
  border-radius: 50%;
}

.comments .comment ._name {
  font-weight: bold;
}

.comments #comment_form {
  margin-top: 4rem;
}

/* start contact section */
#contact_section {
  background: #f9f9f9;
}

#contact_section .contact__us {
  max-width: 800px;
  margin: 0 auto;
}

#contact_section .contact__us .contact-us {
  margin-top: 3rem;
}

#contact_section .contact__us .contact_info {
  padding: 2rem 2rem 1rem;
  border-radius: 5px;
  background: #fff;
}

#contact_section .contact__us .contact_info .contact_item {
  margin-bottom: 1rem;
}

#contact_section .contact__us .contact_info .contact_item a {
  color: #9a9a9a;
}

#contact_section .contact__us .contact_info .contact_item svg {
  font-size: 2rem;
  margin-right: 1rem;
  line-height: 10px;
  color: #9a9a9a;
}

#contact_section .contact__us .contact_info .contact_item p {
  margin: 0;
  color: #9a9a9a;
}

#contact_section .contact__us #contact_form .form-input {
  border: 1px solid #e4e4e4;
  margin-bottom: 1rem;
}

#contact_section .contact__us #contact_form #contact_submit {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}

#contact_section .contact__us #contact_form #contact_submit:hover {
  -webkit-transform: translate(0, -0.5rem);
  -moz-transform: translate(0, -0.5rem);
  -o-transform: translate(0, -0.5rem);
  transform: translate(0, -0.5rem);
}

#contact_section .contact__us #contact_form #contact_submit .fa-spin {
  margin-top: .3rem;
}

#contact_section .contact__us #contact_form #msgSubmit {
  margin-top: 1rem;
}

/* subscribe  section */
#subscribe_section {
  background-image: url("../img/subscribe.png");
  background-color: #f9f9f9;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#subscribe_section .container {
  z-index: 0;
  position: relative;
}

#subscribe_form {
  max-width: 400px;
  margin: 3rem auto 0;
  position: relative;
}

#subscribe_form .form-input {
  margin-bottom: 0;
  border-radius: 30px 0 0 30px;
  width: 80%;
}

#subscribe_form .form-input:focus {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

#subscribe_form .sub_btn {
  border-radius: 0 30px 30px 0;
  padding: .6rem 2rem;
  border: 0px;
}

#subscribe_form .subscription_error,
#subscribe_form .subscription_success {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
}

/* top section */
.top_section {
  position: relative;
  padding: 8rem 0 4rem;
  background-image: url("../img/top_sec.png");
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.top_section .breadcrumb {
  background: transparent;
  justify-content: center;
}

.top_section .breadcrumb .breadcrumb-item {
  float: none;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}

.top_section .breadcrumb .breadcrumb-item:before {
  color: #fff;
}

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

.error img {
  max-width: 50%;
}

.error .btn_style {
  padding: 1rem 2rem;
}

.comingSoon {
  min-height: 100vh;
  background-image: url("../img/comingsoonTop.png");
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 2rem 6rem 0;
}

.comingSoon .logo {
  max-height: 90px;
}

.comingSoon #subscribe_form {
  width: 100%;
  max-width: 100%;
}

.comingSoon #subscribe_form input {
  border: 1px solid #ccc;
}

.site_footer a {
  color: #444444;
}

.site_footer .goto_top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  color: #fff;
  background: linear-gradient(to bottom right, #28407b, #5387ed);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
   .display-mobile {
        visibility: hidden;
        display: none;
    } 
}

@media (max-width: 991px) {
    
    .display-normal {
        visibility: hidden;
        display: none;
    }
    
    .display-mobile {
        visibility: visible;
        display: inherit;
    }
    
  .site_header button.navbar-toggler {
    font-size: 2rem;
    position: relative;
    z-index: 1;
  }  
  .site_header button.navbar-toggler svg {
    color: #fff;
  }
  .site_header .navbar-brand {
    position: relative;
    z-index: 1;
    color:#c2c2c2;
  }
  .site_header #main-menu {
    padding: 2rem 0;
    height: 100vh;
    padding-bottom: 7rem;
    overflow-y: auto;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #28407b;
    padding: 7rem 2rem  2rem;
  }
  .site_header .navbar-nav {
    border-radius: 0;
    overflow-y: auto;
    height: calc(100vh - 8rem);
  }
  .site_header .navbar-nav .dropdown-menu {
    border: 0;
    font-size: 1.1rem;
    display: inline-block;
    text-align: center;
  }
  .site_header .navbar-nav .nav-item {
    text-align: center;
    font-size: 1.4rem;
  }
  .site_header .navbar-nav .nav-link {
    color: #fff !important;
  }
  .site_header.header-scroll_bg_light button.navbar-toggler svg {
    color: #444444;
  }
  #hero_section {
    padding: 10rem 0 10rem;
    background-size: cover;
  }
  #hero_section img {
    display: none;
  }
  #features_section img {
    display: none;
  }
  #features_section .text-right, #features_section .text-left {
    text-align: left !important;
  }
  #features_section .text-right .feature, #features_section .text-left .feature {
    padding-left: 20px;
  }
  #features_section .text-right .feature:before, #features_section .text-left .feature:before {
    display: none;
  }
  #features_section .text-right .feature:after, #features_section .text-left .feature:after {
    right: auto;
    left: 0;
  }
  #description_section {
    background-repeat: no-repeat;
    background-size: cover;
  }
  #pricing_section h2 {
    font-size: 2rem;
  }
  aside.right {
    margin-top: 4rem;
  }
  aside.left {
    margin-bottom: 4rem;
  }
  .comingSoon {
    padding: 2rem 2rem;
    background: none;
    text-align: center;
  }
  .comingSoon h1 {
    font-size: 2.5rem;
  }
  .comingSoon #subscribe_form {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  #description_section h2, #description_section p {
    text-align: center;
  }
  #description_section .features_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #description_section .features_list li {
    margin: 0 1rem;
    font-weight: bold;
    font-size: 1.1rem;
  }
  #pricing_section {
    padding-bottom: 3rem;
    background-size: cover;
    background-position: bottom;
  }
  #pricing_section .pricing_table {
    margin-bottom: 2rem;
  }
  #subscribe_section {
    background-size: cover;
    background-position: center top;
  }
  .blog {
    margin-bottom: 2rem;
  }
  .pagination {
    margin-top: 2rem;
  }
  .contact_info {
    margin-top: 2rem;
  }
  #blogs_section .keep_reading {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  .section_tit {
    padding-bottom: .5rem;
  }
  .site_header .navbar-brand img {
    max-height: 110px;
  }
  #hero_section {
    text-align: center;
  }
  #hero_section .d-flex {
    justify-content: center;
  }
  .error h1 {
    font-size: 3rem;
    padding: 0 1rem;
  }
  .error img {
    max-width: 90%;
  }
}
.dataTables_wrapper .search {
    width:100%!important;
}
.dataTables_wrapper .search .dataTables_filter > label {
    margin-bottom: 5px!important;
    width: 100%!important;    
}
.dataTables_wrapper .search .dataTables_filter > label > input {    
    width:100%;
    font-weight:normal;        
}