
/*******************************************************
    Template Name    : Opella - Digital Marketing & SEO Agency Website Template
    Author           : elegant_theme
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.Services Section Style
    06.About Section Style
    07.Pricing Section Style
    08.Choose-Us Section Style
    09.Testimonial Section Style
    10.Faq Section Style
    11.Brand-logo Section Style
    12.Team Section Style
    13.Blog Section Style
    14.Contact Section Style
    15.Footer Section Style
 *************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/


@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("pe-icon-7-stroke.css");
@import url("magnific-popup.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");


body {
	background: #ffffff;
	color: #333;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
	color: #333;
}

a {
	color: #585be8;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
}

a:hover {
	color: #585be8;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	font-family: 'Ubuntu', sans-serif;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #585be8;
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}
.button {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 500;
	border: 0;
	border-radius: 5px;
	background: #585be8;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
}
.button span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button:hover > span{
	opacity: 0;
	color: #fff;
	-webkit-transform: translate(0px,40px);
	transform: translate(0px,40px);
}
.button::after{
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	padding: 10px 30px;
}
.button:hover::after{
	opacity: 1;
	color: #fff;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.section-padding {
	padding: 100px 0;
}

.section-padding01{
  padding-top: 100px;
}
.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    color: #404040;
    margin-bottom: 15px;
}
.small-title {
	color: #FF9800;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    background: #585be8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
    display: none;
    background: #585be8;
    color: #fff;
    width: 38px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    border-radius: 8px;
    right: 25px;
    bottom: 20px;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top i {
	padding-top: 8px;
	color: #fff;
}
.position-relative {
    position: relative;
}
.left-bg {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #f8f8f9;
    opacity: 1;
    left: 0;
    top: 0;
    display: block;
    z-index: -3;
}

.right-bg {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #f8f8f9;
    opacity: 1;
    right: 0;
    top: 0;
    display: block;
    z-index: -3;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
    line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 50%;
    background: #585be8;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 2px solid #ff8a00;
}

/**************************************
 * 02.Preloader Style
 *************************************/
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 9999;
}

.loader-wrapper .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/**************************************
 * 03.Navber Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #000;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-family: 'Ubuntu', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #000;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: #000;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #000000;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #000;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #000;
	font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
	font-family: 'Ubuntu', sans-serif;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #585be8;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #585be8;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #000;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

.header-contact {
    margin-right: 90px;
}
.header-contact li {
    display: inline-block;
}

.header-button {
    margin-left: 30px;
}

.header-button li {
    display: inline-block;
    margin-left: 15px;
}

.header-button li .nav-btn {
    background: #ffffff;
    padding: 8px 20px;
    color: #000;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07);
}
.header-button li .nav-btn:hover {
    color: #fff;
    background: #585be8;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /* box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07); */
    border-bottom: 1px solid #f7f7f7;
	background: #fff;
}
/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	height: 100vh;
	background: #fff;
}


.home-content-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.home-area .home-content h1 {
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.home-area .home-content p {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
}

.home-content-image img {
		width: 100%;
}
.button.button-1 {
    margin-left: 10px;
}

/**************************************
 * 05.Services Section Style
 *************************************/
.services-area {
	background: #f7f7f7;
}
.services-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}
.services-padding {
   /* padding: 0 60px;*/
}
.services-item {
    background: #fff;
    padding: 35px 25px;
    margin-top: 30px;
    border-radius: 5px;
    height: 280px;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    text-align: center;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.07);
}
.services-item:hover {
    background: #ffffff;
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
.services-icon i {
    display: inline-block;
    color: #ffffff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #561bb6;
}

.services-info h3 {
    font-size: 18px;
    font-weight:600;
    margin-bottom: 15px;
}
.services-info p {
    margin-bottom: 15px;
}
.services-btn {
    font-size: 14px;
    font-weight: 500;
}

.color-1 {
	color: #04d800 !important;
	background: #cdffcc !important;
}
.color-2 {
	color: #5f00ce !important;
	background: #e7daf6 !important;
}
.color-3 {
	color: #ff1c00 !important;
	background: #fbdad6 !important;
}
.color-4 {
	color: #0077c3 !important;
	background: #c8e7fb !important;
}
.color-5 {
	color: #e68900 !important;
	background: #f7e0be !important;
}
.color-6 {
	color: #9C27B0 !important;
    background: #f6c5ff !important;
}


/**************************************
 * 06. About Section Style
 *************************************/
.about-img {
    position: relative;
}

 .image-1 {
    border-radius: 7px;
}

.about-info {
	display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	/*padding-right: 100px;*/
}
.about-info h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    color: #505050;
    margin-bottom: 30px;
}
.about-info p {
    padding-bottom: 20px;}

.about-info .btn {
    margin-top: 25px;
}

/**************************************
 * 07.Pricing Section Style
 *************************************/

.price-area {
    background: #f7f7f7;
}
.price-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 3px 30px -3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
  transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}
.pricing-item:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
.pricing-item.active .pricing-header {
  position: relative;
  overflow: hidden;
}

.pricing-item.active .pricing-header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  background-image: linear-gradient(135deg, #585CE9 0%, #5C83E3 100%);
}

.pricing-item.active .pricing-header .pricing-title {
  color: #fff;
}

.pricing-item.active .pricing-header .number {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}

.pricing-item.active .pricing-header .number:before {
  border-bottom: 14px solid #fff;
}

.pricing-item.active .pricing-header .number:after {
  border-top: 14px solid #fff;
}

.pricing-item .pricing-header {
  border-bottom: 1px solid #eff0f1;
  text-align: center;
  height: 130px;
  display: block;
  position: relative;
  background: #f7f7f7;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  color: #3B566E;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: perspective(1px) translateY(0%);
}

.pricing-item .pricing-body {
  margin-bottom: 30px;
}

.pricing-item .pricing-body .number {
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
  margin-top: -40px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.pricing-item .pricing-body .number span {
  font-weight: 400;
  font-size: 16px;
  color: #585CE9;
  display: block;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 600;
  font-size: 20px;
  color: #585CE9;
  position: relative;
  top: -15px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 700;
  font-size: 34px;
  color: #585CE9;
  letter-spacing: 2.12px;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 700;
  font-size: 14px;
  color: #585CE9;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #CCDCEA;
  letter-spacing: 0.88px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #3B566E;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
}

.pricing-item .pricing-footer a {
    margin-bottom: 40px;
    margin-top: 0;
}

/**************************************
 * 08.Why-Choose-Us Section Style
 *************************************/

.choose-info {
	display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	padding-right: 100px;
}
.choose-info h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    color: #505050;
    margin-bottom: 30px;
}
.why-choos-list {
    width: 100%;
    margin: auto;
    display: block;
    padding: 12px 10px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    outline: none !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.why-choos-list:hover i, .why-choos-list.active i {
    color: #fff;
}

.why-choos-list span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #3B566E;
    display: inline-block;
    padding-left: 80px;
}
.why-choos-list:hover:before, .why-choos-list.active:before {
    height: 120px;
    background: #585CE9;
}
.why-choos-list i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #3B566E;
}
.why-choos-list:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 100px;
    left: -70px;
    top: 0px;
    background: #F7FAFD;
    transform: rotate(60deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.why-choos-btn .button {
    margin-top: 10px;
}

/**************************************
 * 09.Testimonial Section Style
 *************************************/
.testimonial-area {
	background: #f7f7f7;
}
.testimonial-content-inner {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 20px -5px rgba(76, 110, 245, 0.1);
    box-shadow: 0px 3px 20px -5px rgba(76, 110, 245, 0.1);
    margin: 15px;
    border-radius: 7px;
}

.testimonial-content-inner .testimonial-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: #f7f7f7;
    padding: 25px;
	position: relative;
}
.testimonial-content-inner .testimonial-bio::after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background-color: #f7f7f7;
    bottom: calc(100% - 10px);
    left: 13%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.testimonial-content-inner .testimonial-icon img {
    width: 60px;
    margin-bottom: 15px;
}
.testimonial-content-inner .testimonial-icon img {
    position: absolute;
    top: 5%;
    right: 7%;
}
.testimonial-content-inner .testimonial-text {
    padding: 25px;
}
.testimonial-content-inner .testimonial-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.testimonial-content-inner .testimonial-text p {
    font-size: 16px;
}
.testimonial-bio .author-info {
    margin-left: 15px;
}
.testimonial-content-inner .testimonial-bio .author-img {
    border: 7px solid #fff;
    border-radius: 50px;
}
.testimonial-bio .author-img img {
    width: 60px;
    border-radius: 50px;
}

.testimonial-bio .author-info h3 {
    font-size: 18px;
}

.testimonial-bio .author-info span {
    font-size: 13px;
}

/**************************************
 * 10.Faq Section Style
 *************************************/
.faq-area .section-title {
    text-align: center;
    margin-bottom: 25px;
}
.faq-item {
    margin-top: 30px;
}
.faq-single {
    background: #fff;
    padding: 25px 20px;
    border-radius: 7px;
    -webkit-box-shadow: 0 5px 30px rgba(218,225,232,.7);
    box-shadow: 0 5px 30px rgba(218,225,232,.7);
    border-bottom: 3px solid #585be800;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.faq-single:hover {
    border-bottom: 3px solid #585be8;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.faq-single h3 {
    font-size: 18px;
    color: #505050;
    font-weight: 600;
    margin-bottom: 15px;
}

.faq-single p {
    font-size: 14px;
}

/**************************************
 * 11.Brand-logo Section Style
 *************************************/
.brand-logo-area {
    background: #f7f7f7;
}
.brand-logo-area .section-title {
    text-align: center;
    margin-bottom: 25px;
}
.brand-logo {
    text-align: center;
    background: #ffffff;
    margin-top: 30px;
    padding: 20px;
}

.brand-logo img {
    opacity: .50;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}
.brand-logo img:hover {
    opacity: 1;
	transform:scale(1.1,1.1);
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

/**************************************
 * 12.Team Section Style
 *************************************/

.team-block{
    position:relative;
}
.team-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}
.team-block .inner-box{
    position:relative;
    padding: 35px 65px 20px 0px;
	margin-top: 30px;
}

.team-block .inner-box:before{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    left:70px;
    bottom:0px;
    border-radius:10px;
    background-color:#f5f5f5;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.team-block .inner-box::after{
    position:absolute;
    content:'';
    top:0px;
    left:70px;
    bottom:0px;
    width:0%;
    border-radius:10px;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
	background:#585be8;
}

.team-block .inner-box:hover::after{
    width:81%;
}

.team-block .inner-box .social-icons{
    position:absolute;
    right:25px;
    top:100px;
    z-index:1;
}

.team-block .inner-box .social-icons li{
    position:relative;
    margin-bottom:20px;
}

.team-block .inner-box .social-icons li a{
    position: relative;
    color: #ffffff;
    font-size: 15px;
    background: #585be8;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.team-block:hover .inner-box .social-icons li a {
    position: relative;
    color: #585be8 !important;
    font-size: 15px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation{
    color:#ffffff;
}

.team-block .inner-box .image{
    position:relative;
    z-index:1;
    border-radius:10px;
    background-color:#ffffff;
    box-shadow:inset 0px 0px 35px rgba(0,0,0,0.20);
}

.team-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
	border-radius: 5px;
}

.team-block .inner-box .lower-content{
    position:relative;
    text-align:left;
    z-index:1;
    padding: 15px 15px 0px 100px;
}

.team-block .inner-box .lower-content h3{
    position:relative;
    color:#585be8;
    font-size:18px;
    font-weight:600;
    line-height:1.3em;
}

.team-block .inner-box .lower-content h3 a{
    position:relative;
    color:#585be8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation{
    position:relative;
    margin-top:5px;
    color:#444;
    font-size:14px;
}

/**************************************
 * 13.blog-area Section Style
 *************************************/
.blog-area {
    background: #f7f7f7;
}
.blog-area .item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(218,225,232,.7);
    box-shadow: 0 5px 30px rgba(218,225,232,.7);
}
.blog-area .post-img {
    overflow: hidden;
}
.blog-area .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.blog-area .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog-area .item .content {
    padding: 25px 20px;
}

.blog-area .item .content h5 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.blog-area .item .content h5 a:hover {
    color: rgba(88, 91, 232, 1);
}
.blog-area .item .content .blog-author-date p {
    color: #7d7d7d;
    font-size: 12px;
    letter-spacing: .7px;
    text-transform: capitalize;
    display: inline-block;
}
.blog-area .item .content .blog-author-date p {
  margin-right: 10px;
  position: relative;
}
.blog-area .item .content .blog-author-date p:after {
  content: '/';
  position: relative;
  margin-left: 10px;
}
.blog-area .item .content .blog-author-date p:last-child {
  margin-right: 0;
}
.blog-area .item .content .blog-author-date p:last-child:after {
  display: none;
}
.blog-area .item .content .blog-author-date {
    margin-bottom: 10px;
    display: block;
}
.blog-area .item .content .blog-more {
    margin-top: 10px;
    display: block;
    font-weight: 600;
    color: rgba(88, 91, 232, 0.7);
}

.blog-area .item .content .blog-more:hover {
    color: rgba(88, 91, 232, 1);
}

/**************************************
 * 14.Contact Section Style
 *************************************/
.contact-area {
    background: #fff;
}
.contact-area .form input,
.contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    background-color: #f1f1f1;
    font-weight: 400;
    border-radius: 5px;
}
.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}
#contact-form .button {
    margin: 0;
}
.form-group {
    margin-bottom: 25px;
}

button, input, textarea {
    color: #505050;
}
button, input, textarea:focus {
    border: none;
    outline:none;
}
.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}	  
.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

/**************************************
 * 15.Footer Section Style
 *************************************/
.footer-area {
    color: #fff;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footer-top {
    padding: 100px 0;
}
.footer-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
	color: #fff;
}

.footer-top .footer-nav-link li {
    margin-top: 10px;
}

.footer-top .footer-nav-link li a i {
    margin-right: 7px;
    font-size: 16px;
    color: #ff;
}

.footer-top .footer-nav-link li a {
    color: #fff;
	font-weight: 500;
	transition: .3s;
}
.footer-top .footer-nav-link li a:hover {
    margin-left: 10px;
}
.footer-social-icons li {
    display: inline-block;
    margin-right: 5px;
}
.footer-social-icons li a {
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    background: #545353;
    border-radius: 30px;
}
.footer-social-icons li a:hover {
    color: #fff;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footer-social-icons {
    margin-top: 15px;
}
.footer-address p {
    margin-bottom: 15px;
}
.footer-address p:last-child {
    margin-bottom: 0;
}
.footer-bottom {
    padding: 30px 0;
    background: #2a2a2a;
}

.footer-content p {
    color: #fff;
}

.copyright p {
    color: #fff;
}



/*------------------------------------------------------------------------------*/
.list.list-secondary img {
    width: 25px;
    margin-right: 10px;
}

list.list-secondary {
    margin-top: 20px;
}
.list-secondary li {
        margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #868788;
}
.home-content p {
    font-size: 18px!important;
}
.banner-im{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-icon {
    margin-bottom: 20px;
}

.footer-logo p {
    margin-top: 15px;
}

.vx-seo-bg{
  background-image: url(../assets/img/b-seo-b-bg.jpg);
  background-size:cover;
  background-position: center;
  text-align:center;
  padding: 170px 0px 70px;
}

.vx-seo-bg h1 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
}

.section-title h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    color: #404040;
    margin-bottom: 15px;
}


.seo-vx-content h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    color: #505050;
    margin-bottom: 30px;

  }

  .seo-vx-content p {
    padding-bottom: 20px;
}