@charset "utf-8";
/*
Theme Name: SoftHub - Software Landing Page HTML5 Template
Author: W3cTemplates 
Version:1.0
*/
/*===========================
 =  Table of CSS
  	1. General code
		1.1. Typography
		1.2. Button
		1.3. dark-overlay
		1.4. Space margins and padding
		1.5. Form
		1.6. Table
		1.7. Accordion
		1.8. Section-background-color & sectino-heading
		1.9 Tabs 
		1.10. parallex-background
		1.11. Modal
	
  	2. Header
	3. Banner
	4. Services
	5. Fun-Facts
	6. Team-Pages
	7. How-it-work
	8. Price
	9. Testimonials
	10. Blog
	11. Footer
	12. Inner-Banner
	13. Cotact-us-Page
	14. Blog Page
	15. Error-404
	16. Coming-Soon
	17. Responsive-CSS
===========================*/

/*====================
	1. General code
==========================*/

body {
	font-family: 'Poppins', sans-serif;
	margin:0px;
	padding:0px;
	font-size:17px;
	line-height:32px;
	overflow-x:hidden;
	font-weight:400;
	color:#555555;
}


/*----------------------
	1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color:#111111;
	margin:0 auto 20px;
	font-weight:600;
}
h1 {
	font-size: 54px;
}
h2 {
	font-size: 44px;
}
h3 {
	font-size: 34px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}
p {
	margin-bottom: 25px;
}
a {
	transition-duration:0.5s;
	 -moz-transition-duration:0.5s;
	  -o-transition-duration:0.5s;
	   -webkit-transition-duration:0.5s;
	    -ms-transition-duration:0.5s;
	text-decoration:none;
	color:#4e3fdc;
}
a:hover, a:focus {
	text-decoration:none;
	outline:none;
	color:#2b265a;
}
ul, ol {
	margin:0 auto 20px;
}
ul li, ol li {
   margin: 0 auto 10px;
}
blockquote {
	background:#f5f5f5 ;	
}
.white-text, 
.white-text h1, 
.white-text h2, 
.white-text h3, 
.white-text h4, 
.white-text h5, 
.white-text h6, 
.white-text p, 
.white-text .section-header p {
	color:#fff !important;	
}
.uppercase {
	text-transform:uppercase;
}
.underline {
	text-decoration:underline;
}
.divider {
  border-bottom: 1px solid #dcd9d9;
  clear: both;
  margin: 40px auto;
}
img {
	max-width:100%;
	width:auto;
	height:auto;
}

/*-----------------
	1.2. Button
-------------------------*/
.btn {
	background: #4e3fdc;
	border: medium none;
	border-radius: 0 20px 0 20px;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
	margin: auto;
	padding: 8px 25px;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}
.btn-block {
	width: 100%;
}
.btn .fa {
  font-size: 22px;
  margin-left: 5px;
  vertical-align: middle;
}
.btn.btn-lg {
	font-size: 24px;
	line-height: 30px;
	padding: 22px 50px;
	border-radius: 0 40px 0 40px;
}
.btn.btn-lg:hover {
	border-radius: 40px 0 40px 0;
}
.btn.btn-sm {
    font-size: 15px;
    padding: 2px 25px;
}
.btn:hover, .btn:focus {
	color: #ffffff;
	outline:none;
	background:#3729bc;
	border-radius: 20px 0 20px 0;
}
.btn-link {
	font-weight: 800;
	font-size: 16px;
	color: #4e3fdc;
	background: none;
	text-decoration: none;
}
.btn.outline-btn {
	background:none;
	color:#4e3fdc;
	border:#4e3fdc solid 3px;
	letter-spacing:4px;
	padding:15px 50px;
	font-weight:700;
}
.btn.outline-btn:hover {
	color:#fff;
}
.form-wrap form {
    margin: 0 auto 25px;
}
.form-header h3 {
    color: #fff;
    margin: 0 auto;
}
.form-header {
    background: #222222;
    padding: 25px 40px;
    margin: -50px -50px 40px;
    border-radius: 6px 6px 0 0;
}


/*-------------------------
	1.3. dark-overlay
---------------------------------*/
.div_zindex {
  position: relative;
  z-index: 1;
}
.div_zindex > * {
	position:relative;
	z-index:1;
}
.dark-overlay {
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/*-------------------------------------
	1.4. Space margins and padding
------------------------------------------------*/
.padding_none {
	padding:0px;
}
.padding_top_20 {
	padding-top:20px;
}
.padding_50px {
	padding:50px 0;
}
.padding_4x4_30 {
	padding:30px;	
}
.padding_4x4_40 {
	padding:40px;	
}
.padding_right {
	padding-right:60px;
}
.padding_left {
	padding-left:60px;
}
.space-20 {
    width:100%;
    height: 20px;
	clear:both;
}
.space-30 {
    width:100%;
    height: 30px;
	clear:both;
}
.space-40 {
    width:100%;
    height: 40px;
	clear:both;
}
.space-60 {
    width:100%;
    height: 60px;
	clear:both;
}
.space-80 {
    height: 80px;
    width:100%;
}
.margin-btm-20 {
    margin-bottom: 20px;
	clear:both;
}
.margin-top-20 {
    margin-top: 20px;
	clear:both;
}
.margin-top-40 {
    margin-top: 40px;
	clear:both;
}
.margin-btm-40 {
    margin-bottom: 40px;
	clear:both;
}
.margin-top-60 {
    margin-top: 60px;
	clear:both;
}
.margin-btm-60 {
    margin-bottom: 60px;
	clear:both;
}
.margin-none {
	margin:0px;
}

/*-----------------
	1.5. Form
---------------------------*/
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-label {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 8px;
}
.form-control {
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;
	border: #ccc solid 1px;
	box-shadow: none;
	color: #888888;
	font-size: 17px;
	height: 52px;
	line-height: 52px;
	padding: 0 24px;
}
textarea.form-control {
	padding:15px 20px;
	min-height: 160px;
}
.form-control:hover {
	box-shadow:none;
	outline:none	
}
.form-control:focus {
	box-shadow:none;
	border-color:#a2a2a2;
	outline:none	
}
.select {
	position:relative;
}
.select select {
  appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -webkit-appearance: none;
   -ms-appearance: none;
  
}
.select::after {
  color: #878787;
  content: "";
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  padding: 12px 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.form-control option {
  padding: 10px;
}
.control-label {
	color:#555;
	font-size:15px;
	font-weight:700;	
}
.radio label, .checkbox label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding-left: 26px;
  position: relative;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}
.radio label:before {
    background-color:transparent;
	border-style:solid;
	border-width:1px;
	border-radius:50%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
	top:4px;
    position: absolute;
    width: 15px;	
}
.checkbox label::before {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #111111;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}
.radio input[type=radio]:checked + label:before {
	content: "\2022";
	font-size: 15px;
	text-align: center;
    line-height: 11px;
}
.checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 12px;
	text-align: center;
    line-height: 14px;
}
.black_input .form-control {
	background:#222;
	border-radius:3px;
	color:#fff;
	border:#222 solid 1px;
	font-size:17px;
}
.checkbox, .radio {
  padding-top: 5px;
}

/*-----------------
	1.6. Table
---------------------------*/
table {
	margin:0 0 30px;
	width:100%;
}
table th, table td {
  border: 1px solid #cccccc;
  padding: 15px;
  padding:18px;
}
table th img, table td img {
	max-width:100%;
}
table thead {
	background:#eee;
}
table thead th, table thead td {
	text-transform:uppercase;
	font-weight:900;
	color:#111;
}

/*-----------------
	1.7. Accordion
---------------------------*/
.accordion-item {
	margin: 0 auto 14px;
	border: 1px solid rgba(0,0,0,.125) !important;
	box-shadow: rgba(0, 0, 0, 0.06) 0 0 20px;
}
.accordion-button {
	font-size: 20px;
	font-weight: 600;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #4e3fdc;
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-button {
	padding: 0.8rem 1.25rem;
}
.accordion-body p {
	line-height: 25px;
	margin: 0 auto 8px;
}


/*-----------------------------------------------------------
	1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
section {
	position:relative;
	z-index: 1;
}
.secondary-bg {
	background:#2b265a;
}
.primary-bg {
  background-color: #f4f7fa;
}
.pink-bg {
	background: #ff5c98 !important;
}
.blue-text {
	color: #4e3fdc;
}
.section-padding {
  padding: 90px 0;
}
.section-header {
	margin: 0 auto;
	max-width: 850px;
	padding-bottom: 65px;
}
.section-header h2 {
	margin:0 auto;
}
.section-header p {
	margin: 22px auto 0;
}

/*--------------------
	1.9. Tabs 
------------------------------*/
.nav.nav-tabs {
	border: medium none;
	display: block;
	overflow: hidden;
}
.nav-tabs > li a {
  background: #000000 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-right: 5px;
  padding: 14px 26px;
  text-align: center;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li a:hover, 
.nav-tabs > li a:focus {
  color: #333333;
  background:#fff;
}
.nav-tabs > li {
  margin-bottom: 0;
	float: left;
}
.nav-tabs .nav-link {
	background: #09339d;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.tab-pane {
	background: #fff;
	padding: 30px;
	border-radius: 0 0 6px 6px;
}

/*--------------------------------------------
	1.10. parallex-background
---------------------------------------------------*/
.parallex-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*------------------------
	1.11. Modal
--------------------------------*/
.modal-dialog {
  margin: 20px auto;
  max-width: 90%;
  width: 620px;
}
.modal-content {
	padding: 30px;
}
.modal-header {
	padding:15px 0;
	margin-bottom:25px;
}
.modal-header h3 {
	margin:15px auto;
}
.modal-body {
	padding: 0;
}
.modal-body iframe {
    margin: 0 auto;
    float: left;
    width: 100%;
}
.modal .modal-header .close {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 17px;
  height: 31px;
  line-height: 30px;
  margin-top: 5px;
  opacity: 1;
  position: absolute;
  right: -10px;
  text-align: center;
  text-shadow: none;
  top: -20px;
  width: 31px;
}
label.error {
  color: #ff0000;
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

/*================
	 2. Header
===========================*/
#header {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  left: 0;
  right: 0;
  position:relative;
  transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
  z-index: 22;
}

#header.sticky {
	position:fixed;
	top:0;
}
#header .logo {
	margin:18px 0;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
#header.sticky .logo {
	margin: 8px 0;
}
#header.sticky .navbar.navbar-default .nav.navbar-nav > li > a {
    padding-top: 20px;
	padding-bottom: 20px;
}
#header.sticky .navbar.navbar-default .nav.navbar-nav li.dropdown > a::after {
	top: 20px;
}
#header.sticky .header-act-btn {
    margin: 11px 0 0 13px;
}
#header.sticky .navbar-toggler {
	margin: 10px auto;
}
@-webkit-keyframes fadeHeaderInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
}
}
@-moz-keyframes fadeHeaderInDown {
0% {
opacity:0;
-moz-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-moz-transform:translate3d(0, 0, 0);
}
}
@-o-keyframes fadeHeaderInDown {
0% {
opacity:0;
-o-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-o-transform:translate3d(0, 0, 0);
}
}
@keyframes fadeHeaderInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
transform:translate3d(0, 0, 0);
}
}
#header.sticky, .fadeHeaderInDown {
	-webkit-animation-name:fadeHeaderInDown;
	-moz-animation-name:fadeHeaderInDown;
	-o-animation-name:fadeHeaderInDown;
	animation-name:fadeHeaderInDown;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:22;
	background:rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#header:not(.is-alternate) {
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
#header .logo {
	margin:18px 0;
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
}
#navigation {
	padding:0px;
	text-align: right;
}
.navbar.navbar-default {
	background:none;
	border-radius:0px;
	border:0px;
	margin:0 auto;
	padding: 0;
}
.navbar.navbar-default .nav.navbar-nav {
    display: inline-block;
    float: none;
}
.navbar.navbar-default .nav.navbar-nav li {
    margin: 0;
    text-align: left;
    display: inline-block;
	position: relative;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
    color: #333333;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 30px 20px;
}
.navbar.navbar-default .nav.navbar-nav li a:hover,
.navbar.navbar-default .nav.navbar-nav li a:focus,
.navbar.navbar-default .nav.navbar-nav li.active a {
	color:#4e3fdc;	
	background:none;
	text-decoration: underline;
}  
.navbar.navbar-default .nav.navbar-nav > li > a.btn {
	color:#fff;
}
.navbar.navbar-default .nav.navbar-nav > li.active a.btn,
.navbar.navbar-default .nav.navbar-nav > li a.btn:focus, 
.navbar.navbar-default .nav.navbar-nav > li a.btn:hover {
	background:#2b265a;	
}
#menu_slide {
    display: none;
}
.header-act-btn {
	float: right;
	margin-top: 2px;
	margin-left: 0px;
}
@media (min-width:768px) {
#navigation {
    display: inline-block;
    flex-basis: inherit;
}	
}

/*----------------
	sub-menu
----------------*/
.navbar.navbar-default .nav.navbar-nav li.dropdown > a {
	padding-right: 28px;
}
.navbar .navbar-nav li.dropdown > a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	position: absolute;
	right: 9px;
	top: 30px;
}
ul.sub-menu {
	background: #fff none repeat scroll 0 0;
	display: none;
	list-style: outside none none;
	min-width: 250px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	z-index: 9999;
	text-align: left;
	box-shadow: rgba(0, 0, 0, 0.12) 0 0 15px;
}
ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	display: none;
}
.navbar .navbar-nav li:hover > ul.sub-menu, .navbar .navbar-nav li ul.sub-menu:hover > ul.sub-menu {
	display: block;
}
.navbar.navbar-default .nav.navbar-nav li ul.sub-menu li {
	float: none;
	margin: 0;
	display: block;
}
.navbar.navbar-default .nav.navbar-nav li ul.sub-menu li a {
	padding: 12px 17px;
	color: #111;
	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
	display: block;
	font-weight: 500;
}
.navbar.navbar-default .nav.navbar-nav li ul.sub-menu li a:hover {
	color: #4e3fdc;
}

/*================
	 3. Banner
===========================*/
#banner {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.banner-text {
	padding: 10px 20px 0 0;
	z-index: 1;
	position: relative;
}
.banner-text p {
	font-size: 20px;
}
.listing-li {
	margin: 0 auto 40px;
	padding: 0;
}
#banner .listing-li li {
	font-size: 22px;
	margin: 0 auto 20px;
}
.listing-li li {
	list-style: none;
	font-size: 17px;
	padding-left: 58px;
	margin: 0 auto 15px;
	position: relative;
}
.listing-li li i {
	background: #fff;
	width: 36px;
	height: 36px;
	border-radius: 50px;
	text-align: center;
	line-height: 36px;
	color: #4e3fdc;
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 0;
}
.search-wrap {
	position: relative;
	max-width: 430px;
}
.search-wrap p {
	font-size: 13px;
	padding: 5px 10px;
	opacity: 0.7;
}
.search-wrap .form-control {
	border-radius: 0 20px 0 20px;
	border: 0;
}
.search-wrap .btn {
	position: absolute;
	top: 3px;
	right: 3px;
}
.search-wrap .btn:hover {
	border-radius: 0 20px 0 20px;
}
.circle-pattern {
	position: absolute;
	top: 51px;
	width: 150px;
	left: -100px;
	opacity: 0.4;
	z-index: -1;
	transition-duration: 0.3s;
	animation: fa-spin 10s linear infinite;
	-webkit-animation: fa-spin 10s linear infinite;
	-ms-animation: fa-spin 10s linear infinite;
	-o-animation: fa-spin 10s linear infinite;
}
.circle-pattern-2 {
	position: absolute;
	top: 60px;
	right: -130px;
	z-index: -1;
	transition-duration: 0.3s;
	animation: fa-spin 10s linear infinite;
	-webkit-animation: fa-spin 10s linear infinite;
	-ms-animation: fa-spin 10s linear infinite;
	-o-animation: fa-spin 10s linear infinite;
}
#banner .section-padding {
	padding: 140px 0 !important;
}
#banner .item {
	background-size: cover !important;
}
#banner .item:after {
	position: absolute;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.8+49,0.75+62,0.69+69,0.61+74,0.51+79,0.5+79,0.25+91,0.11+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 49%, rgba(0,0,0,0.75) 62%, rgba(0,0,0,0.69) 69%, rgba(0,0,0,0.61) 74%, rgba(0,0,0,0.5) 79%, rgba(0,0,0,0.20) 91%, rgba(0,0,0,0.02) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.75) 62%,rgba(0,0,0,0.69) 69%,rgba(0,0,0,0.61) 74%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0.20) 91%,rgba(0,0,0,0.02) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.75) 62%,rgba(0,0,0,0.69) 69%,rgba(0,0,0,0.61) 74%,rgba(0,0,0,0.5) 79%,rgba(0,0,0,0.20) 91%,rgba(0,0,0,0.02) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	content: "";
	height: 100%;
	width: 60%;
}
.owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0;
	right: 0;
	height: 1px;
	margin: 0 auto;
}
.owl-nav button {
	width: 50px;
	height: 50px;
	cursor: pointer !important;
	background: #fff !important;
	font-size: 45px !important;
	line-height: 30px !important;
	opacity: 0.5;
}
.owl-nav button.owl-next {
	float: right;
} 
.owl-nav button:hover {
	opacity: 1;
}
.banner-center-img {
	margin-top: -80px;
	position: relative;
	bottom: -100px;
}


/*================
	 4. Services
===========================*/
.services-wrap {
	text-align: center;
	padding: 40px 30px 30px;
	border-radius: 0 60px 0 60px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	border: rgba(0, 0, 0, 0.1) solid 1px;
	top: 0;
	position: relative;
}
.icon-wrap {
	width: 150px;
	height: 150px;
	border: #4e3fdc solid 2px;
	border-radius: 50%;
	margin: 0 auto 25px;
	font-size: 63px;
	line-height: 143px;
	color: #4e3fdc;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.services-wrap:hover {
	border-radius: 60px 0 60px 0;
	box-shadow: rgba(0, 0, 0, 0.05) 0 0 30px;
	top: -5px;
}
.services-wrap:hover .icon-wrap {
	background: #4e3fdc;
	color: #fff;
}
.services-box {
	text-align: center;
}
.services-img {
	margin: 0 auto 35px;
}
.panel-image {
	text-align: center;
	position: relative;
}
.panel-vector {
	position: absolute;
	top: 20px;
	right: -40px;
	z-index: -1;
	transition-duration: 0.3s;
	animation: fa-spin 10s linear infinite;
	-webkit-animation: fa-spin 10s linear infinite;
	-ms-animation: fa-spin 10s linear infinite;
	-o-animation: fa-spin 10s linear infinite;
}
.features-box {
	padding: 26px;
	background: #fff;
	border-radius: 0 60px 0 60px;
	margin: 0 auto 25px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 30px;
}
.features-box p {
	font-size: 15px;
	line-height: 24px;
	margin: 0 auto 15px;
}
.features-box:hover {
	border-radius: 60px 0 60px 0;
	box-shadow: rgba(0, 0, 0, 0.07) 0 0 30px;
}
.features-icon {
	width: 60px;
	height: 60px;
	font-size: 20px;
	border-radius: 50px;
	text-align: center;
	line-height: 60px;
	background: #4e3fdc;
	color: #fff;
	margin: 0 0 20px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.features-box:hover {
	background: #4e3fdc;
	color: #fff;
}
.features-box:hover h6 {
	color: #fff;
}
.features-box:hover .features-icon {
	background: #fff;
	color: #4e3fdc;
}
.benefits-list {
	padding-top: 30px;
}
.benefits-list ul {
	padding: 0;
	margin: 0 auto;
}
.benefits-list ul li {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: inline-block;
}
.benefits-list ul li {
	margin: 0 4px 4px;
	list-style: none;
	display: inline-block;
	background: #fff;
	padding: 20px 21px;
	font-size: 18px;
	border-radius: 8px;
	width: 23.8%;
	font-weight: 500;
	top: 0;
	position: relative;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}
.benefits-list ul li:hover {
	top: -5px;
}
.benefits-list ul li i {
	margin-right: 5px;
	width: 33px;
	height: 33px;
	background: #2b265a;
	color: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 20px;
	font-size: 16px;
}
#companis-logo .item {
	text-align: center;
	padding: 12px;
	border: rgba(0, 0, 0, 0.2) solid 1px;
}
.owl-carousel .owl-item img {
	max-width: 100%;
	margin: 0 auto;
	width: auto;
}

/*=======================
	 5. Fun-Facts
===========================*/
.facts-box p {
	margin: 0 auto;
}
.facts-box h3 {
	margin: 0 auto 1px;
	font-size: 40px;
}
.facts-box .icon-box {
	color: #0976b6;
	position: absolute;
	top: 30px;
	left: 30px;
	border: #b6cee9 solid 1px;
	width: 80px;
	height: 80px;
	font-size: 40px;
	line-height: 52px;
}
.facts-wrap {
	position: relative;
	padding: 0 0 20px 200px;
}
.facts-wrap:last-child {
	padding-bottom: 0;
}
.facts-number {
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 67px;
	color: #fff;
	font-weight: 800;
}


/*=======================
	 6. Team-Pages
===========================*/
.team-wrap {
	background: #fff;
	padding: 15px;
	border-radius: 0 60px 0 60px;
	text-align: center;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	margin: 0 auto 20px;
	position: relative;
	top: 0;
	border: #E3E1E1 solid 2px;
}
.team-wrap:hover {
	box-shadow: rgba(0, 0, 0, 0.08) 0 0 30px;
	top: -5px;
}
.member-img {
	border-radius: 0 60px 0 60px;
	margin: 0 auto 15px;
	overflow: hidden;
	position: relative;
}
.follow-team {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	text-align: center;
}
.team-wrap:hover .follow-team, .team-vertical:hover .follow-team {
	bottom: 15px;
}
.follow-team ul {
	padding: 0;
	margin: 0 auto;
}
.follow-team ul li {
	list-style: none;
	display: inline-block;
	margin: 0 auto;
}
.follow-team ul li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	background: #ffff;
	font-size: 13px;
	box-shadow: rgba(0, 0, 0, 0.2) 4px 3px 0px;
}
.follow-team ul li a:hover {
	background: #4e3fdc;
	color: #fff;
}
.team-wrap h5 {
	margin: 0 auto 5px;
}
.team-wrap p {
	margin: 0 auto 5px;
	font-size: 14px;
}
.team-vertical {
	overflow: hidden;
	margin: 0 auto 20px;
}
.team-vertical .member-img {
	float: left;
	width: 38%;
}
.team-vertical .member-info {
	float: right;
	width: 57%;
	padding: 20px 0 0;
}
.team-vertical .member-info h5 {
	margin: 0 auto 5px;
}
.position {
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 auto 14px;
}


/*================
	 7. How-it-work
===========================*/
.panel-img img {
	max-width: inherit;
	float: right;
}
.right-image img {
	max-width: inherit;
	float: inherit;
	float: left;
}
.steps-list  {
	position: relative;
	padding-left: 80px;
	margin: 0 auto 40px;
}
.steps-list h5 {
	margin: 0 auto 8px;
}
.steps-icon {
	width: 62px;
	height: 62px;
	background: #6658ea;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 68px;
}
.steps-icon i {
	color: #fff;
	font-size: 28px;
}

/*================
	 8. Price
===========================*/
.price-wrap {
	border: #fff solid 3px;
	border-radius:0 60px 0 60px;
	display: flex;
	width: 100%;
	overflow: hidden;
}
.plan-name {
	background: #fff;
	padding: 40px 25px;
	text-align: center;
	width: 50%;
	position: relative;
}
.plan-detail {
	padding: 40px;
}
.plan-detail ul {
	padding: 0;
	margin: 0 auto;
}
.plan-detail ul li {
	list-style: none;
	color: #fff;
	font-size: 18px;
}
.plan-name h6 {
	color:#4e3fdc;
}
.price-amount {
	font-weight: 800;
	font-size: 80px;
	line-height: 90px;
	color: #333;
}
.price-amount .doller-sign {
	font-size: 40px;
}
.price-amount span {
	font-size: 20px;
}
.plan-name::after {
	position: absolute;
	top: 50%;
	right: -35px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 20px;
	content: "";
	margin-top: -20px;
}
.price-plan {
	background: #fff;
	padding: 40px;
	border-radius: 0 60px 0 60px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	border: #E3E1E1 solid 2px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
}
.price-plan:hover {
	border-radius: 60px 0 60px 0;
}
.price-plan .plan-name::after {
	display: none;
}
.price-plan .plan-name {
	padding: 0;
	text-align: center;
	width: 100%;
	border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
	margin-bottom: 30px;
}
.price-plan ul {
	margin: 0 auto 40px;
	padding: 0;
}
.price-plan ul li {
	list-style: none;
	margin: 0 auto 15px;
}
.disabled {
	opacity: 0.5;
}


/*=====================
	 9. Testimonials
===========================*/
#testimonials {
	margin-top: -30px;
}
.owl-dots {
	text-align: center;
	margin-top: 10px;
}
.owl-dot {
	width: 12px;
	height: 12px;
	background: #cbdbea !important;
	margin: 0 4px;
	border-radius: 30px;
}
.owl-dot.active {
	background: #4e3fdc !important;
}
.testimonial-wrap {
	background: #fff;
	padding: 50px;
	border-radius: 0 60px 0 60px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
	overflow: hidden;
	position: relative;
	margin: 30px;
}
.testimonial-image {
	width: 230px;
	margin-right: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
	overflow: hidden;
	border-radius: 0 60px 0 60px;
	float: left;
	position: relative;
}
.testimonial-detail {
	float: right;
	width: calc(100% - 290px);
	padding: 10px 0;
}
.testimonial-detail h4 {
	margin: 0 auto 15px;
}
.user-name {
	font-weight: 800;
}
.user-name span {
	font-weight: 400;
	font-size: 12px;
	margin-left: 10px;
}
i.active {
	color: #ffc30b;
}
.users-info p {
	margin: 0 auto;
	font-size: 12px;
	line-height: 10px;
	opacity: 0.7;
}
.testimonial-wrap::after {
	position: absolute;
	top: 50px;
	left: 240px;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 80px;
	font-weight: 600;
	color: #000;
	opacity: 0.3;
}

/*===============
	 10. Blog
========================*/
.blog-wrap {
	background: #fff;
	overflow: hidden;
	border-radius: 0 60px 0 60px;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	border: #E3E1E1 solid 2px;
}
.blog-wrap:hover {
	border-radius: 60px 0 60px 0;
}
.blog-info {
	background: #fff;
	padding: 20px 40px;
}
.blog-meta ul {
	padding: 0;
	margin: 0 auto 15px;
}
.blog-meta ul li {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	font-size: 14px;
	font-weight: 500;
}
.blog-info a {
	color: #333;
}
.blog-info a:hover {
	color: #4e3fdc;
}
.blog-info p {
	font-size: 16px;
	line-height: 26px;
}
.blog-info h4 {
	margin: 0 auto 10px;
}


/*===============
	 11. Footer
========================*/
footer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.footer-top {
	padding: 90px 0;
	border-bottom: rgba(255, 255, 255, .2) solid 1px;
}
.footer-logo {
	margin: 0 auto 30px;
}
footer p {
	color: #fff;
}
.footer-bottom {
	padding:  30px 0;
}
.follow-us {
	margin: 0 auto 20px;
}
.footer-bottom p {
	margin: 0 auto;
}
.footer-bottomul {
	padding: 0;
	margin: 0 auto;
}
.footer-bottom ul li  {
	display: inline-block;
	vertical-align: middle;
	margin: 0  6px;
	list-style: none;
}
.footer-widget h4 {
	color: #fff;
}
.footer-widget ul {
	padding: 0;
	margin: 0 auto;
}
.footer-widget ul li {
	list-style: none;
}
.footer-widget ul li a {
	color: #fff;
	padding-left: 20px;
	position: relative;
	left: 0;
}
.footer-widget ul li a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	line-height: 25px;
}
.footer-bottom ul li a {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 6px;
	border: #fff solid 1px;
	line-height: 44px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	top: 0;
	position: relative;
}
.footer-bottom ul li a:hover {
	background: #fff;
	color: #4e3fdc;
	top: -4px;
}
.footer-text {
	padding-right: 30px;
}
.footer-widget ul li a:hover {
	left: 6px;
}
.newsletter-wrap p {
	margin: 0 auto 2px;
}
.newsletter-wrap a {
	color: #fff;
}
.newsletter-wrap .search-wrap {
	margin: 0 auto 20px;
}

/*=======================
	 12. Inner-Banner
===========================*/
.inner-banner-text h1 {
	color: #fff;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	display: block;
}
.breadcrumb-item {
	display: inline-block;
	margin: 0 auto;
	color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}
.breadcrumb-item a {
	color: #fff;
}
.breadcrumb-item a:hover {
	color: #4e3fdc;
}

/*=======================
	 13. Cotact-us-Page
===========================*/
.info-box {
	background: #fff;
	border: #dcdcdc solid 1px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 35px;
	margin: 0 auto 15px;
}
.box-head {
	background: #2b265a;
	padding: 18px 30px;
	border-radius: 4px 4px 0 0;
	color: #fff;
}
.box-head h5 {
	margin: 0 auto;
	color: #fff;
}
.box-body {
	padding: 25px 30px;
}
.info-list {
	padding: 5px 0 20px;
	border-bottom: rgba(0, 0, 0, 0.15) solid 1px;
	margin: 0 auto 20px;
}
.info-list:last-child {
	border: 0;
	margin: 0 auto;
}
.info-list p {
	margin: 0 auto;
	font-size: 15px;
}
.info-list p a {
	color: #555;
}
.info-list p a:hover {
	color: #4e3fdc;
}
.info-list h6 {
	margin: 0 auto 8px;
}
.map-wrap {
	overflow: hidden;
}
.map-wrap iframe {
	margin: 0 auto;
	float: left;
}


/*================
	 14. Blog-Page
===========================*/
.post-thumbnail {
	margin: 0 auto 20px;
	border-radius: 3px;
	overflow: hidden;
}
.entry-desc h4 a, .entry-desc h2 a {
	color: #222;
}
.entry-desc h2 {
	font-size: 35px;
}
.entry-desc h4 a:hover, .meta-m a:hover, .entry-desc h2 a:hover {
	color: #0a58ca;
}
.entry-meta {
	font-size: 15px;
	letter-spacing: 0.2px;
	margin: 0 auto 12px;
}
.meta-m {
	margin: 0 10px 0 0;
}
.meta-m a {
	color: #555;
}
.entry-desc p {
	margin: 0 auto 12px;
}
.read-btn {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}
.articles-wrap {
	margin: 0 auto 70px;
}
.sidebar-widgets {
	margin: 0 auto 50px 10px;
}
.widget-title {
	position: relative;
	margin: 0 auto 30px;
	padding-bottom: 3px;
}
.widget-title h4 {
	font-size: 26px;
}
.widget-title::after {
	background-color: #2b265a;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 70px;
}
.sidebar-widgets ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidebar-widgets > ul > li::after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	left: 25px;
	position: absolute;
	top: 15px;
	font-weight: 800;
}
.sidebar-widgets > ul > li {
	border: 1px solid #e8e8e8;
	list-style: outside none none;
	margin: 0 0 -1px;
	padding: 15px 20px 15px 40px;
	position: relative;
}
.sidebar-widgets ul li a, .info-m h6 a {
	color: #555;
}
.sidebar-widgets ul li a:hover, .info-m h6 a:hover {
	color: #4e3fdc;
}
.featured-posts {
	margin: 0 auto 10px;
	overflow: hidden;
}
.thubb-img {
	float: left;
	width: 100px;
}
.info-m {
	float: right;
	width: calc(100% - 120px);
}
.info-m h6 {
	font-size: 19px;
	margin: 0px 0 5px;
}
.info-m p {
	font-size: 13px;
}
.sidebar-widgets {
	margin: 0 auto 50px 10px;
}
/*-----Tag------*/
.tagcloud a {
	display: inline-block;
	padding: 2px 15px;
	background: #4e3fdc;
	color: #fff;
	font-size: 14px;
	margin: 0 4px 4px 0;
	border-radius: 0 12px 0 12px;
}
.tagcloud a:hover {
	background: #3729bc;
	color: #fff;
	border-radius: 12px 0 12px 0;
}
.tagcloud h5 {
	display: inline-block;
}
.post-tag-share {
	overflow: hidden;
	padding: 25px 0 15px;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	margin: 40px auto 40px;
}
.tagcloud {
	float: left;
	width: 60%;
}
.post-tag-share .post-tags {
	text-align: left;
}
.blog-share-button {
	float: right;
	max-width: 50%;
	text-align: right;
	position: relative;
	padding: 7px 0 0;
}
.blog-share-button h5 {
	margin: 0px;
}
.blog-share-button:hover h5 {
	opacity: 0;
}
.blog-share-button ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	height: 28px;
	overflow: hidden;
	top: 7px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	width: 0;
}
.blog-share-button:hover ul {
	width: 330px;
	opacity: 1;
}
.blog-share-button ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.blog-share-button ul li a {
	font-size: 20px;
	padding: 2px 4px;
	text-decoration: none;
}
.pagination, .pagination li {
	margin: 0px;
}
.pagination li a {
	padding: 4px 15px;
	font-size: 18px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #555;
}
.page-item.active .page-link {
	background-color: #0a58ca;
	border-color: #fff;
}
/*-----comment-form------*/
.psot-comment {
	margin: 0 0 10px;
}
.commentform form {
	margin: 20px 0;
}
/*-----comment-list-----*/
.all-comments {
	border-top: 1px solid #eeeeee;
	margin: 0 0 60px;
	padding-top: 40px;
}
.all-comments ul {
	margin: 0px;
	padding: 0px;
}
.all-comments ul li {
	border-bottom: 1px solid #dddddd;
	list-style: outside none none;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 15px 0 0px;
}
.comment-author-avatar {
	float: left;
	width: 10%;
	margin: 0 3% 0 0;
}
.comment-author-avatar img {
	width: 100%;
	border-radius: 50%;
}
.comment-content {
	float: left;
	width: 80%;
	margin: 0 auto 40px;
}
.comment-info {
	padding-bottom: 15px;
}
.comment-info .comment-author, .comment-date, .comment-time {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}
.comment-date, .comment-time {
	font-size: 12px;
	color: #777;
}
.child-list {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 120px !important;
}
.comment-text p {
	margin: 0 auto 12px;
}
.post-img {
	border-radius: 6px;
	margin: 0 auto 25px;
}
.post-img img {
	border-radius: 6px;
}
.post-wrap h4 {
	font-size: 23px;
}
.post-wrap h4 a {
	color: #111;
}
.post-wrap h4 a:hover {
	color: #f65638;
}
.post-meta ul {
	padding: 0;
	margin: 0 auto 10px;
}
.post-meta ul li {
	display: inline-block;
	padding: 0 20px 0 0;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin: 0 auto;
}
.post-meta ul li:after {
	position: absolute;
	content: "|";
	top: 0;
	right: 0px;
}
.post-meta ul li:last-child {
	padding: 0;
}
.post-meta ul li:last-child:after {
	display: none;
}

/*==================
	 15. Error-404
===========================*/
.error-image {
	text-align: center;
}
.error-msg {
	text-align: center;
}
.error-msg h2 {
	font-size: 120px;
}
.error-msg p {
	font-size: 30px;
}

/*==================
	 16. Coming-Soon
===========================*/
.coming-soon-wrap {
	padding: 60px 0;
	text-align: center;
}
.header-logo {
	margin: 0 auto 40px;
}
.msg-wrap p {
	font-size: 22px;
}

#countdown {
	text-align: center;
	padding: 40px 0;
}
.countdown-period {
	display: inline-block;
	position: relative;
	width: 180px;
	height: 180px;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	color: #757575;
	font-size: 22px;
	vertical-align: top;
	padding: 60px 20px;
	margin: 0 10px;
	line-height: 50px;
	box-shadow: rgba(0, 0, 0, 0.04) 20px 20px 35px;
	border: rgba(0, 0, 0, 0.1) solid 1px;
}
.countdown-period span {
	display: block;
	color: #2a2a2a;
	font-size: 60px;
}


/*====================
	17. Responsive-CSS
==========================*/
@media (min-width:991px) and (max-width:1200px) {
.price-amount {
	font-size: 58px;
}
.plan-detail {
	padding: 26px;
}
.plan-name::after {
	right: -20px;
	border-width: 10px;
	margin-top: -10px;
}
.plan-detail ul li {
	font-size: 15px;
}
.panel-img img, .right-image img  {
	max-width: 100%;
}
.blog-info {
	padding: 20px;
}
.blog-meta ul li {
	font-size: 12px;
	margin-right: 12px;
}
#banner .item {
	background-position: center !important;
}
.benefits-list ul li {
	padding: 13px 10px;
	width: 23.6%;
	font-size: 14px;
}
.benefits-list ul li i {
	width: 25px;
	height: 25px;
	line-height: 27px;
	font-size: 13px;
}
.price-plan {
	padding: 40px 25px;
}
.countdown-period {
	width: 150px;
	height: 150px;
	font-size: 20px;
	padding: 40px 20px;
}
.countdown-period span {
	font-size: 40px;
}
	
}



@media (min-width:768px) and (max-width:990px) {
.section-padding {
	padding: 70px 0;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
	font-size: 15px;
	padding: 30px 6px;
}
.btn {
	font-size: 16px;
	padding: 5px 20px;
}
.navbar.navbar-default .nav.navbar-nav li.dropdown > a {
	padding-right: 18px;
}
.navbar .navbar-nav li.dropdown > a::after {
	right: 5px;
	top: 31px;
}
.navbar-header {
	max-width: 120px;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h4 {
	font-size: 23px;
}
.listing-li li i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	top: 0;
	left: 0;
}
#banner .listing-li li {
	font-size: 20px;
	margin: 0 auto 10px;
}
.listing-li li {
	padding-left: 40px;
}
.banner-text {
	padding: 0;
}
.form-control {
	height: 46px;
	line-height: 44px;
}
.features-box {
	margin: 25px auto 0px;
}
.panel-img {
	margin: 0 auto 30px;
	overflow: hidden;
}
.price-wrap, .blog-wrap {
	margin-bottom: 25px;
}
.plan-detail {
	padding: 30px;
}	
footer .search-wrap .btn {
	top: 0;
	right: 0;
	width: 100%;
	margin-top: 8px;
	position: relative;
}
#banner .section-padding {
	padding: 90px 0 !important;
}
.owl-nav button {
	width: 30px;
}
#banner .item {
	background-position: center !important;
}
.panel-img img {
	max-width: 100%;
}
.services-wrap {
	padding: 20px 15px 20px;
}
.icon-wrap {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	font-size: 42px;
	line-height: 100px;
}
.benefits-list ul li {
	padding: 13px 20px;
	font-size: 18px;
	width: 46.8%;
}
.price-plan {
	padding: 40px 28px;
}
.price-amount {
	font-size: 40px;
	line-height: 58px;
}
.price-plan ul li {
	font-size: 15px;
	line-height: 22px;
}
.price-plan ul {
	margin: 0 auto 25px;
}
.padding_right {
	padding-right: 0px;
}
.blog-info {
	padding: 20px 20px;
}
.blog-meta ul li {
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 24px;
}
.facts-number {
	position: relative;
	top: 0;
	left: 0;
	font-size: 57px;
	margin-bottom: 28px;
}
.facts-wrap {
	padding: 0 0 20px 10px;
}
.countdown-period {
	width: 100px;
	height: 100px;
	font-size: 18px;
	padding: 20px 10px;
}
.countdown-period span {
	font-size: 30px;
	line-height: 30px;
}
.sidebar {
	margin: 60px auto 0;
}
.entry-desc h2 {
	font-size: 30px;
}
.read-btn {
	font-size: 15px;
}
.articles-wrap {
	margin: 0 auto 40px;
}
.info-m h6 {
	font-size: 18px;
}
.tagcloud a {
	padding: 2px 12px;
	font-size: 14px;
	margin: 0 0px 3px 0;
}
.blog-share-button:hover ul {
	width: 280px;
}
.blog-share-button ul li {
	margin: 0 4px;
}	
	
}


@media (max-width:767px) {
.section-padding {
	padding: 50px 0;
} 
#banner .section-padding {
	padding: 50px 0 !important;
}
.banner-text {
	padding: 0;
}
.banner-image {
	margin-top: 15px;
}
.owl-nav {
	top: 90%;
}
.owl-nav button {
	width: 30px;
	height: 30px;
	font-size: 35px !important;
	line-height: 30px !important;
}
.icon-wrap {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	font-size: 42px;
	line-height: 100px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 21px;
}
body {
	font-size: 16px;
	line-height: 29px;
}
#banner .listing-li li {
	font-size: 18px;
	margin: 0 auto 15px;
	padding-left: 42px;
}
.listing-li li i {
	width: 26px;
	height: 26px;
	line-height: 29px;
	font-size: 13px;
	top: 2px;
	left: 0;
}
.listing-li li {
	padding-left: 40px;
}
.padding_right {
	padding-right: 0;
}
.features-box {
	padding: 24px;
	margin: 30px auto 0;
}
.panel-img img {
	max-width: 100%;
	float: none;
	margin: 0 auto;
}
.circle-pattern {
	display: none;
}
.plan-name::after {
	display: none;
}
.price-wrap {
	display: block;
}
.plan-name {
	width: 100%;
}
.plan-detail {
	padding: 22px;
}
.price-wrap {
	margin: 0 auto 20px;
}
.testimonial-image {
	width: 170px;
	float: none;
	margin: 0 auto;
}
.testimonial-detail {
	float: none;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	margin-top: 10px;
}
.testimonial-wrap::after {
	top: 50px;
	left: 219px;
	font-size: 40px;
}
.testimonial-wrap {
	margin: 20px 20px 10px;
	padding: 20px;
}
.blog-wrap {
	margin: 0 auto 20px;
}
.blog-info {
	padding: 20px;
}
.follow-us ul {
	padding: 0;
}
.footer-bottom ul li a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
}
.footer-bottom ul li {
	margin: 0 3px;
}
.footer-widget {
	padding: 0 10px;
	margin: 30px auto 0;
}
.footer-top {
	padding: 50px 0;
}
.section-header {
	padding-bottom: 40px;
}
.accordion-button {
	font-size: 16px;
}
.footer-bottom p {
	line-height: 24px;
}
.container {
	padding: 0 20px;
}
.navbar-header {
	width: 100%;
}
.logo {
	display: inline-block;
}
.navbar-toggler {
	float: right;
	margin: 16px auto;
	height: 50px;
}
.navbar-toggler:focus {
	outline: 0;
	border: 0;
	box-shadow: none;
}
.navbar-toggler-icon::after {
	position: absolute;
	top: -8px;
	left: 0;
	width: 84%;
	content: "";
	height: 3px;
	background: #4e3fdc;
}
.navbar-toggler-icon::before {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 84%;
	content: "";
	height: 3px;
	background: #4e3fdc;
}
.navbar-toggler-icon {
	width: 30px;
	height: 3px;
	background: #4e3fdc;
	position: relative;
	margin-top: -2px;
}
.navbar-nav {
	padding: 12px 20px;
	background: #f4f4f4;
}
.navbar.navbar-default .nav.navbar-nav, 
.navbar.navbar-default .nav.navbar-nav li {
	display: block;
}
.navbar.navbar-default .nav.navbar-nav > li > a {
	padding: 12px 3px;
}
#header.sticky .navbar.navbar-default .nav.navbar-nav > li > a, 
#header.sticky .navbar.navbar-default .nav.navbar-nav li ul.sub-menu li a {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px !important;
}
.header-act-btn {
	float: none;
	margin: 0 auto 20px;
}
.header-act-btn .btn {
	width: 100%;
	border-radius: 0 0 20px 20px;
}
.navbar .navbar-nav li.dropdown > a::after {
	top: 12px;
}
.navbar .navbar-nav li:hover > ul.sub-menu, .navbar .navbar-nav li ul.sub-menu:hover > ul.sub-menu {
	position: relative;
}
.services-wrap {
	margin: 0 auto 20px;
}
.benefits-list ul li {
	margin: 0 auto 8px;
	padding: 4px 21px;
	font-size: 18px;
	width: 100%;
}
.benefits-list ul li i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 20px;
	font-size: 13px;
}	
.price-amount {
	font-size: 60px;
	line-height: 76px;
}
.price-plan {
	padding: 30px;
	margin: 0 auto 16px;
}
.panel-img {
	margin: 30px auto;
}
.facts-number {
	position: relative;
	top: 0;
	left: 0;
	font-size: 57px;
	margin-bottom: 0;
	line-height: 80px;
}
.facts-wrap {
	padding: 23px 0 0;
}
.banner-center-img {
	margin: 0 auto;
	bottom: 0;
	padding-bottom: 50px;
}
.info-box {
	margin: 30px auto 15px;
}
.form-control {
	font-size: 15px;
	height: 50px;
	line-height: 50px;
}
.countdown-period {
	width: 30%;
	height: 70px;
	font-size: 15px;
	padding: 20px 10px;
	margin: 0 2px 20px;
	line-height: 22px;
}
.countdown-period span {
	font-size: 22px;
	line-height: 16px;
}
.msg-wrap p {
	font-size: 20px;
}
.error-msg h2 {
	font-size: 60px;
}
.error-msg p {
	font-size: 20px;
}
.btn.btn-lg {
	font-size: 18px;
	line-height: 28px;
	padding: 12px 40px;
	border-radius: 0 30px 0 30px;
}
.sidebar {
	margin: 60px auto 0;
}
.entry-desc h2 {
	font-size: 26px;
}
.read-btn {
	font-size: 15px;
}
.articles-wrap {
	margin: 0 auto 40px;
}
.info-m h6 {
	font-size: 18px;
}
.tagcloud {
	float: none;
	width: 100%;
}
.tagcloud h5 {
	display: block;
	margin: 0 auto 10px;
}
.tagcloud a {
	padding: 2px 10px;
	font-size: 14px;
	margin: 0 0px 4px 0;
}
.blog-share-button {
	float: none;
	max-width: 100%;
	text-align: left;
	position: relative;
	padding: 14px 0 0;
}
.blog-share-button ul {
	position: relative;
	right: 0px;
	height: 28px;
	width: 100%;
	margin-bottom: 16px;
}
.blog-share-button:hover h5 {
	opacity: 1;
}
	
	
}






