/* Template Name: sofy software Landing page
Author: AHTheme
Author URI: https://themeforest.net/user/ah-theme
Version: 1.1 */
/* TABLE OF CONTENTS:

1.RESET CSS
2.GENERAL CLASSES and Id
  2.1 - main_header // start header
	2.2 - Hero_section // hero section
	2.3 - features_section // features section
	2.4 - description_section // video section
	2.5 - video_section // description section
	2.6 - clients_section // screen shots section
	2.7 - pricing_section // clients section
	2.8 - team_section // team section
	2.9 - counter_section // pricing tablets section
	2.10 - blogs_section // FAQ section
	2.11 - contact_section // blogs section
	2.12 - subscribe_section // contact us section
	2.13 - site_footer // subscribe section

3. General COLOR CLASSES
	3.1- background colors
		3.1.1- bg_light_purple  // background light purple
		3.1.2- bg_sec // background light gray
		3.1.3- bg_orng // background orange
		3.1.4- bg_darkpurple_opacity // background dark purple with opacity
		3.1.5- bg_image // background image
		3.1.6- bg_white // background white
		3.1.7- bg_purple-green_grad // background Gradient green and purple
		3.1.8- bg_green // background green
  3.2- text color
		3.2.1- text_orng // orange text
		3.2.2- text_purple // light purple text
		3.2.3- text_green // green text */
/* ====== fonts =========== */
/* m-plus-rounded-1c-regular - cyrillic_latin */
@font-face {
    font-family: 'M_PLUS_Rounded_1c_Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-regular.eot");

    /* IE9 Compat Modes */
    src: local("M PLUS Rounded 1c"), local("MPLUSRounded1c-Regular"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-regular.woff") format("woff"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-regular.ttf") format("truetype"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-regular.svg#MPLUSRounded1c") format("svg");

    /* Legacy iOS */
}

/* m-plus-rounded-1c-500 - cyrillic_latin */
@font-face {
    font-family: 'M_PLUS_Rounded_1c_Medium';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-500.eot");

    /* IE9 Compat Modes */
    src: local("M PLUS Rounded 1c Medium"), local("MPLUSRounded1c-Medium"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-500.woff2") format("woff2"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-500.woff") format("woff"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-500.ttf") format("truetype"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-500.svg#MPLUSRounded1c") format("svg");

    /* Legacy iOS */
}

/* m-plus-rounded-1c-800 - cyrillic_latin */
@font-face {
    font-family: 'M_PLUS_Rounded_1c_Bold';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-800.eot");

    /* IE9 Compat Modes */
    src: local("M PLUS Rounded 1c ExtraBold"), local("MPLUSRounded1c-ExtraBold"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-800.woff2") format("woff2"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-800.woff") format("woff"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-800.ttf") format("truetype"), url("../fonts/M PLUS Rounded/m-plus-rounded-1c-v2-cyrillic_latin-800.svg#MPLUSRounded1c") format("svg");

    /* Legacy iOS */
}

/* ====== Color Palette =========== */
/* ====== fonts =========== */
/* ====== Font Sizes =========== */
/* ====== Text =========== */
/* ====== padding =========== */
/* ====== margin =========== */
/* ====== border radius =========== */
/* ----------- functions ----------- */
/* ---------- animation ---------- */
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(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;
}

.feature_desc {
    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;
    border-color: #1164d1;
}

a {
    color: #79d3ff;
}

a:hover {
    color: #6bd0af;
    text-decoration: none;
}

button {
    padding: .5rem 2rem;
    border: 0px;
    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: "M_PLUS_Rounded_1c_Regular";
    color: #333;
    overflow-x: hidden;
}

input {
    padding: .5rem 1rem;
    border-radius: 8px;
    border: 2px solid #eee;
    margin-bottom: 1rem;
}

textarea {
    resize: none;
    padding: .5rem 1rem;
    border-radius: 8px;
    border: 2px solid #eee;
    margin-bottom: 1rem;
    height: 84px;
}

p,
h1,
h2,
h3,
.section_header,
.feature_header,
form {
    margin: 0 0 1rem 0px;
}

h1,
.section_header
{
    font-size: 40px;
    font-size: 2.5rem;
}

h2 {
    font-size: 30px;
    font-size: 2rem;
}

h3, .feature_header {
    font-size: 25px;
    font-size: 1.2rem;
}

section {
    padding: 5rem 0;
}

/* ---------- General Classes ------------- */
.section_tit {
}

.section_tit span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.section_tit span:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    right: 110%;
    top: 50%;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section_tit span:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    left: 110%;
    top: 50%;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section_tit.orange {
}

.section_tit.orange span {
}

.section_tit.orange span:after,
.section_tit.orange span:before {
    background: #ff5426;
}

.section_tit.green {
}

.section_tit.green span {
}

.section_tit.green span:after,
.section_tit.green span:before {
    background: #2dbda2;
}

.section_tit_2 {
    margin-bottom: 2rem;
}

.section_tit_2 span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

.section_tit_2 span:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 30%;
    left: 35%;
    bottom: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section_tit_2.green {
}

.section_tit_2.green span {
}

.section_tit_2.green span:after,
.section_tit_2.green span:before {
    background: #2dbda2;
}

.sec_desc {
    max-width: 60%;
    margin: auto;
    font-size: 16px;
}

.text_bold {
    font-family: "M_PLUS_Rounded_1c_Bold";
}

.text_midum {
    font-family: "M_PLUS_Rounded_1c_Medium";
}

.hidden {
    display: none;
}

section {
}

section:hover {
}

section:hover .section_tit span,
section:hover .section_tit_2 span {
}

section:hover .section_tit span:before,
section:hover .section_tit span:after,
section:hover .section_tit_2 span:before,
section:hover .section_tit_2 span:after {
    -webkit-transform: scale(1.3, 1);
    -ms-transform: scale(1.3, 1);
    transform: scale(1.3, 1);
}

.owl-carousel {
}

.owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 2rem .5rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active {
    -webkit-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
}

.owl-carousel .owl-dots .owl-dot.active:before {
    opacity: 1;
}

.owl-carousel.purple {
}

.owl-carousel.purple .owl-dot {
    background: #1164d1;
}

.owl-carousel.purple .owl-dot:before {
    background: rgba(97, 83, 163, 0.5);
}

.owl-carousel.green {
}

.owl-carousel.green .owl-dot {
    background: #2dbda2;
}

.owl-carousel.green .owl-dot:before {
    background: rgba(18, 185, 168, 0.5);
}

.font_12 {
    font-size: 12px;
}

.font_30 {
    font-size: 30px;
}

/* ---------- border radius Classes ------------- */
.br_25 {
    border-radius: 25px;
}

.br_radius {
    border-radius: 8px;
}

.br_50 {
    border-radius: 50%;
}

/* ---------- social Classes ------------- */
.facebook {
    color: #3b5998;
}

.twitter {
    color: #55acee;
}

.google {
    color: #dc4e41;
}

/* ---------- margin and padding Classes ------------- */
.margin_top {
    margin-top: 2rem;
}

.margin_bottom {
    margin-bottom: 2rem;
}

.margin_left {
    margin-left: 1rem;
}

.margin_right {
    margin-right: 1rem;
}

.padding_top {
    padding-top: 2rem;
}

.padding_bottom {
    padding-bottom: 2rem;
}

.padding_right {
    padding-right: 2rem;
}

.padding_left {
    padding-left: 2rem;
}

.padding_left_4 {
    padding-left: 4rem;
}

.margin_top_4 {
    margin-top: 4rem;
}

.margin_bottom_1 {
    margin-bottom: 1rem;
}

.margin_top_8 {
    margin-top: 8rem;
}

/* ---------- text color clasess ------------- */
.text_purple {
    /* color: #1164d1; */
    color: #2dbda2;
}

.text_orng {
    color: #ff5426;
}

.disabled {
    color: #a9a9a9 !important;
}

.text_green {
    color: #2dbda2;
}

/* -----------backgrounds colors ------------ */
.bg_light_purple {
    background-color: #1164d1;
}

.bg_sec {
    background: #f9f9f9;
    border-width: 2px 0;
    border-style: solid;
    border-color: #eee;
}

.bg_orng {
    background-color: #ff5426;
}

.bg_darkpurple_opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(14, 26, 53, 0.85);
    z-index: 0;
}

.bg_image {
    background-image: url(http://via.placeholder.com/1920x1000);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg_white {
    background: #fff;
}

.bg_purple-green_grad {
    background: -webkit-gradient(linear, left top, right bottom, from(#1164d1), to(#2dbda2));
    background: -webkit-linear-gradient(left top, #1164d1, #2dbda2);
    background: -o-linear-gradient(left top, #1164d1, #2dbda2);
    background: linear-gradient(to right bottom, #1164d1, #2dbda2);
}

.bg_green {
    background: #2dbda2;
}

.bg_light_blue {
    background: #f7fafc;
}

/* ----------- buttons styles ------------ */
.lightpurple_btn,
.orng_btn,
.green_btn {
    color: #fff;
    display: inline-block;
    padding: .7rem 2rem;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "M_PLUS_Rounded_1c_Bold";
    z-index: 0;
}

.lightpurple_btn:before,
.orng_btn:before,
.green_btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    -webkit-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);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    background: #fff;
    z-index: -1;
}

.lightpurple_btn.br_25,
.orng_btn.br_25,
.green_btn.br_25 {
}

.lightpurple_btn.br_25:before,
.orng_btn.br_25:before,
.green_btn.br_25:before {
    border-radius: 25px;
}

.lightpurple_btn.br_radius,
.orng_btn.br_radius,
.green_btn.br_radius {
}

.lightpurple_btn.br_radius:before,
.orng_btn.br_radius:before,
.green_btn.br_radius:before {
    border-radius: 8px;
}

.lightpurple_btn:hover,
.orng_btn:hover,
.green_btn:hover {
    background: transparent;
}

.lightpurple_btn:hover:after,
.lightpurple_btn:hover:before,
.orng_btn:hover:after,
.orng_btn:hover:before,
.green_btn:hover:after,
.green_btn:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.lightpurple_btn {
    background: #1164d1;
}

.lightpurple_btn:before {
    border-color: #1164d1;
}

.lightpurple_btn:hover {
    color: #1164d1;
}

.orng_btn {
    background: #ff5426;
}

.orng_btn:before {
    border-color: #ff5426;
}

.orng_btn:hover {
    color: #ff5426;
}

.green_btn {
    background: #2dbda2;
}

.green_btn:before {
    border-color: #2dbda2;
}

.green_btn:hover {
    color: #2dbda2;
}

.facebook_btn {
    background: #3b5998;
    padding: .7rem 2rem;
    color: #fff;
}

.google_btn {
    background: #dc4e41;
    padding: .7rem 2rem;
    color: #fff;
}

/* ========= start header =================== */
.main_header {
}

.main_header .navbar {
    padding: 1rem 0rem;
}

.main_header .nav-item {
}

.main_header .nav-item .nav-link {
    position: relative;
    font-size: 16px;
    padding: .5rem 1rem;
}

.main_header .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    left: 25%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
}

.main_header .nav-item.active,
.main_header .nav-item:hover {
}

.main_header .nav-item.active a,
.main_header .nav-item:hover a {
}

.main_header .nav-item.active a:before,
.main_header .nav-item:hover a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main_header .nav-item.login_btn {
    padding: 0 1rem;
    font-weight: bold;
    margin-left: 1rem;
}

.main_header .nav-item.login_btn .nav-link {
    color: #fff !important;
}

.main_header .nav-item.login_btn .nav-link:before {
    display: none;
}

.main_header.dark_items {
}

.main_header.dark_items .nav-item {
}

.main_header.dark_items .nav-item .nav-link {
    color: #333;
}

.main_header.light_items {
}

.main_header.light_items .nav-item {
}

.main_header.light_items .nav-item .nav-link {
    color: #fff;
}

.main_header.purple {
}

.main_header.purple .nav-item {
}

.main_header.purple .nav-item.active,
.main_header.purple .nav-item:hover {
}

.main_header.purple .nav-item.active .nav-link,
.main_header.purple .nav-item:hover .nav-link {
}

.main_header.purple .nav-item.active .nav-link:before,
.main_header.purple .nav-item:hover .nav-link:before {
    background: #ff5426;
}

.main_header.purple .nav-item.login_btn {
    background: #2dbda2;
}

.main_header.lightblue {
}

.main_header.lightblue .nav-item {
}

.main_header.lightblue .nav-item .nav-link {
}

.main_header.lightblue .nav-item .nav-link:before {
    background: #2dbda2;
}

.main_header.lightblue .nav-item.login_btn {
    background: #2dbda2;
}

.main_header .navbar-brand {
    line-height: 0;
}

.main_header .navbar-brand img {
    max-height: 70px;
}

.main_header .navbar-brand img.light_logo {
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

.main_header .navbar-brand img.dark_logo {
    display: none;
}

.main_header.header-scroll_bg_light {
    background: #fff;
    -webkit-box-shadow: 0px 1px 13px #c3c3c3;
    box-shadow: 0px 1px 13px #c3c3c3;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main_header.header-scroll_bg_light .nav-item {
}

.main_header.header-scroll_bg_light .nav-item .nav-link {
    color: #333;
}

.main_header.header-scroll_bg_light.purple {
    border-top: 5px solid #ff5426;
}

.main_header.header-scroll_bg_light.lightblue {
    border-top: 5px solid #2dbda2;
}

.main_header.header-scroll_bg_light .navbar-brand {
}

.main_header.header-scroll_bg_light .navbar-brand img {
    max-height: 50px;
}

.main_header.header-scroll_bg_light .navbar-brand img.light_logo {
    -webkit-filter: none;
    filter: none;
    display: none;
}

.main_header.header-scroll_bg_light .navbar-brand img.dark_logo {
    display: block;
}

.main_header .loader {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    color: #333;
}

.main_header .loader .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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;
}

.main_header .loader .loading .spinner {
    margin: 100px auto 0;
    width: 90px;
    text-align: center;
}

.main_header .loader .loading .spinner div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    margin-right: .5rem;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.main_header .loader .loading .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.main_header .loader .loading .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

/* ========= end header =================== */
/* ========= start hero section =================== */
#Hero_section {
    padding: 10rem 0 5rem;
}

#Hero_section .hero_desc {
    font-size: 16px;
}

#Hero_section.style_1 {
    position: relative;
    position: relative;
    padding: 10rem 0 5rem;
}

#Hero_section.style_1 .hero_img {
    position: relative;
    width: 120%;
}

#Hero_section.style_1 .hero_img img {
    border-radius: 50% 8px 30% 50%;
    -webkit-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
    -ms-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
    transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
    top: 0;
    left: 0;
    max-height: 100%;
}

#Hero_section.style_1 .hero_img:after {
    content: "";
    position: absolute;
    border-radius: 50% 8px 30% 50%;
    -webkit-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
    -ms-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
    transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: calc(100% - 7px);
}

#Hero_section.style_1 .hero_img:before {
    content: "";
    position: absolute;
    border-radius: 50% 8px 30% 50%;
    -webkit-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
    -ms-transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
    transform: rotatex(3deg) rotatey(3deg) translate(4%, 0) scale(1, 1) skew(0, 0);
    width: 70%;
    height: 110%;
    top: -5%;
    right: 0;
}

#Hero_section.style_1 .hero_img.before_orng {
}

#Hero_section.style_1 .hero_img.before_orng:before {
    background: #ff5426;
}

#Hero_section.style_1 .hero_img.before_orng:after {
    background: rgba(107, 41, 239, 0.3);
}

#Hero_section.style_1 .hero_content {
    position: relative;
    z-index: 1;
}

#Hero_section.style_1 .hero_content .hero_tit {
    font-family: "M_PLUS_Rounded_1c_Medium";
    line-height: 50px;
}

#Hero_section.style_2 {
    padding: 10rem 0 5rem;
    position: relative;
}

#Hero_section.style_2:before {
    content: "";
    height: 117%;
    top: -19%;
    z-index: -1;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    border-radius: 0 0 0 25px;
    right: -10%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right bottom, from(#1164d1), to(#2dbda2));
    background: -webkit-linear-gradient(left top, #1164d1, #2dbda2);
    background: -o-linear-gradient(left top, #1164d1, #2dbda2);
    background: linear-gradient(to right bottom, #1164d1, #2dbda2);
    width: 110%;
}

#Hero_section.style_3 {
    padding: 10rem 0 5rem;
    position: relative;
}

#Hero_section.style_3 .logos {
    background: #fff;
    padding: 2rem;
    margin-top: 5rem;
    -webkit-box-shadow: 0 0 10px #adadad;
    box-shadow: 0 0 10px #adadad;
    position: relative;
    z-index: 1;
}

#Hero_section.style_3 .logos img {
    max-height: 50px;
    -webkit-filter: grayscale(100%) opacity(0.5);
    filter: grayscale(100%) opacity(0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#Hero_section.style_3 .logos img:hover {
    -webkit-filter: grayscale(0) opacity(1);
    filter: grayscale(0) opacity(1);
}

#Hero_section.style_3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#1164d1), to(#2dbda2));
    background: -webkit-linear-gradient(left top, #1164d1, #2dbda2);
    background: -o-linear-gradient(left top, #1164d1, #2dbda2);
    background: linear-gradient(to right bottom, #1164d1, #2dbda2);
}

#Hero_section.style_3:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-width: 18rem 100vw 0 0;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
}

#Hero_section.style_4 {
    padding: 15rem 0 10rem;
    position: relative;
}

#Hero_section.style_4 .hero_content {
    position: relative;
}

#Hero_section .video {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 300px;
}

#Hero_section .video:before {
    content: "";
    position: absolute;
    background: #1164d1;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    border-radius: 8px;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

#Hero_section .video:after {
    content: "";
    position: absolute;
    background-image: url(http://via.placeholder.com/600x300);
    background-size: cover;
    background-position: center;
    background-color: rgba(18, 185, 168, 0.54);
    background-blend-mode: color;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    border-radius: 8px;
}

#Hero_section .video.video_style {
    -webkit-transform: translate(0, 10rem);
    -ms-transform: translate(0, 10rem);
    transform: translate(0, 10rem);
    margin-top: -4rem;
}

#Hero_section #subscribe_form {
}

#Hero_section #subscribe_form .form-input {
    color: #333;
}

#Hero_section #subscribe_form .form-input::-webkit-input-placeholder {
    color: #333;
}

#Hero_section #subscribe_form .form-input:-ms-input-placeholder {
    color: #333;
}

#Hero_section #subscribe_form .form-input::placeholder {
    color: #333;
}

#Hero_section .desc_points {
}

#Hero_section .desc_points .desc_icon {
    font-size: 20px;
    margin-right: 1rem;
}

#Hero_section .desc_points li {
    margin-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

#Hero_section .desc_points li a{
    display: contents;
}

/* ========= end hero section =================== */
/* ========= start features section =================== */
#features_section {
}

#features_section.feat_style_1 {
}

#features_section.feat_style_1 .feature_item {
    padding: 3rem 2rem 2rem;
    position: relative;
    overflow: hidden;
    overflow: hidden;
    background: #f9f9f9;
    border: 2px solid #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#features_section.feat_style_1 .feature_item .featur_icon,
#features_section.feat_style_1 .feature_item .feature_desc,
#features_section.feat_style_1 .feature_item .feature_title {
    position: relative;
    z-index: 1;
    font-weight: 600;
}

#features_section.feat_style_1 .feature_item:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#features_section.feat_style_2 {
}

#features_section.feat_style_2 .feature_item {
    margin-top: 3.5rem;
}

#features_section.feat_style_2 .feature_item .featur_icon {
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 3.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

#features_section.feat_style_2 .feature_item .featur_icon img {
    height: inherit;
    padding: 12px;
}

#features_section.feat_style_2 .feature_item:hover {
}

#features_section.feat_style_2 .feature_item:hover .featur_icon {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* ========= end features section =================== */
/* ========= start description section =================== */
#description_section {
    position: relative;
}

#description_section.desc_style1 {
    position: relative;
}

#description_section.desc_style1 .desc_img {
    position: relative;
}

#description_section.desc_style1 .desc_img:before {
    content: "";
    width: 20%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #fff), to(#ccc));
    background: -webkit-linear-gradient(#fff 23%, #ccc);
    background: -o-linear-gradient(#fff 23%, #ccc);
    background: linear-gradient(#fff 23%, #ccc);
    -webkit-box-shadow: 0px 16px 14px #e9e9e9;
    box-shadow: 0px 16px 14px #e9e9e9;
    padding-top: 20%;
    top: -15%;
    border-radius: 50%;
    left: 5%;
    position: absolute;
    z-index: 0;
}

#description_section.desc_style1 .desc_img:after {
    content: "";
    width: 20%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #fff), to(#ccc));
    background: -webkit-linear-gradient(#fff 23%, #ccc);
    background: -o-linear-gradient(#fff 23%, #ccc);
    background: linear-gradient(#fff 23%, #ccc);
    -webkit-box-shadow: 0px 10px 10px #eee;
    box-shadow: 0px 10px 10px #eee;
    padding-top: 20%;
    bottom: -8%;
    border-radius: 50%;
    right: 30%;
    position: absolute;
    z-index: 0;
}

#description_section.desc_style1 .desc_img img {
    position: relative;
    z-index: 1;
}

#description_section .desc_points {
}

#description_section .desc_points .desc_icon {
    font-size: 20px;
    margin-right: 1rem;
}

#description_section .desc_points li {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#description_section .desc_points li a{
    display: contents;
}

#description_section .desc_bg {
    background-image: url(img/laptop.png);
    background-size: contain;
    background-repeat: no-repeat;

    /* padding-left: 20px; */
    padding: 3% 8%;
}

/* ========= end description section =================== */
/* ========= start screenshot section =================== */
#screenshot_section {
}

#screenshot_section .owl-item {
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

#screenshot_section .owl-item img {
    opacity: 1;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

#screenshot_section .owl-item.center {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    z-index: 1;
}

#screenshot_section .owl-item.center img {
    -webkit-filter: blur(0);
    filter: blur(0);
}

#screenshot_section .owl-dots {
    margin-top: 2rem;
}

/* ========= end screenshot section =================== */
/* ========= start video section =================== */
#video_section {
    position: relative;
}

#video_section.video_style1 {
    position: relative;
}

#video_section.video_style1 .video_img {
    position: relative;
}

#video_section.video_style1 .video_img:before {
    content: "";
    width: 20%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #fff), to(#ccc));
    background: -webkit-linear-gradient(#fff 23%, #ccc);
    background: -o-linear-gradient(#fff 23%, #ccc);
    background: linear-gradient(#fff 23%, #ccc);
    -webkit-box-shadow: 0px 16px 14px #e9e9e9;
    box-shadow: 0px 16px 14px #e9e9e9;
    padding-top: 20%;
    top: -15%;
    border-radius: 50%;
    right: -5%;
    position: absolute;
    z-index: 0;
}

#video_section.video_style1 .video_img:after {
    content: "";
    width: 20%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #fff), to(#ccc));
    background: -webkit-linear-gradient(#fff 23%, #ccc);
    background: -o-linear-gradient(#fff 23%, #ccc);
    background: linear-gradient(#fff 23%, #ccc);
    -webkit-box-shadow: 0px 7px 14px #e9e9e9;
    box-shadow: 0px 7px 14px #e9e9e9;
    padding-top: 20%;
    bottom: -8%;
    border-radius: 50%;
    right: 50%;
    position: absolute;
    z-index: 0;
}

#video_section.video_style1 .video_img img {
    position: relative;
    z-index: 1;
}

#video_section .video_content {
    position: relative;
    z-index: 1;
}

#video_section .video_content p {
    font-size: 16px;
}

.video_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.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;
}

.video_popup .iframe_src iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video_icon {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 90%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* ========= end video section =================== */
/* ========= start clients  section =================== */
#clients_section {
}

#clients_section .client_item {
    text-align: center;
    position: relative;
}

#clients_section .client_item .client_img {
    position: relative;
    max-width: 100px;
    margin: 0 auto 1rem;
}

#clients_section .client_item .client_img img {
    width: auto !important;
    max-width: 100px;
    margin: 0 auto;
    -webkit-box-shadow: 10px 0px 10px #bdbdbd;
    box-shadow: 10px 0px 10px #bdbdbd;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#clients_section .client_item .client_img:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 36px;
    height: 36px;
    padding-top: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}

#clients_section .client_item .client_opinion {
    padding: 1.5rem 1rem;
    background: #f9f9f9;
    border: 2px solid #eee;
    font-size: 14px;
}

#clients_section .client_item:hover {
}

#clients_section .client_item:hover .client_img img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#clients_section .owl-carousel {
}

#clients_section .owl-carousel.orange {
}

#clients_section .owl-carousel.orange .client_item {
}

#clients_section .owl-carousel.orange .client_item .client_img {
}

#clients_section .owl-carousel.orange .client_item .client_img:before {
    background: #ff5426;
}

#clients_section .owl-carousel.green {
}

#clients_section .owl-carousel.green .client_item {
}

#clients_section .owl-carousel.green .client_item .client_img {
}

#clients_section .owl-carousel.green .client_item .client_img:before {
    background: #2dbda2;
}

#clients_section .owl-carousel.green .client_img {
    bottom: -5px;
    top: auto;
    left: -4px;
}

/* ========= end clients section =================== */
/* ========= start pricing section =================== */
#pricing_section {
}

#pricing_section .pricingTable {
    text-align: center;
    overflow: hidden;
}

#pricing_section .pricingTable .pricing-content {
    border: 2px solid #eee;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

#pricing_section .pricingTable .pricing-content .price-value {
    margin-bottom: 2rem;
}

#pricing_section .pricingTable .pricing-content .amount {
    margin-bottom: 0;
    line-height: 34px;
}

#pricing_section .pricingTable .pricing-content ul {
}

#pricing_section .pricingTable .pricing-content ul li {
    margin-bottom: 1rem;
}

#pricing_section.pricing_style_1 {
}

#pricing_section.pricing_style_1 .pricingTable-header {
    padding: 2rem 1rem;
    overflow: hidden;
    position: relative;
    color: #fff;
    z-index: 1;
}

#pricing_section.pricing_style_1 .pricingTable-header h3 {
    margin-bottom: 0;
}

#pricing_section.pricing_style_1 .pricingTable-header:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    -webkit-transform: skew(0, 3deg);
    -ms-transform: skew(0, 3deg);
    transform: skew(0, 3deg);
    -webkit-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    z-index: -1;
    border-radius: 10px 50% 50% 10px;
}

#pricing_section.pricing_style_1 .pricingTable-header.purple {
}

#pricing_section.pricing_style_1 .pricingTable-header.purple:after {
    background: #1164d1;
}

#pricing_section.pricing_style_1 .pricingTable-header.orng {
}

#pricing_section.pricing_style_1 .pricingTable-header.orng:after {
    background: #ff5426;
}

#pricing_section.pricing_style_1 .pricing-content {
    margin-top: -3.5rem;
    padding: 6rem 1rem 3rem;
}

#pricing_section.pricing_style_2 {
}

#pricing_section.pricing_style_2 .lightpurple_btn {
}

#pricing_section.pricing_style_2 .lightpurple_btn:before,
#pricing_section.pricing_style_2 .lightpurple_btn:after {
    border-color: #1164d1;
    border-radius: 8px;
}

#pricing_section.pricing_style_2 .pricingTable-header {
    padding: 1rem;
    color: #fff;
}

#pricing_section.pricing_style_2 .pricingTable-header h2 {
    margin-bottom: 0;
}

#pricing_section.pricing_style_2 .pricing-content {
    padding: 2rem 1rem;
}

/* ========= end pricing section =================== */
/* ========= start team section =================== */
#team_section {
}

#team_section .our-team {
}

#team_section .our-team .pic {
    overflow: hidden;
    position: relative;
    max-width: 180px;
    margin: 0 auto 1rem;
    border: 3px solid #ccc;
}

#team_section .our-team .title {
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
    position: relative;
    text-transform: capitalize;
}

#team_section .our-team .title:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#team_section .our-team .post {
    font-size: 16px;
    font-style: italic;
    color: #777;
}

#team_section .our-team .icon {
    margin-top: 1rem;
}

#team_section .our-team .icon li {
    display: inline-block;
}

#team_section .our-team .icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e0e0e0;
    font-size: 20px;
    color: #999;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#team_section .our-team .icon li a:hover {
    background: #1164d1;
    color: #fff;
}

#team_section .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
}

/* ========= end team section =================== */
/* ========= start counter section =================== */
#counter_section {
    position: relative;
}

#counter_section .counter_data {
}

#counter_section .counter_data .counter-value {
    margin-bottom: 0;
}

#counter_section .counter_data .counter_name {
    margin-bottom: 0;
}

#counter_section .counter_icon {
    font-size: 50px;
    color: #fff;
    margin-bottom: 1rem;
}

#counter_section.counter_style_1 {
}

#counter_section.counter_style_1:after {
    content: "";
    position: absolute;
    border-radius: 100% 30% 10% 33%;
    background: #ff5426;
    -webkit-transform: rotatex(0) rotatey(0) translate(-4%, 4%) scale(1, 1) skew(0, 0);
    -ms-transform: rotatex(0) rotatey(0) translate(-4%, 4%) scale(1, 1) skew(0, 0);
    transform: rotatex(0) rotatey(0) translate(-4%, 4%) scale(1, 1) skew(0, 0);
    top: -15%;
    left: -13%;
    z-index: -1;
    width: 33%;
    height: 118%;
}

/* ========= end counter section =================== */
/* ========= start blogs section =================== */
#blogs_section {
    padding-bottom: 40px;
    padding-top: 40px;
}

#blogs_section .keep_reading {
    margin-bottom: 0;
}

#blogs_section .blog_data a{
    color: #79d3ff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#blogs_section .blog_data a:hover{
    color: #6bd0af;
}

.blog {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.blog .blog_img {
    line-height: 0;
}

@media (min-width: 768px){
    .cont_height {
        height: 400px;
    }
}

@media (min-width: 990px){
    .cont_height {
        height: 300px;
    }
}

@media (min-width: 1200px){
    .cont_height {
        height: 250px;
    }
}

.blog .blog_content {
    text-align: left;
    padding: 3rem 2rem 2rem;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    background: #f9f9f9;
}

.blog .blog_content .post-date {
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: -28px;
    left: 30px;
}

.blog .blog_content .month {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 17px;
    text-transform: uppercase;
}

.blog .blog_content p {
    margin-bottom: 0;
    font-size: 14px;
}

.blog .blog_content a {
    color: #333;
}

.blog .blog_content .blog_title {
    font-size: 20px;
}

.blog .blog-bar {
    padding: 1rem;
    list-style: none;
    text-align: center;
}

.blog .blog-bar li {
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize;
    color: #fff;
}

.blog .blog-bar li a {
    color: #fff;
}

.blog:hover {
}

/* ========= end blogs section =================== */
/* ========= start contact section =================== */
#contact_section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

#contact_section .contact-us {
    margin: 4rem auto 0;
}

#contact_section #contact_form {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

#contact_section #contact_form #msgSubmit {
    margin-top: 2rem;
}

#contact_section .contact_info {
    padding: 4rem 2rem 3rem;
}

/* ========= end contact section =================== */
/* ========= start subscribe section =================== */
#subscribe_section {
}

#subscribe_section .section_tit {
    margin-bottom: 2rem;
}

#subscribe_form {
    margin-bottom: 0;
}

#subscribe_form .form-input {
    margin-bottom: 0;
    min-width: 55%;
    border: 0px;
    color: #fff;
    padding: 1rem 2rem;
}

#subscribe_form .form-input::-webkit-input-placeholder {
    color: #fff;
}

#subscribe_form .form-input:-ms-input-placeholder {
    color: #fff;
}

#subscribe_form .form-input::placeholder {
    color: #fff;
}

#subscribe_form .sub_btn {
    margin-left: -3rem;
    font-size: 30px;
    padding: 0 2rem;
}

#subscribe_form .sub_btn.green_btn {
}

#subscribe_form .sub_btn.green_btn:after,
#subscribe_form .sub_btn.green_btn:before {
    display: none;
}

#subscribe_form .sub_btn.green_btn:hover {
    background: #2dbda2;
    color: #fff;
}

#subscribe_form .subscription_success,
#subscribe_form .subscription_error {
    margin-top: 2rem;
    color: #333;
    display: none;
}

/* ========= end subscribe section =================== */
/* ========= start footer section =================== */
.site_footer {
    padding: 2rem 0 1rem;
}

.site_footer p {
    margin-bottom: 0;
    padding: 1rem 0;
}

.site_footer .navbar-nav {
    display: inline-block;
}

.site_footer .social_media {
}

.site_footer .social_media .nav-item {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site_footer .social_media .nav-item:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

/* ========= end footer section =================== */
/* ========= start blogs pages =================== */
.articles {
    padding-top: 10rem;
}

.articles_section {
    padding-top: 10rem;
}

.pagination {
}

.pagination .page-item {
}

.pagination .page-item a {
    border: 0px;
    color: #333;
    width: 35px;
    text-align: center;
    height: 36px;
    line-height: 22px;
}

.pagination .page-item.active {
}

.pagination .page-item.active a {
    border-radius: 50%;
    background: #1164d1;
    color: #fff;
}

.articles_section {
}

.articles_section .blogs {
    margin-top: 6rem;
}

.articles_section .aside-sec {
}

.articles_section .aside-sec .blog {
    padding-bottom: 0;
    border-radius: 0;
}

.articles_section .aside-sec .blog .blog_img {
    max-width: 25%;
    margin-right: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.articles_section .aside-sec .blog .blog_title {
    font-size: 15px;
}

.articles_section .aside-sec .blog .blog_content {
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0 1rem 0 0;
    background: transparent;
}

.articles_section .aside-sec .blog .blog_content .blog_title {
    margin-bottom: 0;
}

.articles_section .aside-sec .categories {
    padding: 2rem;
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
    border-radius: 8px;
}

.articles_section .aside-sec .categories .cat_item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.articles_section .aside-sec .categories .cat_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}

.articles_section .aside-sec .categories .cat_item a {
    color: #333;
}

.articles_section .aside-sec .latest-news {
    padding: 2rem;
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
    border-radius: 8px;
}

.articles_section .aside-sec .tags {
    padding: 2rem;
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
    border-radius: 8px;
}

.articles_section .aside-sec .tags span {
    padding: .3rem 1rem;
    margin-right: .5rem;
    background: #1164d1;
    border-radius: 8px;
    margin-bottom: .5rem;
}

.articles_section .aside-sec .tags span a {
    color: #fff;
}

.article {
}

.article .article_img {
    max-height: 500px;
    overflow: hidden;
}

.article .article_info {
}

.article .article_info .art_date {
    display: inline-block;
    position: relative;
}

.article .article_info .art_date:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    right: 110%;
    top: 50%;
    background: #ff5426;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article .article_info .art_date:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    left: 110%;
    top: 50%;
    background: #ff5426;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article .article_info .art_date .art-icon {
    font-size: 20px;
    margin-right: 1rem;
}

.article .social {
}

.article .social span {
    font-size: 18px;
    margin-right: 1rem;
}

.article .social a {
    font-size: 40px;
}

.comments {
    margin-top: 5rem;
}

.comments .comment_img {
    max-width: 100px;
    border-radius: 50%;
    margin-right: 1rem;
}

.comments .comment_img img {
    border-radius: 50%;
}

.comments .comment-desc {
    text-align: justify;
}

.comments ._name {
    margin-bottom: 0;
}

.comments .comment_replay {
    padding-left: 5rem;
}

.comments .replay_btn {
    padding: .4rem 1.5rem;
    float: right;
    font-size: 13px;
}

/* ========= end blogs pages =================== */
/* ========= start login and register pages =================== */
.login_Section {
    min-height: 100vh;
    padding: 10rem 0 5rem;
}

.login_Section .col-sm-6,
.login_Section .row {
    margin: 0;
    padding: 0;
}

.login_Section .login_sec {
    max-width: 1000px;
    background: #eee;
    margin: 0 auto;
    padding: 0 0 3rem;
    position: relative;
    overflow: hidden;
}

.login_Section .login_sec .login-tit {
    padding: .7rem 2rem;
}

.login_Section .login_sec hr {
    border-top: 2px solid #ccc;
    max-width: 70%;
    margin: 1rem auto;
}

.login_Section .login_sec button {
    margin-bottom: 1rem;
}

.login_Section .login_sec .login_form,
.login_Section .login_sec .register_form {
    padding: 2rem 2rem 0;
}

.login_Section .login_sec:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: calc(50% - 2px);
    border: 1px solid #ccc;
    z-index: 1;
}

@media (max-width: 991px) {
    .main_header {
    }

    .main_header .navbar-toggler {
        position: relative;
        z-index: 2;
    }

    .main_header .navbar-toggler svg {
        font-size: 30px;
    }

    .main_header #main-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        text-align: center;
        font-size: 20px;
        padding-top: 8rem;
        background: #fff;
        z-index: 1;
        overflow-y: scroll;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .main_header #main-menu.show {
        right: 0;
    }

    .main_header #main-menu .nav-item {
    }

    .main_header #main-menu .nav-item .nav-link {
        color: #333;
        padding: 1rem 0;
    }

    .main_header #main-menu .nav-item.login_btn {
        margin: 1rem;
    }

    #Hero_section {
        text-align: center;
        margin-bottom: 0;
    }

    #Hero_section .hero_img {
        display: none;
    }

    #description_section {
    }

    #description_section .desc_img {
        margin-bottom: 2rem;
    }

    #description_section.bg_sec .desc_img {
        margin-top: 3rem;
    }

    #video_section {
        text-align: center;
    }

    #video_section .video_content {
        margin-bottom: 5rem;
    }

    .left-side {
        margin-bottom: 3rem;
    }

    .sec_desc {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    #Hero_section {
        padding-top: 7rem;
    }

    #Hero_section .video {
        margin-top: 3rem;
    }

    #contact_section {
    }

    #contact_section .contact_info {
        margin-top: 2rem;
    }

    #contact_section .contact-us.w-75 {
        width: 100% !important;
    }

    #features_section {
    }

    #features_section .padding_left_4 {
        padding-left: 15px;
        margin-top: 2rem;
    }

    #subscribe_section {
    }

    #subscribe_section .form-input {
        min-width: 80%;
    }

    .site_footer {
    }

    .site_footer .navbar {
        padding: 0;
    }

    .site_footer .navbar .footer_menu,
    .site_footer .navbar .social_media {
    }

    .site_footer .navbar .footer_menu:first-child a,
    .site_footer .navbar .social_media:first-child a {
        padding: .5rem 1rem .5rem 0;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 12px;
    }

    h1,
	.section_header
	{
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    h3, .feature_header {
        font-size: 1.3rem;
    }

    .sec_desc {
        font-size: 14px;
    }

    .blog .blog_content .blog_title {
        font-size: 16px;
    }

    .main_header {
    }

    .main_header .navbar-brand {
    }

    .main_header .navbar-brand img {
        max-width: 60px;
    }

    .main_header .navbar-toggler svg {
        font-size: 17px;
    }

    .section_tit span {
    }

    .section_tit span:before {
        width: 25px;
        right: 106%;
    }

    .section_tit span:after {
        width: 25px;
        left: 106%;
    }

    #Hero_section {
    }

    #Hero_section .hero_tit {
        font-size: 25px;
    }

    #Hero_section .hero_desc {
        font-size: 14px;
    }

    #Hero_section.style_1 {
        padding: 8rem 0 3rem;
    }

    #Hero_section.style_2 {
    }

    #Hero_section.style_2:before {
        height: 100%;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-radius: 0;
        right: 0;
        width: 100%;
    }

    #Hero_section.style_3 {
    }

    #Hero_section.style_3 .logos {
        padding: 2rem 2rem 1rem;
    }

    #Hero_section.style_3 .logos img {
        max-height: 25px;
        max-width: 25%;
        margin-bottom: 1rem;
    }

    #Hero_section.style_4 {
        padding: 8rem 0 5rem;
    }

    #Hero_section.style_4 .container:before {
        width: 90px;
        height: 11rem;
    }

    #Hero_section .video {
        width: 80% !important;
        height: 200px;
    }

    #Hero_section .video:before,
    #Hero_section .video:after {
        height: 200px;
    }

    #features_section {
    }

    #features_section .feature_item {
        text-align: center !important;
    }

    #counter_section {
    }

    #counter_section .col-xs-6 {
        width: 33%;
    }

    #counter_section .counter-value {
        font-size: 20px;
    }

    #counter_section .counter_icon {
        font-size: 30px;
    }

    #counter_section.counter_style_1:after {
        top: -12%;
        width: 45%;
        height: 113%;
    }

    #contact_section {
    }

    #contact_section #contact_form {
    }

    #contact_section #contact_form .col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #contact_section:after {
        bottom: -6%;
    }

    #clients_section .client_item .client_opinion {
        font-size: 12px;
    }

    #subscribe_section .sub_btn {
        margin-left: -3.3rem;
    }

    .login_Section {
        padding: 6rem 1rem 5rem;
    }

    .login_Section .login_sec:before {
        display: none;
    }

    .login_Section .login_social {
        margin-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    #description_section.bg_purple-green_grad .desc_img {
        padding-right: 20px;
    }

    #description_section.bg_sec .desc_img {
        padding-left: 20px;
    }
}

.about_section {
    transform: rotate(-5deg);
    border-radius: 25px;
    margin-top: 5rem;
    background: linear-gradient(to right bottom, #1164d1, #2dbda2);
    text-align: left;
    padding: 5rem 0;
    display: block;
    color: white;
}

.about_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
    transform: rotate(+5deg);
}

.button_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.button_block > a {
    margin-right: 1rem;
}



@media (max-width: 575px) {

    .about_section {
        transform: none;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
    }

    .about_container {
        transform: none;
    }
}
