/*

// Table of contents //

		Body
	0.  General
	1.  Header & footer
	2.  Site heroes
	3.  Services
	4.  Portfolio
	5.  Inputs & textareas styles
	6.  Benefits styles
	7.  Pricing plans styles
	8.  Team styles
	9.  Testimonials styles
	10. clients styles
	11. Blog styles
	
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700); /* Montserrat font */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800); /* Open sans font */

/* ##### GENERAL  ##### */
*{
	outline:0;padding: 0;margin:0;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
body{
	background: #fff;
	color:#60606e;
	font-family: "Open sans", sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* ##### 00 : GENERAL  ##### */
.blue-section{
    background-color: #0e2751;
    background-image: linear-gradient(to right,#260248, #6606c0, #270249);
}
.white-section{
	background-color:#fff;
}
.light-gray-section{
	background-color: #efeff0;
}
img{width:100%;}

/*blockquote*/
blockquote.bq{
	padding: 30px;
	border-left: solid 10px #7beec7;
	font-style: italic;
	font-size: 14px;
	line-height: 30px;
	color:#999999;
	background-color: #efeff0;
}

/*links*/
a{
	color:#ffffff;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
a.link{
	position: relative;
}
a.link:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #7beec7;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
a:hover, a:focus{
	color:#60606e;
	text-decoration: none;
}
a:hover:after{
	width: 50%;
}
/*top header*/
p.top-header {
    margin: 0px 0px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    padding-right: 0px;
}
button.register {
    margin: 5px;
    background: white;
    padding: 0px 10px;
    color: black;
    border: none;
    border-radius: 5px;
	font-weight: 600;
}
section.top-header {
    background: linear-gradient(90deg, #E36467, #9298E5);
}

/*texts*/
.heading-text{color: #6C3CE6;font-size: 36px;line-height: 46px;text-align: center; font-weight: 700}
.open-sans-text{font-family: "Open sans", sans-serif}
.white-text{color:white;}
.green-text{color:#7beec7;}
.gray-text{color:#999999;}

.uppercase{text-transform: uppercase;}
.italic{font-style: italic;}
p{
	font-family: "Open sans", sans-serif;
	color:#ffffff;
	line-height: 30px;
}
ul.social-icons li a:hover{
	color:#7beec7;
}
/*section's title*/
.section-title{
	width: 50%;
	margin: 0 auto 100px;
	text-align: center;
}
.section-title span{
	position: relative;
	z-index: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	color:#60606e;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.section-title span:after{
	content: "";
	background-color: #7beec7;
	position: absolute;
	top:20px;
	left:0;
	z-index: -1;
	width: 60px;
	height: 20px;
}
.section-title p{
	line-height: 24px;
	color:#60606e;
}
.col-md-4.col-sm-4.col-xs-6.icons ,.col-md-3.col-sm-4.col-xs-6.icons{
    text-align: center;
}

.benefits_1_single.Testimonials{
		color: #47525E;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
		
	  }
.row.testimonials {
		display: flex;
		background: #C5E8FF;
		align-items: center;
		padding: 10px 0px;
		margin-top: 10px;
		min-height: 65px;
	}

@media (max-width: 991px) {
	.section-title{
		margin : 0 auto 50px;
	}
	.section-title span:after{
		left:50%;
		-webkit-transform:translateX(-50%);
		    -ms-transform:translateX(-50%);
		        transform:translateX(-50%);
	}
}


/*lists*/
/*list 1*/
ul.list li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
ul.list li:last-child{margin-bottom: 0}
ul.list li:before{
	font-family: "Ionicons";
	content: '\f374';
	position: absolute;
	left: 0;
	color:#7beec7;
}
/*list 2*/
ul.list_2 li{
	list-style: none;
	float: left;
	width: 100%;
}
ul.list_2 li a{
	display: inline-block;
	padding: 20px;
	border-bottom: solid 1px #bfbfbf;
	width: 100%;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
ul.list_2 li:first-child a{border-top:solid 1px #bfbfbf;}
ul.list_2 li a > span{
	float: right;
}
ul.list_2 li a:hover{border-bottom: solid 1px #7beec7;}
/*list 3 (tags)*/
ul.tags{
	float: left;
}
ul.tags li{
	list-style: none;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
ul.tags li a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color:#999999;
	background-color: #e5e5e5;
	padding: 0 15px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
ul.tags li a:hover{
	background-color: #f2f2f2;
	color:#60606e;
}

/*social icons*/
ul.social-icons li{
	list-style: none;
	float: left;
	margin: 0 10px;
}
ul.social-icons li:first-child{margin:0 10px 0 0;}
ul.social-icons li:last-child{margin:0 0 0 10px;}
ul.social-icons li a{
	color:#999999;
	font-size: 18px;
}

/*buttons*/
.btn{
	height: 50px;
	line-height: 50px;
	min-width: 150px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-radius:0;
	padding: 0;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.btn:hover{
	-webkit-transform:scale(1.01);
	    -ms-transform:scale(1.01);
	        transform:scale(1.01);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	        box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.btn.blue{
	color:#fff;
	background-color: #6C3CE6;
	border-radius: 5px;
	width: auto;
	height: auto;
}

.btn.blue.head {
    margin: 10px;
    color: #fff;
    background-color: #6C3CE6;
    border-radius: 5px;
    width: auto;
    height: 54px;
}
.btn.white{
	background-color: #fff;
	color:#7beec7;
}
@media (max-width: 991px) {
	.btn{
		margin: 20px 0;
	}
}


/*tab menu*/
.tab{
	overflow: hidden;
	float: left;
}
.tab nav{
	width: 100%;
	display: inline-block;
	float: left;
	border-bottom: solid 2px #e6e6e6;
	margin-bottom: 30px;
	position: relative;
}
.tab nav .bottom-line{
	height: 2px;
	background-color: #7beec7;
	position: absolute;
	bottom: -2px;
	left: 0;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
.tab nav a{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px 20px;
	color:#999999;
	display: inline-block;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
	position: relative;
}
.tab nav a.current{color:#60606e;}
.tab .tab_single{display: none;}
.tab .tab_single.shown{display: block;}
.container.row.header {display: inline-flex;}

/* ##### 01 : HEADER & FOOTER  ##### */
/*header*/
header.main-header {
    height: auto;
    width: 100%;
    position: sticky;
    background: white;
    top: 0;
    left: 0;
    z-index: 9;
}
/*logo*/
header.main-header .logo{
	float: left;
    height: 75px;
    line-height: 65px;
	width: auto;
}

.menu{float: right;}

/*desktop nav*/
nav.desktop-nav{float: left;}
nav.desktop-nav li{list-style: none;}
nav.desktop-nav ul.first-level > li{
	float: left;
	margin-right: 20px;
	position: relative;
}
nav.desktop-nav ul.first-level > li:last-child{margin-right: 0}
nav.desktop-nav ul.first-level > li > a{
	display: inline-block;
	line-height: 100px;
	position: relative;
	-webkit-transition:none;
	transition : none;
}
nav.desktop-nav ul.first-level > li > a:after{
	content: "";
	position: absolute;
	top: 50px;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: #60606e;
	opacity: 0;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
nav.desktop-nav ul.first-level > li:hover > a:after{
	top:35px;
	opacity: 1;
}
nav.desktop-nav ul.first-level > li a{
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
}


nav.desktop-nav ul.first-level > li > ul.second-level{
	display: none;
	z-index: 999;
	position: absolute;
	top: 70px;
	left: 0;
	min-width: 200px;
	background-color: #60606e;
}
nav.desktop-nav ul.first-level > li:last-child > ul.second-level{
	left: auto;
	right: 0;
}
nav.desktop-nav ul.first-level > li > ul.second-level > li > a{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color:#fff;
}
nav.desktop-nav ul.first-level > li > ul.second-level > li:nth-child(even) > a{
	background-color: #585866;
}
nav.desktop-nav ul.first-level > li > ul.second-level > li > a:hover{
	background-color: #404051;
}
@media (max-width: 991px) {
	.menu nav.desktop-nav{display: none;}
}

/*mobile nav*/
nav.mobile-nav{
	display: inline-block;
	min-width: 300px;
	background-color: #60606e;
	position: absolute;
	right: 0;
	top:100px;
	display: none;
}
nav.mobile-nav > ul.first-level li{
	list-style: none;
}
nav.mobile-nav > ul.first-level > li a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:white;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}
nav.mobile-nav > ul.first-level > li a:hover{
	background-color: #404051;
}
nav.mobile-nav > ul.first-level > li > ul.second-level{
	display: none;
	background-color: #50505f;
}

/*menu icon*/
header.main-header .menu-icon{
	float:left;
	cursor: pointer;
	margin-top: 41.5px; /* (100 - 17) / 2 (17px is the icon's height) */
	display:none;
}
header.main-header .menu-icon .line{
	height: 1px;
	width: 30px;
	background-color: #60606e;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
header.main-header .menu-icon .line:nth-child(2){
	margin: 7px 0;
	width: 15px;
}
header.main-header .menu-icon .line:last-child{width: 20px;}
@media (max-width: 991px) {
	header.main-header .menu-icon{display: block;}
}



/*footer*/
footer.main-footer{
	padding: 50px 0;
}
footer.main-footer nav.footer-nav ul{
	padding: 0;
	margin: 0;
}
footer.main-footer nav.footer-nav ul li{
	list-style: none;
	float: left;
	margin: 0 20px;
	padding: 0;
}
footer.main-footer nav.footer-nav ul li:first-child{margin:0 20px 0 0;}
footer.main-footer nav.footer-nav ul li a{
	text-transform: uppercase;
	color:#9a9a9a;
}
@media (max-width: 991px) {
	footer.main-footer *{
		text-align: center;
	}
	footer.main-footer ul.social-icons{float: left;width: 100%;text-align: center;}
	footer.main-footer ul.social-icons li{margin:0;width: -webkit-calc(100% / 6);width: calc(100% / 6)}
	footer.main-footer nav.footer-nav ul li{
		text-align: center;
		width: 100%;
	}
	footer.main-footer nav.footer-nav ul li, footer.main-footer nav.footer-nav ul li:first-child{
		margin-left:0;
		margin-bottom: 20px;
	}
}

/* ##### 02 : SITE HEROS  ##### */
/*site hero 1 */
.site-hero{
	height:auto;
	width: 100%;
	background: #fff url("../img/site-hero.jpg") no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.site-hero ul.slides{
	height: 450px; /* 850 - 400 */
	width: 100%;
	position: absolute;
	top:100px;
}
.site-hero ul.slides li{
	opacity: 0;
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	    -ms-transform:translate(-50%, -50%);
	        transform:translate(-50%, -50%);
}
.site-hero .small-title{
	color:#60606e;
	padding: 7px 12px;
	background-color: #7beec7;
	display: inline-block;
}
.site-hero .big-title{
	font-size: 48px;
	color:#60606e;
	padding: 10px 40px;
	border:solid 10px #60606e;
	display: inline-block;
	margin-bottom: 30px;
}

/*site hero 2 */
.site-hero_2{
	background: url("../img/site-hero2.jpg") no-repeat;
	background-size: cover;
	height: 500px;
	width: 100%;
	position: relative;
}
.site-hero_2 .page-title{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	    -ms-transform:translate(-50%, -50%);
	        transform:translate(-50%, -50%);
	text-align: center;
}
.site-hero_2 .page-title .big-title{font-size: 36px;}
.site-hero_2 .page-title .small-title{font-size: 14px;}


.agency{
	width: 100%;
	height: auto;
	float: left;
	margin-top: -300px;
}
.agency img{
	max-height: 400px;
}
.agency p{
	color:#60606e;
}
.agency .section-title{
	text-align:left;
	width:100%;
	margin: 0 auto 30px;
}
@media (max-width: 991px) {
	.site-hero ul.slides{height: 750px;}
	.agency{margin-top: 30px;}
	.agency img{margin-bottom: 30px;}
	.agency .section-title{margin: 0 auto;text-align: center;}
	.agency p{text-align: center;}
}


/* ##### 03 : SERVICES  ##### */
.services .services-left i.icon{
	display: block;
	font-size: 36px;
}
.services .services-left .service-title{
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
}
.services .services-left ul li{
	list-style: none;
	text-transform: uppercase;
	line-height: 30px;
	color:#999999;
}
@media (max-width: 991px) {
	.services .services-left{text-align: center;margin-bottom: 50px;}
}

/*single project*/
.project_images{float:left;}
.related_icons {width: 100%;float: left;display: flex;gap:40px;}
@media (max-width: 991px) {
	.related_projects img{margin-bottom: 30px}
}





/* ##### 05 : INPUTS & TEXTAREAS STYLES  ##### */
/*textarea 1*/
.textarea_1{
	height: 200px;
	width: 100%;
	border:solid 1px rgba(0,0,0,.1);
	position: relative;
}
.textarea_1 textarea{
	height: 100%;
	width: 100%;
	border:0;
	padding: 20px;
	background-color: transparent;
	float: left;
	z-index: 2;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color:#9a9a9a;
}
.textarea_1 > span{
	position: absolute;
	top:20px;
	left: 20px;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color:#cdcdcd;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	z-index: 1;
}
/*input 1*/
.input_1{
	height: 50px;
	width: 100%;
	border:solid 1px rgba(0,0,0,.1);
	position: relative;
}
.input_1 input[type="text"]{
	height: 100%;
	width: 100%;
	border:0;
	padding: 0 20px;
	float: left;
	position: relative;
	background-color: transparent;
	z-index: 2;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color:#9a9a9a;
}
.input_1 > span{
	position: absolute;
	top:50%;
	left: 20px;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color:#cdcdcd;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	z-index: 1;
}
.input_1 > span.active,.textarea_1 > span.active{
	color:#7beec7;
	font-size: 10px;
	top:0px;
	left: 5px;
	background-color: #fff;
	padding: 5px
}
/*input 2*/
.input_2{
	width: 100%;
	height: 40px;
	background-color: #ececec;
	position: relative;
}
.input_2 > input{
	height: 100%;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	border:0;
	background-color: transparent;
	padding: 0 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
}
.input_2 > button{
	height: 100%;
	width: 40px;
	border:0;
	background-color: transparent;
}
.input_2 > input:focus{
	background-color: #f2f2f2;
}

/* ##### 06 : BENEFITS STYLES  ##### */
/*benefits 1*/
.benefits_1_single{
	width: 100%;
	text-align: center;
}
.benefits_1_single > i{
	display: inline-block;
	font-size: 60px;
	position: relative;
}
.benefits_1_single > .title{
	font-size: 18px;
}

/*benefits 2 */
.benefits_2_single{margin-bottom: 30px;}
.benefits_2_single:nth-last-child(-n+3){margin-bottom: 30px;}
.benefits_2_single > i{
	display: inline-block;
	background-color: #7beec7;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color:white;
	font-size: 30px;
	margin-right: 20px;
}
.benefits_2_single > .title{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color:#60606e;
}


/* ##### 07 : additional css  ##### */
ul#menu-footer_company {
    list-style: none;
}
.footer-logo {
    width: 215px;
}
.benefits_1_single.tab > .title {
    font-size: 30px;
    color: #051441;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
}
.benefits_1_single.makesus > img {
    width: 30%;
	margin: 20px;
}
.benefits_1_single.tab {
    border-radius: 10px;
    box-shadow:0px 2px 7px 0px rgb(12 0 46 / 10%);
    padding: 20px 0px;
}
.benefits_1_single.tab > img {
    width: 65px !important;
}
.title.tabs {
    font-size: 20px;
    color: #6C3CE6;
    font-weight: 600;
    line-height: 45px;
}
.container.footer {
	width: 100%;
    padding: 35px 50px;
    background-color: #f5f5fa;
    background-image: linear-gradient(to right,#260248, #6606c0, #270249);
    
    margin-top: 20px;
}
ul#menu-footer_company {
    line-height: 30px;
    list-style: none;
    margin-top: 10px;
}   
.ftr {
    display: flex;
    justify-content: flex-start;
}
img.partner-footer {
    width: 160%;
}
h3.footer.title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}
h4.footer.title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
p.about {
    margin-top: 10px;
    font-size: 14px;
    font-size: 16px;
    line-height: 30px;
    width: 270px;
    text-align: left;
}
.test {
    border: #C5E8FF 2px solid;
}
h1.white-text.heading-text{
    font-size: 45px;
    display: block;
    padding-right: 100px;
    line-height: 60px;
    margin-bottom: 50px;
    text-align: left;
}
.brands>img {
    width: 50%;
} 
.brand {
    width: 120px;
    margin: 20px;
}
.related_brands{
width: 100%;
float: left;
display: flex;
gap: 5px;
}
ul.hero-points {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
p.hero-p {
    margin: 40px 0px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
    padding-right: 20%;
}
.row.related_brands {
    text-align-last: center;
}
p.testimonial-p {
    min-height: 265px;
}
.container.footer>.row {
    padding: 0px 8%;
}
@media(max-width:768px){
	.related_icons.testimonials {
		display: flex;
		flex-wrap: wrap;
	}
	.related_icons {
		width: 100%;
		float: left;
		display: flex;
		flex-wrap: wrap;
	}
	p.hero-p {
    text-align: center;
    padding-right: 0%;
}
h1.white-text.heading-text {
    font-size: 28px;
    padding-right: 0px;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.related_brands {
    width: 100%;
    float: left;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}
.container.footer>.row {
    padding: 0px 0px;
}
}
h2.tagline {
    color: #eee;
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
}

@media (max-width: 768px){
h2.tagline {
    font-size: 5px;
    color: #eee;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}
}
.btn-primary {
    background-image: linear-gradient(90deg, #6C3CE6 0%, #A04FF1 100%) !important;
}
.btn-primary:hover {
    background: linear-gradient(270deg, #6C3CE6 0%, #A04FF1 100%) !important;
}
