/*-----------------------------------------------------------------
Template Name  : Lilia - Creative Digital Agency HTML Template
Author         : HasnaaDesign
Version        : 1.0
Primary Use    : Digital, Agency
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
Table Of Contents
--------------------------------
 1. Global Styles
 2. Loading
 3. Navbar
 4. Home
 5. Features
 6. About Us
 7. Counters
 8. Call To Action
 9. Services
 10. Portfolio
 11. Our Team
 12. Pricing
 13. Testimonials
 14. Blog
 15. Contact
 16. Newsletter
 17. Footer
 18. Scroll To Top
 19. Media Queries
-----------------------------------------------------------------*/

/* --------------------------------------
   1. Global Styles
-----------------------------------------*/

* {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body {
    font-family: 'Rubik', sans-serif;
	background-color: #f7f7f7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    color: #fff;
    text-decoration: none;
}

/*=========== Typography ============*/
h1 {
    font-size: 60px;
    font-weight: 800;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    font-weight: 400;
}

h6 {
    font-size: 15px;
    font-weight: 400;
}


.logo img {
    width: 250px;
    position: absolute;
    top: -3px;
}

.about-us-content {
    text-wrap: balance;
}

.about-us-content h3 {
    margin-bottom: 20px;
    color: #125dab;
}
.whychoseus-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-wrap: balance;
    text-align: center;
    background: #fff;
    padding: 20px;
    margin: 15px 0px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
}
.whychoseus-box:hover {
    transform: scale(1.1);
}
.whychoseus-box figure {
    margin-bottom: 20px;
}
.whychoseus-box h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #1f194c;
}
.whychoseus-box p {

}
.contact-detail {
    width: 50%;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 992px) {
    .contact-detail {
        width: 100%;
    }

}

.contact-detail p {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px;
}
.about-row {
    display: flex;
    align-items: center;
}

.about-us-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-img img {
    width: 500px;
    margin: 0 auto;
}
@media screen and (max-width: 600px) {
    .about-us-img img   {
        max-width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .about-us-content  {
        text-align: center;
        margin-bottom: 10%;
    }
}

/*=========== My Classes ============*/

.main-title {
    margin-bottom: 45px;
	text-align: center;
	position: relative;
}
.main-title h2 span {
    /* color: #125dab; */
}



.main-title h2 {	
    font-size: 38px;
    letter-spacing: .3px;
    line-height: 1.3;
    color: #125dab;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

.main-title h3 {
	color: #888;
    font-size: 20px;
    margin-top: 10px;
	font-weight: 400;
	text-transform: capitalize;
}

.display-table {
    display: table;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    min-height: 100%;
}
.display-table-cell  h1 {
    margin-bottom: 10px;
}
.display-table-cell p {
    font-size: 25px;
    margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
    .display-table-cell {
        height: 63vh;
    } 
    .display-table-cell p {
        text-align: center;
        font-size: 20px;
    }
}

.main-btn {
background: #125dab;
    color: #fff;
    min-width: 175px;
    border-radius: 40px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 13px 25px;
    border: 2px solid #125dab;
    outline: none;
    cursor: pointer;
    z-index: 2;
    margin-right: 14px;
	margin-right: 14px;
    box-shadow: 0 0 10px 0 rgb(18 93 171);
}

.main-btn:hover {
    background: #23527c;
    border: 2px solid #ffffff;
	margin-right: 14px;
    box-shadow: 0 0 10px 0 rgb(18 93 171);
}

.shape,
.shape2 {
    position: relative;
}

.shape:before,
.shape2:before {
    content: '';
    position: absolute;
    bottom: -119%;
    left: -15%;
    height: 22px;
    width: 22px;
    border: 3px solid #125dab;
    border-radius: 50%;
    -webkit-animation: rotateY 3s infinite;
    animation: rotateY 3s infinite;
    z-index: 99;
    opacity: .8;
}

.demo2 .shape:before,
.demo2 .shape2:before {
    border: 3px solid #675bea;
	opacity: .6;
}

.shape2:before {
    top: -119%;
    right: -6%;
	bottom: auto;
	left: auto;
    border: 3px solid #125dab;
}

.demo2 .shape2:before {
    border: 3px solid #7a70ea;
}

@keyframes rotateY {
	0% {
		-webkit-transform: scale(1.2) rotateY(0deg);
		-moz-transform: scale(1.2) rotateY(0deg);
		-ms-transform: scale(1.2) rotateY(0deg);
		-o-transform: scale(1.2) rotateY(0deg);
		transform: scale(1.2) rotateY(0deg); 
	}
	50% {
		-webkit-transform: scale(0.9) rotateY(180deg);
		-moz-transform: scale(0.9) rotateY(180deg);
		-ms-transform: scale(0.9) rotateY(180deg);
		-o-transform: scale(0.9) rotateY(180deg);
		transform: scale(0.9) rotateY(180deg); }
	100% {
		-webkit-transform: scale(1.2) rotateY(360deg);
		-moz-transform: scale(1.2) rotateY(360deg);
		-ms-transform: scale(1.2) rotateY(360deg);
		-o-transform: scale(1.2) rotateY(360deg);
		transform: scale(1.2) rotateY(360deg);
	}
}

.circle:before,
.circle:after {
    content: '';
    position: absolute;
    top: 42px;
    right: -24px;
    width: 100px;
    height: 100px;
    border: 8px solid #125dab;
    border-radius: 50%;
    z-index: 1;
	opacity: .7;
}

.circle:before {
    -webkit-transition: all 2s cubic-bezier(.47, 0, .745, .715);
            transition: all 2s cubic-bezier(.47, 0, .745, .715);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
            animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -webkit-box-shadow: 0 0 0 0 rgba(252, 103, 101, .5);
            box-shadow: 0 0 0 0 rgba(252, 103, 101, .5);
}

.circle:after {
    top: 17px;
    right: -49px;
    width: 150px;
    height: 150px;
    border: 2px solid #125dab;
    opacity: .38;
}

.circle .main-title:before {
	content: '';
    position: absolute;
    top: -53%;
    left: 29%;
    height: 30px;
    width: 30px;
background: rgb(18, 93, 171);
	box-shadow:0 0 8px 0 rgb(18, 93, 171);
    border-radius: 50%;
    z-index: 99;
    opacity: .6;
}

.circle .main-title:after {
	content: '';
    position: absolute;
    bottom: 17%;
    left: -6%;
    height: 30px;
    width: 30px;
    border: 4px solid #125dab;;
    border-radius: 50%;
    z-index: 99;
    opacity: .6;
	-webkit-animation: rotateY 3s infinite;
    animation: rotateY 3s infinite;
}

.wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
}

.up-down {
    animation: up-down 2s infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(8px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(8px);
    }
}

.carousel-indicators li {
    background: transparent;
	width: 9px;
	height: 9px;
	margin: 0 7px;
	border: 1px solid #ff975a;
}

.carousel-indicators li.active,
.carousel-indicators li:hover {
	background: #743089;
}

.carousel-indicators .active {
	display: inline-block;
    width: 20px;
    height: 9px;
    -webkit-transition: all .2s cubic-bezier(.47, 0, .745, .715);
            transition: all .2s cubic-bezier(.47, 0, .745, .715);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
            animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -webkit-box-shadow: 0 0 0 0 rgba(252, 103, 101, .6);
            box-shadow: 0 0 0 0 rgba(252, 103, 101, .6);
}

#particles-js {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

/* --------------------------------------
   2. Loading
-----------------------------------------*/

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #f9f9ff;
}

.loading .loading-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loading .loading-content .inner-item {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #ff975a;
	border-radius: 50%;
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-ms-transform: scale(.1);
	-o-transform: scale(.1);
	transform: scale(.1);
	-webkit-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-o-transform-origin: center left;
  	transform-origin: center left;
	-webkit-animation: loading 4s infinite;
	animation: loading 4s infinite;
}

.loading .loading-content .inner-item:nth-of-type(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.loading .loading-content .inner-item:nth-of-type(3) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.loading .loading-content .inner-item:nth-of-type(4) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.loading .loading-content .inner-item:nth-of-type(5) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		transform: scale(.1);
	}
	
	45% {
		left: 120px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	90% {
		left: 294px;
		-webkit-transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		transform: scale(.1);
	}
}

@keyframes loading {
	0% {
		-webkit-transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		transform: scale(.1);
	}

	45% {
		left: 120px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	90% {
		left: 294px;
		-webkit-transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		transform: scale(.1);
	}
}

/* --------------------------------------
   3. Navbar
-----------------------------------------*/

.navbar {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 999;
	font-family: 'Poppins', sans-serif;
}

.navbar.demo2 {
    background-color: #f9f9ff;
    box-shadow: 0 0 20px 0 rgba(61, 61, 61, .12);
}

.navbar.active-nav {
    background-color: #f9f9ff;
    box-shadow: 0 0 20px 0 rgba(61, 61, 61, .12);
}

.navbar .menu-toggle {
    position: relative;
    outline: none;
    cursor: pointer;
    padding: 8px;
    margin: 9px 0;
    display: none;
    float: right;
    z-index: 2;
    background: #125dab29;
    border: 2px solid #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgb(18 93 171 / 39%);
}

.navbar .menu-toggle .bar {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #125dab;
}

.navbar .menu-toggle .bar:nth-child(2) {
    margin: 6px 0;
}

.navbar.menu-active .menu-toggle .bar:nth-child(2) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.navbar.menu-active .menu-toggle .bar:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.navbar.menu-active .menu-toggle .bar:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.navbar .navbar-brand {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #125dab !important;
    padding: 15px 0;
    font-family: 'Poppins', sans-serif;
}

/* .navbar .navbar-brand:after {
	content: '';
    position: absolute;
	bottom: 18px;
    right: -5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
background: #125dab;
} */

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #888;
	font-size: 15px;
    font-weight: 600;
    padding: 13px 0;
    margin: 0 25px 0 5px;
    letter-spacing: .3px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media screen and (max-width: 992px) {
    .navbar .navbar-nav > li > a,
    .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:focus {
        
        font-size: 14px!important;
        margin: 6px 10px 0 5px!important ;

    }
}

.navbar .navbar-nav > li > a.active {
    color: #337ab7;
}

/* --------------------------------------
   4. Home
-----------------------------------------*/

.home {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .home {
        height: 63vh;
    }
}

.home.demo2 {
	background: linear-gradient(to top, #ff975a 0%, #fc6765 100%);
}

.home:before,
.home:after {
	content: '';
    position: absolute;
    top: -37%;
    left: -101px;
    width: 474px;
    z-index: -1;
    height: 756px;
background: #125dab;
    border-radius: 50%;
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
    opacity: .2;
}

.home.demo4:before {
    top: -36%;
    left: auto;
    right: -86px;
    width: 59%;
    height: 140%;
    background: #f79864;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    transform: rotate(-55deg);
	opacity: .23;
}

.home:after {
    top: -38%;
    left: -181px;
    background: #f5a475;
    opacity: .09;
}

.home.demo4:after {
    content: none;
}

.home .home-content h5 {
	position: relative;
	color: #888;
    font-weight: 600;
    text-transform: capitalize;
	letter-spacing: .3px;
    margin-bottom: 25px;
}

.home.demo2 .home-content h5 {
    color: #f9f9ff;
}

.home .home-content h1 {
	color: #3e3e3e;
	font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 70.2px;
}
.home .home-content h1 span {
    color: #125dab;
}

.home.demo2 .home-content h1 {
    color: #fff3db;
}

.home.demo2 .home-content .main-btn {
    background: #fff3db;
color: #125dab;
	border: 2px solid #fff3db;
}

.home .home-image {
	padding-top: 130px;
	-webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
	position: relative;
	z-index: 1;
}

.home.demo4 .home-image {
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* --------------------------------------
   5. Features
-----------------------------------------*/
.features {
	background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}

.features.demo2 {
    padding-top: 142px;
}

.features .feature {
	position: relative;
	background-color: #fff;
    padding: 40px 15px;
	z-index: 2;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.features .feature:hover h4,
.features .feature:hover p {
	color: #fff;
}

.features .feature:hover .feature-icon i {
	color: #fff;
}

.features .feature:hover .feature-icon i:before {
	border-color: #fff;
}

.features .feature.one:hover {
	box-shadow: 0 0 8px 0 #743089;
}

.features .feature.two:hover {
	box-shadow: 0 0 8px 0 #743089;
}

.features .feature.three:hover {
	
    box-shadow: 0 0 8px 0 #743089;
}

.features .feature .feature-icon {
    padding-bottom: 16px;
}

.features .feature .feature-icon .flaticon-research:before {
    background: rgba(255, 151, 90, .11);
border: 1px solid #125dab;
    padding: 16px;
    font-size: 42px;
    border-radius: 6px;
    box-shadow: 0 0 15px 0 #125dab;
	margin-left: 0;
}

.features .feature .feature-icon .flaticon-research {
    color: #337ab7;
}

.features .feature .feature-icon .flaticon-data:before {
    background: rgba(113, 220, 133, .11);
border: 1px solid #125dab;
    padding: 16px;
    font-size: 42px;
    border-radius: 6px;
    box-shadow: 0 0 15px 0 #125dab;
	margin-left: 0;
}

.features .feature .feature-icon .flaticon-data {
    color: #71dc85;
}

.features .feature .feature-icon .flaticon-digital-marketing:before {
    background: rgba(252, 103, 101, .11); 
border: 1px solid #125dab;
    padding: 16px;
    font-size: 42px;
    border-radius: 6px;
    box-shadow: 0 0 15px #743089;
	margin-left: 0;
}

.features .feature .feature-icon .flaticon-digital-marketing {
color: #125dab;
}

.features .feature h4 {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    margin: 25px 0;
	letter-spacing: .2px;
	color: #3e3e3e;
}

.features .feature p {	
	font-size: 16px;
    line-height: 1.7;
    margin: 0;
	color: #888;
}

/* --------------------------------------
   6. About Us
-----------------------------------------*/

.about-us {
    background-color: #f7faf9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-us .about-info .main-title {
    margin-bottom: 25px;
	text-align: left;
}

.about-us .about-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #888;
    margin-bottom: 25px;
}

.about-us .about-info p:first-of-type {
    margin-bottom: 10px;
}

.about-us .about-info .about-list li {
	position: relative;
    color: #888;
    font-size: 16px;
    line-height: 2.2;
    text-transform: capitalize;
    padding-left: 26px;
}

.about-us .about-info .about-list li:before {
	content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 7px;
    left: 0;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    line-height: 19px;
    text-align: center;
background: #125dab;
    border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.about-us .about-info .about-list li:hover:before {
    background: #fc6765;
	box-shadow: 0 0 4px 0 rgba(252, 103, 101, .7);
}

/* --------------------------------------
   7. Counters
-----------------------------------------*/

.counters {
    padding-top: 100px;
    padding-bottom: 100px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	background: url('../images/counters-bg.png') right center no-repeat;
	background-size: cover;
}

.counters .counter-item {
	position: relative;
    text-align: center;
}

.counters .counter-item.two,
.counters .counter-item.four {
	margin-top: 60px;
	margin-bottom: 50px;
}

.counters .counter-item:before {
	content: '';
    position: absolute;
    top: 0;
    left: 24%;
    width: 130px;
    height: 130px;
    border-radius: 30px;
    transform: rotate(45deg);
}

.counters .counter-item.one:before {
    background: #125dab29;
border: 1px solid #125dab;
        box-shadow: 0 0 10px 0 rgb(18 93 171);
	animation: scale 4s infinite ease-in-out;
}

.counters .counter-item.two:before {
    background: #125dab29;
border: 1px solid #125dab;
        box-shadow: 0 0 10px 0 rgb(18 93 171);
	animation: scale 4s 1s infinite ease-in-out;
}

.counters .counter-item.three:before {
    background: #125dab29;
border: 1px solid #125dab;
        box-shadow: 0 0 10px 0 rgb(18 93 171);
	animation: scale 4s 2s infinite ease-in-out;
}

.counters .counter-item.four:before {
    background: #125dab29; 
border: 1px solid #125dab;
        box-shadow: 0 0 10px 0 rgb(18 93 171);
	animation: scale 4s 3s infinite ease-in-out;
}

@keyframes scale {
    0% {
        transform: scale(1) rotate(45deg);
    }
	
    50% {
        transform: scale(.96) rotate(45deg);
    }
	
    100% {
        transform: scale(1) rotate(45deg);
    }
}

.counters .counter-item span {
    display: block;
    font-size: 30px;
    font-weight: 700;
	padding-top: 26px;
	font-family: 'Poppins', sans-serif;
}


/* --------------------------------------
   9. Services
-----------------------------------------*/

.service-box {
    padding: 0;
}

.services {
	background-color: #fff;
    padding-top: 100px;
    padding-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.services .main-title {
    margin-bottom: 10%;
}

/* --------------------------------------
   10. Portfolio
-----------------------------------------*/

.portfolio {
    padding-top: 100px;
    padding-bottom: 100px;
	background-color: #fff;
}

.portfolio .filter-menu {
    margin-bottom: 60px;
    text-align: center;
}

.portfolio .filter-menu .list-filter {
    display: inline-block;
    margin-bottom: 0;
    padding: 12px 20px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.portfolio .list-filter li {
    display: inline-block;
    margin: 0 15px;
    font-weight: 500;
    letter-spacing: 1.1px;
    line-height: 1;
    cursor: pointer;
    color: #888;
    background: transparent;
    font-size: 14px;
    border-radius: 25px;
}

.portfolio .list-filter .active {
    color: #337ab7;
}

.portfolio .portfolio-content .item {
    margin-bottom: 30px;
	padding: 8px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.portfolio .portfolio-content .item .demo-image {
    position: relative;
	overflow: hidden;
}

.portfolio .portfolio-content .item:hover .demo-image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio .item .demo-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(64, 63, 63, .55);
    width: 100%;
	height: 100%;
	margin-top: -100%;
	-webkit-transition-duration: all .6s linear;
    -moz-transition-duration: all .6s linear;
    -o-transition-duration: all .6s linear;
    -ms-transition-duration: all .6s linear;
    transition-duration: all .6s linear;
}

.portfolio .item:hover .demo-image .overlay {
    margin-top: 0;
}

.portfolio .item .demo-image .overlay .item-icons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.portfolio .item .demo-image .overlay .item-icons i {
	display: inline-block;
	background-color: #ff975a;
    color: #fff;
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 10px;
}

.portfolio .item .demo-image .overlay .item-icons i:hover {
    background-color: #fff;
	color: #ff975a;
}

.portfolio .item .demo-image .overlay .item-icons .icon-img {
    margin-right: 20px;
}

.portfolio .portfolio-content .item .item-info {
    text-align: center;
	padding: 14px 0 6px;
}

.portfolio .portfolio-content .item .item-info h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .4px;
	text-transform: capitalize;
	color: #3e3e3e;
}

.portfolio .portfolio-content .item:hover .item-info h4 {
	color: #ff975a;
}

.portfolio .portfolio-content .item .item-info span {
    letter-spacing: .3px;
	text-transform: capitalize;
	color: #888;
}

.portfolio .my-btn {
    text-align: center;
	margin-top: 20px;
}

.portfolio .my-btn .main-btn {
    min-width: 155px;
}

/* --------------------------------------
   11. Our Team
-----------------------------------------*/

.team {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
	background-color: #f9f9ff;
}

.team .member {
    overflow: hidden;
    position: relative;
}

.team .member .member-img {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.team .member .member-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team .member .social-media {
    position: absolute;
    top: 4px;
    right: 18px;
}

.team .member .social-media i {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin-top: 5px;
    border-radius: 50%;
    color: #fff;
    -webkit-transform: translateX(90px);
    -o-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
}

.team .member .social-media .fa-facebook {
    background: #3b5998;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.team .member .social-media .fa-twitter {
    background: #00acee;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.team .member .social-media .fa-google-plus {
    background: #d34836;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.team .member .social-media .fa-behance {
    background: #053eff;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.team .member .social-media .fa-linkedin {
    background: #0077b5;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.team .member .member-img:hover .social-media i {
    -webkit-box-shadow: 0 0 25px 1px #eee;
    -o-box-shadow: 0 0 25px 1px #eee;
    -moz-box-shadow: 0 0 25px 1px #eee;
    box-shadow: 0 0 25px 1px #eee;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.team .member .member-info .member-name {
    color: #888;
    font-size: 18px;
	line-height: 1;
    letter-spacing: .3px;
    margin-top: 20px;
    margin-bottom: 6px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}

.team .member .member-info span {
    display: block;
    color: #337ab7;ab7;
    font-weight: 400;
    text-align: center;
}

/* --------------------------------------
   12. Pricing
-----------------------------------------*/

.pricing {
    position: relative;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.pricing .pricing-plans .pricing-plan {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    text-align: center;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid transparent;
}

.pricing .pricing-plans .pricing-plan:hover {
    -webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	-o-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}

.pricing .pricing-plans .pricing-plan.one:hover {
    background: rgba(255, 151, 90, .1);
    border: 1px solid rgba(255, 151, 90, .2);
    box-shadow: 0 0 12px 0 rgba(255, 151, 90, .5);
}

.pricing .pricing-plans .pricing-plan.two:hover {
    background: rgba(113, 220, 133, .1);
    border: 1px solid rgba(113, 220, 133, .2);
    box-shadow: 0 0 12px 0 rgba(113, 220, 133, .5);
} 

.pricing .pricing-plans .pricing-plan.three:hover {
    background: rgba(252, 103, 101, .1);
    border: 1px solid rgba(252, 103, 101, .2);
    box-shadow: 0 0 12px 0 rgba(252, 103, 101, .5);
}

.pricing .pricing-plans .pricing-plan .pricing-title {
    padding: 25px 0;
    text-transform: capitalize;
}

.pricing .pricing-plans .pricing-plan .pricing-title h2 {
    color: #3e3e3e;
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
    letter-spacing: 1px;
}

.pricing .pricing-plans .pricing-plan .pricing-price {
    padding: 25px 0;
    border-top: 1px solid #f1efef;
    border-bottom: 1px solid #f1efef;
}

.pricing .pricing-plans .pricing-plan .pricing-price p {
    margin: 0;
    font-size: 48px;
    line-height: 1;
    font-weight: 500;
}

.pricing .pricing-plans .pricing-plan.one .pricing-price p {
    color: #337ab7;
}

.pricing .pricing-plans .pricing-plan.two .pricing-price p {
color: #125dab;
}

.pricing .pricing-plans .pricing-plan.three .pricing-price p {
color: #125dab;
}

.pricing .pricing-plans .pricing-price p .up {
    font-size: 19px;
    vertical-align: top;
}

.pricing .pricing-plans .pricing-price p .price {
    vertical-align: middle;
}

.pricing .pricing-plans .pricing-price p .down {
    font-size: 14px;
    vertical-align: bottom;
}

.pricing .pricing-plans .pricing-plan .pricing-features {
    margin: 0;
    padding: 25px 0;
	border-bottom: 1px solid #f1efef;
}

.pricing .pricing-plans .pricing-features li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #888;
}

.pricing .pricing-plans .pricing-features li:last-child {
    margin-bottom: 0;
}

.pricing .pricing-plans .pricing-plan .pricing-btn {
    padding: 25px 0;
}

.pricing .pricing-plans .pricing-plan .main-btn {
    min-width: 155px;
}

.pricing .pricing-plans .pricing-plan.one .main-btn,
.pricing .pricing-plans .pricing-plan.one:hover .main-btn {
background: #125dab;
	border: 2px solid #ff975a;
	box-shadow: 0 0 10px 0px rgba(255,151,90, .7);
}

.pricing .pricing-plans .pricing-plan.two .main-btn,
.pricing .pricing-plans .pricing-plan.two:hover .main-btn {
background: #125dab;
	border: 2px solid #71dc85;
	box-shadow: 0 0 10px 0 rgba(113, 220, 133, .7);
}

.pricing .pricing-plans .pricing-plan.three .main-btn,
.pricing .pricing-plans .pricing-plan.three:hover .main-btn {
background: #125dab;
	border: 2px solid #fc6765;
	box-shadow: 0 0 10px 0 rgba(252, 103, 101, .7);
}

/* --------------------------------------
   13. Testimonials
-----------------------------------------*/

.testimonials {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
	background-color: #f9f9ff;
}

.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
	line-height: .7;
}

.testimonials .owl-theme .owl-dots .owl-dot {
	 outline: none;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
	background: transparent;
	width: 8px;
	height: 8px;
	margin: 0 7px;
	border: 1px solid #743089e8;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
	background: #743089;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
    display: inline-block;
    width: 20px;
    height: 8px;
    -webkit-transition: all .2s cubic-bezier(.47, 0, .745, .715);
            transition: all .2s cubic-bezier(.47, 0, .745, .715);
    -webkit-animation: pulse .75s infinite cubic-bezier(.66, 0, 0, 1);
            animation: pulse .75s infinite cubic-bezier(.66, 0, 0, 1);
    -webkit-box-shadow: 0 0 0 0 rgba(252, 103, 101, .6);
            box-shadow: 0 0 0 0 rgba(252, 103, 101, .6);
}

@-webkit-keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 7px rgba(252, 103, 101, 0);
                box-shadow: 0 0 0 7px rgba(252, 103, 101, 0);
    }
}

@keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 7px rgba(252, 103, 101, 0);
                box-shadow: 0 0 0 7px rgba(252, 103, 101, 0);
    }
}

.testimonials .testimonial-box {
	position: relative;
	background: #fff;
	text-align: center;
    overflow: hidden;
	border: 2px solid #f0f0f0;
	padding: 35px 20px;
	border-radius: 6px;
}

.testimonials .testimonial-box i {
	display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.testimonials .testimonial-box.one i {
background: #125dab;
border: 1px solid #125dab;
    box-shadow: 0 0 15px 0 #125dab;}

.testimonials .testimonial-box.two i {
background: #125dab;
border: 1px solid #125dab;
    box-shadow: 0 0 15px 0 #125dab;}

.testimonials .testimonial-box.three i {
background: #125dab;
    border: 1px solid #fc6765;
    box-shadow: 0 0 15px 0 #125dab;
}

.testimonials .testimonial-box .description {
    padding: 20px 0;
}

.testimonials .testimonial-box .description p {
    color: #888;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 0;
}

.testimonials .testimonial-box .client-info {
    position: relative;
}

.testimonials .testimonial-box .client-pic {
	width: 65px;
    height: 65px;
    margin: auto;
    margin-bottom: 20px;
}

.testimonials .testimonial-box .client-pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: inline-block;
}

.testimonials .client-details h6 {
	color: #3e3e3e;
    font-size: 18px;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
	margin-bottom: 4px;
}

.testimonials .client-details span {
	color: #888;
}

/* --------------------------------------
   14. Blog
-----------------------------------------*/

.blog {
    padding-top: 100px;
    padding-bottom: 100px;
	background: #fff;
}

.blog .post {
    margin-bottom: 30px;
    background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.blog .post .post-content {
    padding: 20px 0;
	position: relative;
}

.blog .post .post-content .post-title h4 {
    color: #3e3e3e;
    letter-spacing: .5px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1;
	padding: 0 20px;
}

.blog .post .post-content:hover .post-title h4 {
    color: #fc6765;
}

.blog .post .post-content .post-text p {
    line-height: 1.8;
    font-weight: 400;
    padding: 15px 20px;
    margin-bottom: 0;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 16px;
}

.blog .post .post-content .post-info {
    margin-bottom: 0;
    padding: 15px 20px 0;
    border-top: 1px solid #eee;
	overflow: hidden;
}

.blog .post .post-content .post-info li {
    display: inline-block;
    color: #888;
	letter-spacing: .3px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
}

.blog .post .post-content .post-info li:first-of-type span {
    color: #777;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}

.blog .post .post-content .post-info li .post-more {
    color: #fc6765;
	text-transform: capitalize;
	font-weight: 500;
    font-size: 15px;
    letter-spacing: .3px;
    text-shadow: 0 2px 5px rgba(252, 103, 101, .4);
}

.blog .post .post-content .post-info li .post-more:hover {
    color: #337ab7;
    text-shadow: 0 2px 5px rgba(255, 151, 90, .4);
}

.blog .post .post-content .post-date {
    position: absolute;
    top: -31px;
    right: 4px;
    width: 60px;
    height: 60px;
	background: #743089;
    border: 1px solid #ff975a;
	color: #fff;
    box-shadow: 0 0 20px 0 rgba(255, 151, 90, .6);
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
}

.blog .post .post-content .post-date span {
    display: block;
    line-height: 1;
    margin-top: 12px;
}

.blog .my-btn {
    text-align: center;
	margin-top: 20px;
}

.blog .my-btn .main-btn {
    min-width: 155px;
}

/* --------------------------------------
   15. Contact
-----------------------------------------*/

.contact {
	position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
	background-color: #f9f9ff;
}

.contact .contact-boxes {
    padding: 20px 50px;
    background: rgb(116 48 137 / 0%);
    border: 1px solid #7430893b;
    box-shadow: 0 0 10px 0 #74308940;
	border-radius: 30px;
	margin-top: 10px;
}

.contact .contact-boxes:hover {
	background: rgb(116,48,137, .05);
    border: 1px solid #74308917;
	box-shadow: 0 0 10px 0 rgba(252, 103, 101, .11);
}

.contact .contact-box {
    padding-left: 125px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.contact .contact-box:last-child {
    margin-bottom: 0;
}

.contact .contact-box .icon-box {
    position: absolute;
    top: 30px;
    left: 0;
    width: 85px;
    height: 85px;
    line-height: 84px;
    text-align: center;
    border-radius: 16px;
    transform: rotate(45deg);
}

.contact .contact-box.one .icon-box {
    background: #125dab29;
border: 1px solid #125dab;
        box-shadow: 0 0 10px 0 rgb(18 93 171);
color: #125dab;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .contact-box.two .icon-box {
	background: #125dab29;
border: 1px solid #125dab;
        box-shadow: 0 0 10px 0 rgb(18 93 171);
color: #125dab;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .contact-box.three .icon-box {
	background: #125dab29;
border: 1px solid #125dab;
        box-shadow: 0 0 10px 0 rgb(18 93 171);
color: #125dab;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .contact-box.three .icon-box i {
    transform: rotate(317deg);
}
.contact .contact-box .icon-box i:before {
    display: block;
    transform: rotate(-45deg);
    font-size: 34px;
    margin-left: 0;
}

.contact .contact-box .content-box {
    font-size: 15px;
	letter-spacing: .3px;
}

.contact .contact-box .content-box p {
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 500;
    color: #888;
}

.contact .contact-box .content-box p:first-child {
    margin-bottom: 8px;
}

.contact .contact-form {
	position: relative;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact .contact-form .form-group {
    margin-bottom: 25px;
    width: 100%;
}

.contact .contact-form .form-group .form-control {
    color: #777;
    outline: none;
    box-shadow: none;
    border-radius: 30px;
    height: 60px;
    padding: 12px 30px;
    background: rgb(116 48 137 / 0%);
    border: 1px solid #7430893b;
    box-shadow: 0 0 10px 0 #74308940;
}

.contact .contact-form .form-group textarea.form-control {
    height: 155px;
    resize: none;
    padding-top: 18px;
}

.contact .contact-form .form-group .form-control:focus {
    background: #7430892b;
    border: 1px solid #74308900;
    box-shadow: 0 0 10px 0 #74308933;
}

.contact .contact-form .form-message {
    position: absolute;
    left: 0;
    bottom: -66px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 12px;
    text-transform: uppercase;
}

.contact .contact-form .form-message.success {
	background-color: #37983b;
}

.contact .contact-form .form-message.error {
	background-color: #f54033;
}

/* --------------------------------------
   16. Newsletter
-----------------------------------------*/

.newsletter {
    background: #f9f9ff;
}

.newsletter .newsletter-inner {
background: #125dab;
    padding: 60px 40px;
    border-radius: 7px;
}

.newsletter .newsletter-inner h2 {
	font-size: 26px;
    letter-spacing: .2px;
    color: #3e3e3e;
    margin-bottom: 8px;
}

.newsletter .newsletter-inner p {
	font-size: 15px;
	color: #888;
	margin: 0;
}

.newsletter .newsletter-inner .form-group {
   	margin: 0;
    margin-top: 4px;
	overflow: hidden;
}

.newsletter .newsletter-inner .form-control {
    float: left;
    width: 70%;
    margin-right: 3%;
    color: #777;
    outline: none;
    border: none;
    border-radius: 30px;
    height: 50px;
    padding: 12px 30px;
    background: #f9f9ff;
    box-shadow: 0 0 10px 0 rgba(252, 103, 101, .1);
}

.newsletter .newsletter-inner .main-btn {
    float: left;
    width: 27%;
	min-width: 155px;
    margin: 0;
}

/* --------------------------------------
   17. Footer
-----------------------------------------*/

.footer {
	background-color: #f9f9ff;
}

.footer .footer-top { 
	padding-top: 80px;
    padding-bottom: 80px;
	border-bottom: 1px solid #e6e3e3;
    background: #fff;
}

.footer .footer-top .footer-logo { 
	margin-bottom: 20px;
}

.footer .footer-top .footer-logo a {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: #888;
    font-family: 'Poppins', sans-serif;
}

/* .footer .footer-top .footer-logo a:after {
	content: '';
    position: absolute;
	bottom: 7px;
    right: -6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
background: #125dab;
} */

.footer .footer-top ul li {
	font-size: 16px;
    margin-bottom: 15px;
	color: #888;
}

.footer .footer-top ul li:last-of-type {
    margin-bottom: 0;
}

.footer .footer-top .social-media {
	margin-right: 0;
    margin-top: 20px;
}

.footer .footer-top .social-media li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}

.footer .footer-top .social-media li i {
	display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    font-size: 17px;
    background: #125dab;
    color: #fff;
    border: 2px solid #125dab;
    box-shadow: 0 0 6px 0 rgb(18 93 171);
}

.footer .footer-top .social-media li i:hover {
	background: #125dab;
    border: 2px solid #125dab;
    box-shadow: 0 0 6px 0 rgba(252, 103, 101, .4);
}

.footer .footer-top .footer-item h4 {
	color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .7px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.footer .footer-top .footer-item ul li a {
	color: #888;
	padding-left: 10px;
}

.footer .footer-top .footer-item ul li a:hover {
	color: #fc6765;
	padding-left: 14px;
}

.footer .footer-top .footer-item ul li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: relative;
    left: -10px;
}

.footer .footer-bottom { 
	padding-top: 20px;
    padding-bottom: 20px;
}

.footer .footer-bottom .copyright p { 
	color: #888;
	font-size: 16px;
	letter-spacing: .3px;
	margin: 0;
}

.footer .footer-bottom .copyright p span { 
	font-family: 'Poppins', sans-serif;
	color: #125dab;
	font-weight: 600;
	letter-spacing: .5px;
}
.footer .footer-bottom .copyright p a {
    color: #888;
}

/* --------------------------------------
   18. Scroll To Top
-----------------------------------------*/

.scroll-top {
    position: fixed;
    bottom: 107%;
    right: 36px;
    width: 52px;
    height: 52px;
    line-height: 48px;
	font-size: 17px;
    text-align: center;
    color: #fff;
	background: #23527c;
    border: 2px solid #ffffff;
	margin-right: 14px;
    box-shadow: 0 0 10px 0 rgb(18 93 171);
	border-radius: 7px;
    z-index: 999;
	-webkit-transition: all .7s linear;
    -moz-transition: all .7s linear; 
    -o-transition: all .7s linear;
    -ms-transition: all .7s linear;
    transition: all .7s linear;
}

.scroll-top.active {
    bottom: 30px;
}

.scroll-top:hover {
    -webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
    background: #23527c;
    border: 2px solid #ffffff;
	margin-right: 14px;
    box-shadow: 0 0 10px 0 rgb(18 93 171);
}

/* --------------------------------------
   19. Media Queries
-----------------------------------------*/

/* Extra Large Devices */
@media (min-width: 1200px) {}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
    /*=========== Navbar ============*/
    .navbar > .container .navbar-brand {
        margin-left: 0;
    }
    
    /*=========== Home ============*/
	.home.demo4:before {
		right: -132px;
		width: 72%;
	}
	
    .home .home-content h1 {
		font-size: 32xpx;
	}
	
	.home .home-content .main-btn {
		min-width: 165px;
	}
	
	.home .home-image {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	.home .home-image img {
		display: block;
		max-width: 100%;
		height: 100%;
	}
	
    /*=========== About us ============*/
	.about-us .about-info .main-title,
	.about-us .about-info p {
		margin-bottom: 20px;
	}
	
    /*=========== Counters ============*/
	.counters .counter-item:before {
		left: 20%;
	}
	
    /*=========== Call To Action ============*/
	.call-to-action h3 {
		font-size: 22px;
	}
	
	.call-to-action .main-btn {
		margin-top: 2px;
	}
	
    /*=========== Newsletter ============*/
	.newsletter .newsletter-inner h2 {
		font-size: 25px;
		letter-spacing: 0;
	}
	
	.newsletter .newsletter-inner .form-group {
		margin-top: 0;
	}
	
	.newsletter .newsletter-inner .form-control {
		float: none;
		width: 100%;
		margin-right: 0;
		height: 60px;
	}
	
	.newsletter .newsletter-inner .main-btn {
		float: none;
		width: auto;
		position: absolute;
		top: 50%;
		right: 22px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    
    /*=========== Navbar ============*/
    .navbar > .container .navbar-brand {
        margin-left: 0;
    }
    
    .navbar .navbar-nav > li > a,
    .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:focus {
        margin: 0 20px 0 5px;
    }
	
	/*=========== Home ============*/
	.shape:before,
	.shape2:before {
		left: 0;
	}
	
	.shape2:before {
		left: auto;
	}
	
	.home.demo4:before {
		content: none;
	}
	
    .home .home-content h1 {
		font-size: 32px;
	}
	
	.home .home-content .main-btn {
		margin-bottom: 15px;
	}
	
	.home .home-image {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	.home .home-image img {
		display: block;
		max-width: 100%;
		height: 100%;
	}
	
    /*=========== Features ============*/
	.features {
		padding-bottom: 70px;
	}
	
	.features .feature {
		width: 50%;
		margin: auto;
		margin-bottom: 30px;
	}
    
    /*=========== About Us ============*/
    .about-us .about-image {
        margin-right: 110px;
        margin-left: 110px;
        margin-bottom: 25px;
    }
	
    /*=========== Counters ============*/
	.counters {
		background: url(../images/counters-bg.png) center center no-repeat;
		background-size: cover;
	}
	
	.counters .counter-item:before {
		left: 31%;
	}
	
	.counters .counter-item {
		margin: 0 !important;
	}
	
	.counters .counter-item.one,
	.counters .counter-item.two {
		margin-bottom: 120px !important;
	}
	
	.counters .counter-item.three,
	.counters .counter-item.four {
		margin-bottom: 38px !important;
	}
	
	.call-to-action .main-btn {
		margin-top: 15px;
	}
	
    /*=========== Call To Action ============*/
	.call-to-action h3 {
		font-size: 22px;
	}
	
    /*=========== Services ============*/
	.services .service {
		padding-top: 0;
		width: 50%;
		margin: auto;
		margin-bottom: 30px;
	}
	
	.services .service:before {
		content: none;
	}
	
	.services .service .service-number {
		display: none;
	}
	
	.services .service .service-item {
		/* background: rgba(255, 151, 90, .1); */
        box-shadow: 0 0 20px 0 transparent;

	}
	
    /*=========== Our Team ============*/
	.team {
		padding-bottom: 70px;
	}
	
	.team .member {
		width: 50%;
		margin: auto;
		margin-bottom: 30px;
	}
	
    /*=========== Pricing ============*/
	.pricing {
		padding-bottom: 70px;
	}
	
	.pricing .pricing-plans .pricing-plan {
		width: 50%;
		margin: auto;
		margin-bottom: 30px;
	}
	
    /*=========== blog ============*/
	.blog .post {
		width: 50%;
		margin: auto;
		margin-bottom: 30px;
	}
	
    /*=========== Contact ============*/
	.contact .contact-boxes {
		margin-top: 0;
		width: 75%;
		margin: auto;
	}
	
	.contact .contact-form {
		width: 75%;
		margin: auto;
		margin-top: 30px;
	}
	
    /*=========== Newsletter ============*/
	.newsletter .newsletter-inner .form-group {
		margin-top: 20px;
	}
	
    /*=========== Footer ============*/
	.footer .footer-top .footer-menu {
		margin-bottom: 30px;
	}
	
	.footer .footer-top .social-media li i {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 16px;
	}
}

/* Small Devices */
@media (max-width: 767.98px) {
    
    .container {
        max-width: 540px;
    }
    
    /*=========== Navbar ============*/    
    .navbar .navbar-header {
        margin: 0;
    }
	
	.navbar .navbar-brand {
		line-height: 1.4;
	}
	
	.navbar .navbar-brand:after {
		bottom: 13px;
	}
    
    .navbar .menu-toggle {
        display: block;
    }
    
    .navbar .navbar-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        background: rgba(0, 0, 0, .3);
    }
    
    .navbar .navbar-links .navbar-nav {
        background: #f9f9ff;
        position: absolute;
        top: 0;
        right: -300px;
        width: 0;
        height: auto;
        margin: 0;
        overflow: auto;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
    }
    
    .navbar .navbar-links .navbar-nav > li.nav-brand {
        padding: 60px 0;
		position: relative;
		box-shadow: 0 0 15px 0 rgba(61, 61, 61, .12);
    }
    
    .navbar .navbar-links .navbar-nav > li.nav-brand a {
		position: absolute;
		top: 16px;
		left: 28px;
        padding: 0;
		border: none;
		letter-spacing: 1px;
		font-size: 23px;
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
    }
	
    /* .navbar .navbar-links .navbar-nav > li.nav-brand a:after {
		content: '';
		position: absolute;
		bottom: 2px;
		right: -6px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #743089;
	} */

    .navbar .navbar-nav > li > a,
    .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:focus {
        padding: 15px 28px;
        margin: 0;
    }
	
    .navbar .navbar-nav > li > a:hover {
        padding-left: 34px;
    }
    
    .navbar .navbar-nav > li:not(.nav-brand) > a:hover  {
color: #125dab;
    }
    
    .navbar .navbar-nav > li > a.active {
        background-color: #fff;
color: #125dab;
    }
    
    .navbar.menu-active .navbar-links {
        visibility: visible;
    }
    
    .navbar.menu-active .navbar-links .navbar-nav {
        right: 0;
		width: 100%;
    }
	
    /*=========== Home ============*/
	.home.demo4:before {
		content: none;
	}
	
    /*=========== Features ============*/
	.features {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	
	.features.demo2 {
		padding-top: 122px;
	}
	
	.features .feature {
		margin-bottom: 30px;
	}
    
    /*=========== About Us ============*/
    .about-us {
        padding-top: 80px;
        padding-bottom: 80px;
    }
	
	.about-us .about-image {
		overflow: hidden;
	}
    
    .about-us .about-info .main-title {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	.about-us .about-info p {
		margin-bottom: 20px;
	}
	
	.about-us .about-info .about-list li {
		line-height: 1.9;
	}
	
	/*=========== Counters ============*/
	.counters {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.counters .counter-item:before {
		left: 22%;
	}
    
	/*=========== Call To Action ============*/	
	.call-to-action h3 {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.call-to-action p {
		font-size: 14px;
	}
	
	.call-to-action .main-btn {
		margin-top: 15px;
	}
	
    /*=========== Services ============*/
    .services {
        padding-top: 80px;
        padding-bottom: 50px;
    }
	
	.services .service {
		padding-top: 0;
		margin-bottom: 30px;
	}
	
	.services .service:before {
		content: none;
	}
	
	.services .service .service-number {
		display: none;
	}
	
	.services .service .service-item {
		background: rgb(156 39 176 / 13%);
		box-shadow: 0 0 15px 0 #9c27b040;
	}
    
    /*=========== Portfolio ============*/
    .portfolio {
        padding-top: 80px;
        padding-bottom: 80px;
    }
	
	.portfolio .filter-menu {
		margin-bottom: 55px;
	}
	
	.portfolio .portfolio-content .item {
		margin-left: 80px;
		margin-right: 80px;
	}
	
    /*=========== Our Team ============*/
	.team {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	
	.team .member {
		margin-left: 80px;
		margin-right: 80px;
	}
	
	.team .member .member-info {
		margin-bottom: 30px;
	}
	
	/*=========== Pricing ============*/
	.pricing {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	
	.pricing .pricing-plans .pricing-plan {
		margin-left: 80px;
		margin-right: 80px;
	}
    
    /*=========== Testimonials ============*/
    .testimonials {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    /*=========== Blog ============*/
    .blog {
        padding-top: 80px;
        padding-bottom: 80px;
    }
	
	.blog .post {
		margin-left: 80px;
		margin-right: 80px;
	}
    
    /*=========== Contact ============*/
    .contact {
        padding-top: 80px;
        padding-bottom: 80px;
    }
	
	.contact .contact-boxes {
		margin-top: 0;
	}
	
	.contact .contact-form {
		margin-top: 30px;
	}
	
	/*=========== Newsletter ============*/
	.newsletter .newsletter-inner {
		padding: 40px 25px;
	}
	
	.newsletter .newsletter-inner p {
		margin-bottom: 20px;
	}
	
	.newsletter .newsletter-inner .form-group {
		margin-top: 0;
	}
	
	.newsletter .newsletter-inner .form-control {
		float: none;
		width: 100%;
		margin-right: 0;
		height: 55px;
	}
	
	.newsletter .newsletter-inner .main-btn {
		float: none;
		width: auto;
		position: absolute;
		top: 50%;
		right: 18px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	/*=========== Footer ============*/
	.footer .footer-top {
		padding-bottom: 50px;
	}
	
	.footer .footer-top .footer-menu {
		margin-bottom: 30px;
	}
	
	.footer .footer-top .social-media li i {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 16px;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    
    .main-title h2 {
        font-size: 24px;
        
    }
	
	.main-title h3 {
		font-size: 15px;
    	line-height: 1.4;
	}
    
    /*=========== Home ============*/
    .home .home-content h1 {
		font-size: 35px;
		line-height: 1.3;
        text-align: center;
	}
	
    .home .home-content h5 {
        text-align: center;
    }
	.home .home-content .main-btn {
		margin-bottom: 15px;
        margin-right: 0px;
	}
	
	.shape:before,
	.shape2:before {
		bottom: -79%;
		left: 0;
	}
	
	.shape2:before {
		bottom: auto;
		left: auto;
        right: 0;
	}
    .my-btn {
        text-align: center;
        
    }
    
    /*=========== Features ============*/
	.features .feature .feature-icon .flaticon-research:before {
		padding: 14px;
		font-size: 40px;
	}
	
	.features .feature h4 {
		font-size: 20px;
	}
	
	.features .feature p {
		font-size: 15px;
	}
	
    /*=========== About Us ============*/
    .about-us .about-info p,
	.about-us .about-info .about-list li {
		font-size: 15px;
	}
    
    /*=========== Counters ============*/
	.counters .counter-inner {
        float: none;
		width: 100%;
    }
	
	.counters .counter-item {
		width: 240px;
		margin: auto;
		margin-top: 0 !important;
		margin-bottom: 100px !important;
	}
	
	.counters .counter-item.four {
		margin-bottom: 40px !important;
	}
	
	.counters .counter-item:before {
		left: 23%;
	}
    
    /*=========== Services ============*/
    .services .service h4 {
        font-size: 18px;
    }
    
   	.services .service p {
		font-size: 15px;
	}
	
    /*=========== Portfolio ============*/
	.portfolio .list-filter li {
		margin-bottom: 5px;
	}
    
    .portfolio .portfolio-content .item {
		margin-left: 0;
		margin-right: 0;
	}
	
	.portfolio .portfolio-content .item .demo-image img {
		width: 100%;
	}
	
	.portfolio .item .demo-image .overlay .item-icons i {
		font-size: 18px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	
	/*=========== Our Team ============*/
	.team .member {
		margin-left: 0;
		margin-right: 0;
	}
	
	.team .member .member-img img {
		width: 100%;
	}
	
	/*=========== Pricing ============*/
	.pricing .pricing-plans .pricing-plan {
		margin-left: 0;
		margin-right: 0;
	}
	
	/*=========== Blog ============*/
	.blog .post {
		margin-left: 0;
		margin-right: 0;
	}
	
	.blog .post .post-img img {
		width: 100%;
	}
	
	.blog .post .post-content .post-title h4 {
		font-size: 17px;
	}
	
	.blog .post .post-content .post-text p {
		font-size: 15px;
	}
	
	.blog .post .post-content .post-info li {
		font-size: 13px;
	}
	
	.blog .post .post-content .post-info li:first-of-type span {
		font-size: 14px;
	}
	
	.blog .post .post-content .post-info li {
		font-size: 13px;
	}
	
	.blog .post .post-content .post-date {
		width: 50px;
		height: 50px;
		font-size: 14px;
	}
	
	.blog .post .post-content .post-date span {
		margin-top: 8px;
	}
	
	/*=========== Contact ============*/
	.contact .contact-boxes {
		padding: 30px;
	}
	
	.contact .contact-box {
		padding-left: 0;
		padding-top: 0;
		text-align: center;
	}
	
	.contact .contact-box.three {
		padding-bottom: 0;
	}
	
	.contact .contact-box .icon-box {
		width: 65px;
		height: 65px;
		line-height: 65px;
		position: static;
		margin: auto;
		margin-bottom: 20px;
	}
	
	.contact .contact-box .icon-box i:before {
		font-size: 30px;
	}
	
	/*=========== Newsletter ============*/
	.newsletter .newsletter-inner h2 {
		font-size: 20px;
	}
	
	.newsletter .newsletter-inner p {
		font-size: 14px;
	}
	
	.newsletter .newsletter-inner .main-btn {
		position: static;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-top: 20px;
	}
	
	/*=========== Footer ============*/
	.footer .footer-top .footer-menu {
		float: none;
		width: 100%;
	}
}


.about-row {
    display: flex;
    align-items: center;
}
.services-row {
    display: flex;
    flex-wrap: wrap;
}


.about-row-parent:nth-child(odd) :nth-of-type(odd){
	flex-direction:row-reverse;
}
@media (max-width: 992px) {
    .about-row {
        flex-direction: column;    
    }
    .about-row-parent:nth-child(odd) :nth-of-type(odd){
        flex-direction:column;
        text-align: center;
    } 
    .about-image img {
        max-width: 100%;
    }

}
.logo {
    position: relative;
}

.logo svg{
    width: 60px;
    height: 130px;
    position: absolute;
    top: -37px;
}



.columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 4%;
}
.columns figure img {
    max-width: 100%;
}
.column.is-full {
    width: 100%;
    display: flex;
    justify-content: center;
}
.column.is-3-desktop {
    width: 29%;
    padding: 5px;
    margin: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}
@media (max-width: 992px)  {
    .column.is-3-desktop {
    width: 44%;
    }
}
@media (max-width: 768px) {
    .column.is-3-desktop {
        width: initial;
    }
    .columns figure img {
        width: 100%;
    }
}
.portfolioItem {
    padding: 14px 0 6px;
    padding: 20px;
    text-align: center;
}
/* .portfolioItem.car {
  background-color: #0290ee;
}
.portfolioItem.device {
  background-color: #e11586;
}
.portfolioItem.animal {
  background-color: #28a352;
} */
.buttons {
    display: inline-block;
    margin-bottom: 0;
    padding: 12px 20px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
.buttons .button {
    border: none;
    margin: 0 15px;
    background: transparent;
    font-weight: 500;
    letter-spacing: 1.1px;
    line-height: 1;
    cursor: pointer;
    color: #888;
    background: transparent;
    font-size: 14px;
}
.buttons .button:hover {
    color: #743089e8;
}
.buttons .button .active {
color: #125dab;
} 
.portfolioItem h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .4px;
    text-transform: capitalize;
    color: #3e3e3e;
}

.column {
    display: none;
  }
  
#loadLess {
display: none;
}

#loadMore,
#loadLess{
/* padding: 10px;
text-align: center;
background-    color: #337ab7;
color: #fff;
border-width: 0 1px 1px 0; */
/* border-style: solid;
border-color: #fff;
box-shadow: 0 1px 1px #ccc; */
transition: all 600ms ease-in-out;
-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
}

#loadMore:hover {
background-color: #fff;
color: #33739E;
}

.form-btn {
    margin: 0;
    width: 0;
}


.footer-logo a img {
    width: 200px;
}
.footer-row {
    display: flex;
    justify-content: center;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-tagline {
    text-align: center;
    margin-bottom: 20px;
}





.service-row {
    display: flex;
    flex-wrap: wrap;
}
.services-column {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
}
.card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
        background: linear-gradient(#ffffff 50%, #125dab 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
}
.card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #125dab;
    margin: 1em 0;
}
p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}
  .icon-wrapper {
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 3em;
    width: 3em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
background: #125dab;
border: 1px solid #125dab;
    box-shadow: 0 0 15px 0 #125dab;
  }
  .icon-wrapper img {
    width: 50px;
  }
  .card:hover {
    background-position: 0 100%;
  }
  .card:hover .icon-wrapper {
    background-color: #ffffff;
    color: #2c7bfe;
  }
  .card:hover h4 {
    color: #ffffff;
  }
  .card:hover p {
    color: #f0f0f0;
  }
  @media screen and (min-width: 768px) {
    section {
      padding: 0 2em;
    }
    .services-column {
      flex: 0 50%;
      max-width: 50%;
    }
  }
  @media screen and (min-width: 992px) {
    section {
      padding: 1em 3em;
    }
    .services-column {
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }





input[type="radio"] {
    display:none;
}
label {
    color: #888;
    background: transparent;
    font-size: 14px;
    width:24%;
    float:left;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 12px 20px;
    border-radius: 40px;
  /* background: #743089; */
    /* color: #fff; */
    text-align:center;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding:0.5%; */
    margin:0.5%;
    margin-bottom:30px;
    cursor:pointer;
}
input[type="radio"][id="blue"]:checked + label {
    background: #743089d4;
    color: #fff;
}
input[type="radio"][id="blue"]:checked ~ .red, input[type="radio"][id="blue"]:checked ~ .green {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}
input[type="radio"][id="red"]:checked + label {
    background: #743089d4;
    color: #fff;
}
input[type="radio"][id="red"]:checked ~ .blue, input[type="radio"][id="red"]:checked ~ .green {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}
input[type="radio"][id="green"]:checked + label {
    background: #743089d4;
    color: #fff;
}
input[type="radio"][id="reset"]:checked + label {
    background: #743089d4;
    color: #fff;
}
input[type="radio"][id="green"]:checked ~ .blue, input[type="radio"][id="green"]:checked ~ .red {
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

.tile {
  width:32%;
  height:50px;
  float:left;
  transition:all 1s;
  margin:0.5%;
  padding:0.5%;
  background: rgb(116 48 137 / 0%);
  border: 1px solid #7430893b;
  box-shadow: 0 0 10px 0 #74308940;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
    
}
.tile:hover {
    background: rgb(116,48,137, .05);
    border: 1px solid #74308917;
    box-shadow: 0 0 10px 0 rgba(252, 103, 101, .11);
}
.tile h4 {
    color: #777;
    text-align: center;
    font-size: 16px;
    text-wrap: balance;
    
}



.error-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background-color: #673ab7e0;
}
.error-typo {
    position: absolute;
    z-index: 9;
}
.error-page h1 {
    text-align: center;
    font-size: 200px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
}
.error-page h2 {
    font-size: 38px;
    letter-spacing: .3px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins';
}

.glowing {
    position: absolute;
    z-index: 0;
    /* position: relative; */
    min-width: 700px;
    height: 550px;
    margin: -150px;
    transform-origin: right;
    animation: colorChange 5s linear infinite;
  }
  
  .glowing:nth-child(even) {
    transform-origin: left;
  }
  
  @keyframes colorChange {
    0% {
      filter: hue-rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      filter: hue-rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .glowing span {
    position: absolute;
    top: calc(80px * var(--i));
    left: calc(80px * var(--i));
    bottom: calc(80px * var(--i));
    right: calc(80px * var(--i));
  }
  
  .glowing span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 15px;
    height: 15px;
    background: rgb(127, 27, 189);
    border-radius: 50%;
  }
  
  .glowing span:nth-child(3n + 1)::before {
    background: rgb(122, 85, 194);
    box-shadow: 0 0 20px rgb(106, 42, 179),
      0 0 40px rgba(134,255,0,1),
      0 0 60px rgb(154, 92, 240),
      0 0 80px rgb(145, 62, 228),
      0 0 0 8px rgba(129, 58, 183, 0.1);
  }
  
  .glowing span:nth-child(3n + 2)::before {
    background: rgba(255,214,0,1);
    box-shadow: 0 0 20px rgba(255,214,0,1),
      0 0 40px rgba(255,214,0,1),
      0 0 60px rgba(255,214,0,1),
      0 0 80px rgba(255,214,0,1),
      0 0 0 8px rgba(255,214,0,.1);
  }
  
  .glowing span:nth-child(3n + 3)::before {
    background: rgba(0,226,255,1);
    box-shadow: 0 0 20px rgba(0,226,255,1),
      0 0 40px rgba(0,226,255,1),
      0 0 60px rgba(0,226,255,1),
      0 0 80px rgba(0,226,255,1),
      0 0 0 8px rgba(0,226,255,.1);
  }
  
  .glowing span:nth-child(3n + 1) {
    animation: animate 10s alternate infinite;
  }
  
  .glowing span:nth-child(3n + 2) {
    animation: animate-reverse 3s alternate infinite;
  }
  
  .glowing span:nth-child(3n + 3) {
    animation: animate 8s alternate infinite; 
  }
  
  @keyframes animate {
    0% {
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-reverse {
    0% {
      transform: rotate(360deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    100% {
      transform: rotate(0deg);
    }
  }
  



@media screen and (max-width: 768px) {
    label {
        font-size: 11px;
    }
    .tile  {
        width: 32%;
    }
    .tile h4  {
        font-size: 12px;
    }
    .circle .main-title:after {
        bottom: -32px;
        left: 0%;
    }
}
@media screen and (max-width: 480px) {

    .tile h4  {
        font-size: 10px;
    } 
    label {
        font-size: 11px;
        padding: 5px 4px;
    }
}



