/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. Features
    04. About
    05. Counter
    06. Digital
    07. Services
    08. Price
    09. Form
    10. Blog
    11. Footer
    12. Media Query
    
*/

body {
    font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
/*--- btn default --*/
.btn-brand {
    background: #08b072;
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.1);
    border-radius: 35px;
    padding: 10px 35px;
    color: #ffffff;
    font-weight: 500;
    transition: all .3s ease-in-out;
}
.btn-brand:hover {
	color: #fff;
	background-color: #08b072;
	border-color: #08b072;
}
.btn-brand.focus, .btn-brand:focus {
	color: #fff;
	background-color: #08b072;
	border-color: #08b072;
	box-shadow: none;
}
/*----------------- Headers ---------------------------------*/
.header-classic {
	transition: all .3s ease-in-out;
}

.navbar-classic.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;

	padding: 12px 16px;
}
.navbar-classic .navbar-nav .nav-item .nav-link {
	font-size: 15px;
    font-weight: 400;
    color: #ffffff;
	padding: 12px 20px;
    line-height: 20px;
    transition: ALL .4S ease-in-out;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover {
	color: #4dd4bf;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
	color: #4dd4bf;
}
.navbar-classic.navbar {
	padding: 18px 0px;
}
.navbar-classic .dropdown-toggle::after {
	margin-top: 1px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: -2px;
	content: "\f107";
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #e2e2e2;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 15px;
	font-size: 13px;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #f1f1f6;
	border-radius: 0px;
}
a.navbar-brand {
	display: inline-block;
	margin-right: initial;
	line-height: inherit;
	white-space: nowrap;
	color:#6e6e78;
    font-size:24px;
    padding: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 16rem;
	padding: 12px;
	margin: 18px 0px;
	font-size: 1rem;
	color: #808294;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 15px 15px;
	clear: both;
	font-weight: 400;
	color: #6e6e78;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 15px;
    line-height: 15px;
    transition: all .3s ease-in-out;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #4dd4bf;
	text-decoration: none;
	background-color: #ffff;
	border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
	color: #4dd4bf;
}
@media(min-width:992px) {
	.dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in 
}
	.dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
	.dropdown-submenu:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 17px;
	top: 25px;
}
.dropdown-submenu .dropdown-menu {
	top: 0px;
	left: 100%;
	margin-left: 13px;
	margin-right: .1rem;
}
.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}
.mega-dropdown {
	position: unset;
}
.mega-dropdown-menu {
	width: 100%;
	position: absolute;
	top: 63px;
	margin: 15px 0px;
}
.mega-dropdown-menu ul {
	list-style: none;
}
.nav-dropitem-arrow {
	position: relative;
	font-size: 12px;
	opacity: 0;
	padding-right: 10px;
}
.nav-dropitem-arrow i {
	position: absolute;
	/* top: -1px;
	*/
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #4dd4bf;
	text-decoration: none;
	background-color: #ffff;
	border-radius: 4px;
}
.dropdown-item:hover .nav-dropitem-arrow {
	color: #4dd4bf;
	opacity: 1;
	margin-right: 5px;
}
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
	padding: 17px 15px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid #c3b6e0;
	border-radius: .25rem;
	position: relative;
}
/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #a086db;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #4dd4bf;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
	width: 21px;
	height: 3px;
	background-color: #4dd4bf;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px 
}
.navbar-toggler:focus {
	outline: 0px;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 190%;
	background-color: #4dd4bf;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% -80%;
	background-color: #4dd4bf;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	background-color: #4dd4bf;
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: #4dd4bf;
}


/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
    background: url('../img/bg/slider.png') center center no-repeat;
    background-size: cover;
    padding: 300px 0;
    padding-bottom: 200px;
}
.slider .text span {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}
.slider .text span .green {
    color: #03e07f;
}
.slider .text h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.slider .text p {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    margin-bottom: 35px;
}
.slider .text .btn-green {
    color: #ffffff;
    text-decoration: none;
    background: #2cca85;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 100px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-in-out;
    box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.1);
    margin-bottom: 50px;
}

/*--------------------------------------------------
[3. Start Features]
--------------------------------------------------*/
.features {
    padding: 120px 0;
}
.features .box {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 5px;
    box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.1);
}
.features .box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333448;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 15px;
}
.features .box p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    line-height: 28px;
    margin: 0;
}

/*--------------------------------------------------
[4. Start About]
--------------------------------------------------*/
.about {
    padding-bottom: 120px;
    background: url('../img/bg/about.png') center center no-repeat;
    background-size: cover;
}
.about .text {
    padding-left: 40px;
}
.about .text .fe {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.about .text h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.about .text p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    line-height: 28px;
    margin-bottom: 25px;
}
.about .text span.dark {
    font-size: 18px;
    font-weight: 400;
    color: #393f47;
}
.about .text .btn-line {
    background: #855ff3;
    border: 2px solid #855ff3;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.about .text .btn-line:hover {
    background: #ffffff;
    color: #855ff3;
}

/*--------------------------------------------------
[5. Start Counter]
--------------------------------------------------*/
.counter {
    padding-bottom: 120px;
}
.counter .item .circle {
    position: relative;
    width: 170px;
    height: 170px;
    box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.1);
    border-radius: 50%;

}
.counter .item .circle .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.counter .item .circle .text h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}
.counter .item .circle .text .yellow {
    color: #ffcc42;
}
.counter .item .circle .text .blue {
    color: #1dcdfb;
}
.counter .item .circle .text .green {
    color: #0de49d;
}
.counter .item .circle .text .red {
    color: #ff539e;
}
.counter .item .circle .text h4 {
    color: #71757c;
    font-size: 17px;
    margin: 0;
    font-weight: 400;
}

/*--------------------------------------------------
[6. Start Digital]
--------------------------------------------------*/
.digital {
    padding: 120px 0;
    background: linear-gradient(to right, rgba(165,133,253,1) 0%, rgba(95,44,237,1) 100%);
    background-size: cover;
}
.digital .text {
    padding-left: 40px;
}
.digital .text .fe {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.digital .text h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.digital .text p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 28px;
    margin-bottom: 25px;
}
.digital .text span.dark {
    font-size: 18px;
    font-weight: 400;
    color: #393f47;
}
.digital .text .btn-line {
    background: #2cca85;
    border: 2px solid #2cca85;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.digital .text .btn-line:hover {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

/*--------------------------------------------------
[7. Start Services]
--------------------------------------------------*/
.services {
    padding-top: 120px;
    padding-bottom: 90px;
}
.services .heading {
    margin-bottom: 50px;
}
.services .heading span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.services .heading h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.services .box {
    padding: 50px 30px;
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-radius: 5px;
    margin-bottom: 30px;
    background: #ffffff;
}
.services .box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333448;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
}
.services .box p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    line-height: 28px;
} 


/*--------------------------------------------------
[8. Start Price]
--------------------------------------------------*/
.price {
    padding-bottom: 120px;
}
.price .heading {
    margin-bottom: 50px;
}
.price .heading span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.price .heading h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
/* Box-1 */
.price .box-1 {
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-top: 6px solid #c7a3f7;
    border-radius: 5px;
}
.price .box-1 .head {
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.price .box-1 .head span {
    font-size: 22px;
    font-weight: 400;
    color: #333448;
    display: inline-block;
}
.price .box-1 .head h3 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    color: #855ff3;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
}
.price .box-1 .head h4 {
    font-size: 15px;
    font-weight: 400;
    color: #cfcfcf;
    margin: 0;
    text-transform: uppercase;
}
.price .box-1 .body {
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.price .box-1 .body ul {
    margin: 0;
    padding: 0;
    
}
.price .box-1 .body ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #838a95;
    font-weight: 400;
    margin: 15px 0;
}
.price .box-1 .btn-color {
    background: #855ff3;
    border: 2px solid #855ff3;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.price .box-1 p {
    font-size: 16px;
    font-weight: 400;
    color: #8a919c;
    margin: 0;
    padding-bottom: 40px;
    margin-top: 15px;
}
/* Box-2 */
.price .box-2 {
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-top: 6px solid #a3eeb1;
    border-radius: 5px;
}
.price .box-2 .head {
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.price .box-2 .head span {
    font-size: 22px;
    font-weight: 400;
    color: #333448;
    display: inline-block;
}
.price .box-2 .head h3 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    color: #54b366;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
}
.price .box-2 .head h4 {
    font-size: 15px;
    font-weight: 400;
    color: #cfcfcf;
    margin: 0;
    text-transform: uppercase;
}
.price .box-2 .body {
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.price .box-2 .body ul {
    margin: 0;
    padding: 0;
    
}
.price .box-2 .body ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #838a95;
    font-weight: 400;
    margin: 15px 0;
}
.price .box-2 .btn-color {
    background: #54b366;
    border: 2px solid #54b366;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.price .box-2 p {
    font-size: 16px;
    font-weight: 400;
    color: #8a919c;
    margin: 0;
    padding-bottom: 40px;
    margin-top: 15px;
}

/* Box-3 */
.price .box-3 {
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-top: 6px solid #fdce96;
    border-radius: 5px;
}
.price .box-3 .head {
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.price .box-3 .head span {
    font-size: 22px;
    font-weight: 400;
    color: #333448;
    display: inline-block;
}
.price .box-3 .head h3 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    color: #ff8750;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
}
.price .box-3 .head h4 {
    font-size: 15px;
    font-weight: 400;
    color: #cfcfcf;
    margin: 0;
    text-transform: uppercase;
}
.price .box-3 .body {
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.price .box-3 .body ul {
    margin: 0;
    padding: 0;
    
}
.price .box-3 .body ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #838a95;
    font-weight: 400;
    margin: 15px 0;
}
.price .box-3 .btn-color {
    background: #ff8750;
    border: 2px solid #ff8750;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.price .box-3 p {
    font-size: 16px;
    font-weight: 400;
    color: #8a919c;
    margin: 0;
    padding-bottom: 40px;
    margin-top: 15px;
}




/*--------------------------------------------------
[9. Start Form]
--------------------------------------------------*/
.contact {
    padding: 90px 0 120px 0;
    background: #fef8fe;
    background-size: cover;
}
.contact .heading {
    margin-bottom: 50px;
}
.contact .heading span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.contact .heading h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.contact button.btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    background: #855ff3;
    color: #ffffff;
}


/*--------------------------------------------------
[10. Start Blog]
--------------------------------------------------*/
.blog {
    padding: 120px 0;
    background: url('../img/bg/about.png') center center no-repeat;
}
.blog .heading {
    margin-bottom: 50px;
}
.blog .heading span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.blog .heading h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.blog .box {
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-radius: 5px;
}
.blog .box h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #4f5061;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 0px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.blog .box h3 a:hover {
    color: #855ff3;
}
.blog .box p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    line-height: 28px;
    padding: 0 15px;
    padding-bottom: 35px;
}

/*--------------------------------------------------
[11. Start Footer]
--------------------------------------------------*/
.footer {
    padding: 120px 0;
    padding-bottom: 104px;
    background: #fef8fe;
}
.footer .who p {
    font-size: 15px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.footer .who span {
    display: block;
    color: #282828;
    font-size: 16px;
    margin: 0;
    margin-top: 20px;
}
.footer .links h3 {
    font-size: 20px;
    font-weight: 500;
    color: #131313;
    margin: 0;
    margin-bottom: 20px;
}
.footer .links ul {
    padding: 0;
}
.footer .links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.footer .links ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.footer .links ul li a:hover {
    color: #855ff3;
}
.footer .social h3 {
    font-size: 20px;
    font-weight: 500;
    color: #131313;
    margin: 0;
    margin-bottom: 20px;
}
.footer .social .icon {
    display: inline-block;
    position: relative;
    border: 1px solid #855ff3;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}
.footer .social .icon:hover {
    background: #855ff3;
}
.footer .social .icon:hover a {
    color: #ffffff;
}
.footer .social .icon a {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #855ff3;
}
.bottom {
    padding: 20px 0;
    text-align: center;
}
.bottom h3 {
    font-size: 16px;
    font-weight: 400;
    color: #6b6c6d;
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------
[12. Start Media Query]
--------------------------------------------------*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .header-classic {
        background: #855ff3 !important;
    }
    .navbar .nav-link {
        margin: 0;
        padding: 20px 0 !important;
    }
    .btn-brand {
        display: inline-block;
        margin-top: 30px;
    }
    .navbar-classic.navbar-light .navbar-nav .nav-link {
        padding: 25px 0;
    }
    .slider {
        padding: 290px 0 150px 0 !important;
    }
    .features {
        padding-bottom: 90px;
    }
    .features .box {
        margin-bottom: 30px;
    }
    .digital .text {
        padding: 0;
    }
    .about {
        text-align: center;
    }
    .about .text {
        padding: 0;
    }
    .about .image {
        margin-top: 50px;
    }
    .about .image img {
        margin: 0 auto;
    }
    .counter {
        padding-bottom: 90px;
    }
    .counter .item {
        margin-bottom: 30px;
    }
    .digital {
        text-align: center;
    }
    .digital .image img {
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .price .box-1,
    .price .box-2 {
        margin-bottom: 30px;
    }
    .contact .image {
        margin-bottom: 50px;
    }
    .contact {
        text-align: center;
    }
    .blog {
        padding-bottom: 80px;
    }
    .blog .box {
        margin-bottom: 40px;
    }
    .blog .box img {
        width: 100%;
    }
    .footer {
        text-align: center;
    }
    .footer .who {
        margin-bottom: 30px;
    }
    .footer .links {
        margin-bottom: 30px;
    }

}

@media (max-width: 767.98px) { 
    .header-classic {
        background: #855ff3 !important;
    }
    .btn-brand {
        display: inline-block;
        margin-top: 30px;
    }.navbar .nav-link {
        margin: 0;
        padding: 20px 0 !important;
    }
    .btn-brand {
        display: inline-block;
        margin-top: 30px;
    }
    .navbar-classic.navbar-light .navbar-nav .nav-link {
        padding: 25px 0;
    }
    .slider {
        padding: 290px 0 150px 0 !important;
    }
    .features {
        padding-bottom: 90px;
    }
    .features .box {
        margin-bottom: 30px;
    }
    .digital .text {
        padding: 0;
    }
    .about {
        text-align: center;
    }
    .about .text {
        padding: 0;
    }
    .about .image {
        margin-top: 50px;
    }
    .about .image img {
        margin: 0 auto;
    }
    .counter {
        padding-bottom: 90px;
    }
    .counter .item {
        margin-bottom: 30px;
    }
    .digital {
        text-align: center;
    }
    .digital .image img {
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .price .box-1,
    .price .box-2 {
        margin-bottom: 30px;
    }
    .contact .image {
        margin-bottom: 50px;
    }
    .contact {
        text-align: center;
    }
    .blog {
        padding-bottom: 80px;
    }
    .blog .box {
        margin-bottom: 40px;
    }
    .blog .box img {
        width: 100%;
    }
    .footer {
        text-align: center;
    }
    .footer .who {
        margin-bottom: 30px;
    }
    .footer .links {
        margin-bottom: 30px;
    }
 }

 @media (max-width: 991.98px) {
    .header-classic {
        background: #855ff3 !important;
    }
    .btn-brand {
        display: inline-block;
        margin-top: 30px;
    }.navbar .nav-link {
        margin: 0;
        padding: 20px 0 !important;
    }
    .btn-brand {
        display: inline-block;
        margin-top: 30px;
    }
    .navbar-classic.navbar-light .navbar-nav .nav-link {
        padding: 25px 0;
    }
    .slider {
        padding: 290px 0 150px 0 !important;
    }
    .about {
        text-align: center;
    }
    .about .text {
        padding: 0;
    }
    .about .image {
        margin-top: 50px;
    }
    .about .image img {
        margin: 0 auto;
    }
    .counter {
        padding-bottom: 90px;
    }
    .counter .item {
        margin-bottom: 30px;
    }
    .digital {
        text-align: center;
    }
    .digital .image img {
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .price .box-1,
    .price .box-2 {
        margin-bottom: 30px;
    }
    .contact .image {
        margin-bottom: 50px;
    }
    .contact {
        text-align: center;
    }
    .blog {
        padding-bottom: 80px;
    }
    .blog .box {
        margin-bottom: 40px;
    }
    .blog .box img {
        width: 100%;
    }
    .footer {
        text-align: center;
    }
    .footer .who {
        margin-bottom: 30px;
    }
    .footer .links {
        margin-bottom: 30px;
    }
 }

 @media (max-width: 1199.98px) {
    .testimonials .images {
        width: 100%;
    }
 }