/*****************

Global 

*****************/

body {
	  font-size: 16px;
    color: #666666;
    background: #fff;
    font-family: 'Quicksand', sans-serif;
}

h1, h2 , h4 , h4 , h5 , h6 {
    font-family: 'Concert One', cursive;
}


.clearfix {
	  clear: both;
}

a:hover {
	  text-decoration: none;
}

li {
	  list-style: none;
}

button:hover , button:focus ,
input:focus , input:hover , textarea:focus {
	  outline: none;
    box-shadow: none;
}

canvas {
    display: block;
    vertical-align: bottom;
}


/*****************

 Loader 

 *****************/

.loader_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
}

.fond{
    position:absolute;
    padding-top:85px;
    top: 36%;
    left:50%; 
    right:0;
    bottom:0;
}

.contener_general
{
    -webkit-animation:animball_two 1s infinite;
    -moz-animation:animball_two 1s infinite;
    -ms-animation:animball_two 1s infinite;
    animation:animball_two 1s infinite;
    width:44px; height:44px;
}
.contener_mixte {
    width:44px; 
    height:44px; 
    position:absolute;
}

.ballcolor {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.ball_1, .ball_2, .ball_3, .ball_4 {
    position: absolute;
    -webkit-animation:animball_one 1s infinite ease;
    -moz-animation:animball_one 1s infinite ease;
    -ms-animation:animball_one 1s infinite ease;
    animation:animball_one 1s infinite ease;
}

.ball_1 {
    background-color:#cb2025;
    top:0; 
    left:0;
}

.ball_2 {
    background-color:#f8b334;
    top:0; 
    left:24px;
}

.ball_3{
    background-color:#00a096;
    top:24px; 
    left:0;
}

.ball_4{
    background-color:#97bf0d;
    top:24px; 
    left:24px;
}

@-webkit-keyframes animball_one{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-moz-keyframes animball_one {
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-ms-keyframes animball_one {
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}
@keyframes animball_one {
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-webkit-keyframes animball_two {
  0%{-webkit-transform:rotate(0deg) scale(1);}
  50%{-webkit-transform:rotate(360deg) scale(1.3);}
  100%{-webkit-transform:rotate(720deg) scale(1);}
}
@-moz-keyframes animball_two {
  0%{-moz-transform:rotate(0deg) scale(1);}
  50%{-moz-transform:rotate(360deg) scale(1.3);}
  100%{-moz-transform:rotate(720deg) scale(1);}
}

@-ms-keyframes animball_two {
  0%{-ms-transform:rotate(0deg) scale(1);}
  50%{-ms-transform:rotate(360deg) scale(1.3);}
  100%{-ms-transform:rotate(720deg) scale(1);}
}

@keyframes animball_two {
  0%{transform:rotate(0deg) scale(1);}
  50%{transform:rotate(360deg) scale(1.3);}
  100%{transform:rotate(720deg) scale(1);}
}


/*****************

Header 

*****************/

.header {
  	position: relative;
  	width: 100%;
  	max-height: 800px;
  	overflow: hidden;
    transition: all 0.5s ease;
    padding-bottom: 40px;
}

.header:before {
  	content: "";
  	background: #CB356B;  
  	background: -webkit-linear-gradient(to left, #BD3F32, #CB356B);  
  	background: linear-gradient(to left, #BD3F32, #CB356B);
  	position: absolute;
  	top: left;
  	left: 0;
  	width: 85%;
  	height: 100%;
}

.header:after {
  	content: "";
  	background: #642B73;
  	background: -webkit-linear-gradient(to left, #C6426E, #642B73);
  	background: linear-gradient(to left, #C6426E, #642B73);
  	position: absolute;
  	top: -20%;
  	right: -25%;
  	width: 80%;
  	transform: rotate(30deg);
  	height: 200%;
}

.header .container {
  	position: relative;
  	z-index: 9999;
    padding: 0px;
}

.on_scroll {
    background: #6A2C72;
    border-radius: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
    position: fixed;
    top: 10px;
    left: 5%;
    width: 90%;
    margin: 0 auto;
    animation: smoothScroll 1s forwards;
    z-index: 99999 !important;
}

.on_scroll img {
    width: 60%;
}

.on_scroll  .navbar-brand {
    padding: 0px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.navbar-nav {
	  text-align: right;
}

.navbar-nav a {
  	display: inline-block;
  	color: #fff;
  	font-size: 16px;
    position: relative;
}

.navbar-nav a:hover:before {
    width: 100%;
}

.navbar-nav a:before {
    content: "";
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 0.8s;
}

.word {
  	position: absolute;
  	font-size: 30em;
  	top: 40%;
  	left: 1%;
  	background: -webkit-linear-gradient(#ad5389, #3c1053);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.6;
}

.left_header {
  	width: 40%;
  	float: left;
  	text-align: right;
  	color: #fff;
  	position: relative;
  	z-index: 2;
  	margin-top: 5%;
}

.left_header h4 {
	  font-size: 90px;
}

.left_header h5 {
	  font-size: 25px;
}

.right_header {
  	width: 50%;
  	float: right;
}

.right_header img {
	  max-width: 100%;
}

.header_bg_animation {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	z-index: 0;
}

.header_bg_animation img {
	  display: block;
}

.navbar-toggler-icon i {
    color: #fff;
    margin-top: 4px;
}

.header_bg_animation .shape1 {
	  max-width: 100%;
	  opacity: 0.8;
	  -webkit-animation: shape1 5s infinite;
  	animation: shape1 5s infinite;
  	position: absolute;
  	top: 3%;
  	left: 3%;
}

.header_bg_animation .shape2 {
	  max-width: 100%;
	  opacity: 0.8;
	  -webkit-animation: shape2 5s infinite;
  	animation: shape2 5s infinite;
  	position: absolute;
  	top: 23%;
  	left: 30%;
}


.header_bg_animation .shape3 {
	  max-width: 100%;
	  opacity: 0.8;
	  -webkit-animation: shape3 5s infinite;
  	animation: shape3 5s infinite;
  	position: absolute;
  	top: 25%;
  	left: 40%;
}


.header_bg_animation .shape4 {
	max-width: 100%;
	opacity: 0.8;
	-webkit-animation: shape4 5s infinite;
  	animation: shape4 5s infinite;
  	position: absolute;
  	top: 58%;
  	left: 40%;
}


.header_bg_animation .shape5 {
	max-width: 100%;
	opacity: 0.8;
	-webkit-animation: shape5 5s infinite;
  	animation: shape5 5s infinite;
  	position: absolute;
  	top: 53%;
  	left: 28%;
}


.header_bg_animation .shape6 {
	max-width: 100%;
	opacity: 0.8;
	-webkit-animation: shape6 5s infinite;
  	animation: shape6 5s infinite;
  	position: absolute;
  	top: 40%;
  	left: 1%;
}

.header_bg_animation .shape7 {
	max-width: 100%;
	opacity: 0.8;
	-webkit-animation: shape7 5s infinite;
  	animation: shape7 5s infinite;
  	position: absolute;
  	top: 73%;
  	left: 24%;
}

.header_bg_animation .shape8 {
	max-width: 100%;
	opacity: 0.8;
	-webkit-animation: shape8 5s infinite;
  	animation: shape8 5s infinite;
  	position: absolute;
  	top: 80%;
  	left: 10%;
}

@keyframes shape1 {
  0% {
    top: 3%;
    animation-timing-function: ease-out;
  }
  25% {
    top: 6%;
    animation-timing-function: ease-in;
  }
  50% {
    left: 6%;
    animation-timing-function: ease-out;
  }
  75% {
    top: 6%;
    animation-timing-function: ease-in;
  }
  100% {
    left: 3%;
    top: 3%;
  }
}


@keyframes shape2 {
  0% {
    top: 23%;
    animation-timing-function: ease-out;
  }
  25% {
    top: 20%;
    animation-timing-function: ease-in;
  }
  50% {
    left: 29%;
    animation-timing-function: ease-out;
  }
  75% {
    top:  20%;
    animation-timing-function: ease-in;
  }
  100% {
    left: 30%;
    top: 23%;
  }
}

@keyframes shape3 {
  0% {
    top: 35%;
    animation-timing-function: ease-out;
  }
  25% {
    top: 38%;
    animation-timing-function: ease-in;
  }
  50% {
    left: 39%;
    animation-timing-function: ease-out;
  }
  75% {
    top: 38%;
    animation-timing-function: ease-in;
  }
  100% {
    left: 40%;
    top: 35%;
  }
}


@keyframes shape4 {
  0% {
    top: 58%;
    animation-timing-function: ease-out;
  }
  25% {
    top: 61%;
    animation-timing-function: ease-in;
  }
  50% {
    left: 42%;
    animation-timing-function: ease-out;
  }
  75% {
    top: 61%;
    animation-timing-function: ease-in;
  }
  100% {
    left: 40%;
    top: 58%;
  }
}

@keyframes shape5 {
  0% {
    top: 53%;
    animation-timing-function: ease-out;
  }
  25% {
    top: 49%;
    animation-timing-function: ease-in;
  }
  50% {
    left: 25%;
    animation-timing-function: ease-out;
  }
  75% {
    top: 49%;
    animation-timing-function: ease-in;
  }
  100% {
  	top: 53%;
  	left: 28%;
  }
}


@keyframes shape6 {
  0% {
    top: 40%;
    animation-timing-function: ease-out;
  }
  25% {
    top: 43%;
    animation-timing-function: ease-in;
  }
  50% {
    left: 3%;
    animation-timing-function: ease-out;
  }
  75% {
    top: 43%;
    animation-timing-function: ease-in;
  }
  100% {
  	top: 40%;
  	left: 1%;
  }
}

@keyframes shape7 {
  0% {
    top: 73%;
    animation-timing-function: ease-out;
  }
  25% {
    top: 76%;
    animation-timing-function: ease-in;
  }
  50% {
    left: 27%;
    animation-timing-function: ease-out;
  }
  75% {
    top: 76%;
    animation-timing-function: ease-in;
  }
  100% {
  	top: 73%;
  	left: 24%;
  }
}


@keyframes shape8 {
  0% {
    top: 80%;
    animation-timing-function: ease-out;
  }
  25% {
    top: 83%;
    animation-timing-function: ease-in;
  }
  50% {
    left: 7%;
    animation-timing-function: ease-out;
  }
  75% {
    top: 83%;
    animation-timing-function: ease-in;
  }
  100% {
  	top: 80%;
  	left: 10%;
  }
}

.circle_animation {
	position: absolute;
	right: -20%;
	top: 80%;
	width: 200px;
	height: 200px;
	background: -webkit-linear-gradient(to left, #642B73, #C6426E);
	background: linear-gradient(to left, #642B73, #C6426E);
	border-radius: 50%;
	z-index: 0;
}




/*************** 

About 

***************/

.circle_text {
	position: relative;
  z-index: 1;
}

.circle_text:before {
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    left: -10px;
    opacity: 0.6;
    background: linear-gradient(to left, #642B73, #C6426E);
    border-radius: 50%;
    z-index: 0;
}

.circle_text span {
	position: relative;
	z-index: 1;
}

.about {
	padding: 60px 0px;
}

.about h2 {
	text-align: center;
	font-size: 60px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
  z-index: 0;
}

.about h2:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 50px;
	height: 6px;
	background: #C33A4C;
	border-radius: 20px;
}

.about h2 span {
	color: #682C72;
}

.about h4 {
	font-size: 30px;
}

.about .about_para {
	margin-bottom: 40px;
}

.about .about_para span {
	color: #C33B4A;
}

.slogons {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.slogons i {
	width: 134px;
	height: 122px;
	display: inline-block;
    color: #fff;
    background: url(../images/icon_bg.png);
    padding: 28px 20px;
    font-size: 50px;
    text-align: center;
}

.slogons h6 {
	font-size: 28px;
	padding: 5px 0;
}

/************

Skills

************/

.skills {
	width: 100%;
	height: 100%;
	position: relative;
	background: linear-gradient(to left, #642B73, #C6426E);
	height: 700px;
  z-index: 1;
}

.skills .container {
	padding-top: 10em;
}

.skills .space_first {
	margin-top: 6em;
}

#particles-js {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-filter:blur(5px) contrast(10) saturate(0.8);
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background: rgba(255,255,255,0.5);
	height:30px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6C2D72;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:30px;
	line-height:30px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title {
	background: #C43A4D;
	color: #fff;
}

.skillbar-bar {
	height:30px;
	width:0px;
	background: #CB356B;  
	background: -webkit-linear-gradient(to left, #BD3F32, #CB356B);  
	background: linear-gradient(to left, #BD3F32, #CB356B);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	left:50%;
	top:0;
	font-size:11px;
	height:30px;
	line-height:30px;
	color:#ffffff;
}

.skills:before {
	content: "";
	background: url(../images/shape_bg_small.svg) no-repeat;
    position: absolute;
    top: -60px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 200px; 
    z-index: 1;
    transform: rotate(180deg);
}

.skills:after {
	content: "";
	background: url(../images/shape_bg_small.svg) no-repeat;
    position: absolute;
    bottom: -40px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 200px; 
    z-index: 1;
}


/**************

Services

**************/

.services {
	padding: 60px 0 20px 0;
	position: relative;
	margin-bottom: 70px;
  z-index: 0;
}

.services .container {
	position: relative;
	z-index: 1;
}

.services:after {
	content: "";
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/about_bg.svg) no-repeat;
	z-index: 0;
}

.services:before {
	content: "";
	position: absolute;
	top: 5%;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/about_bg_left.svg) no-repeat;
	z-index: 0;
}

.services h2 {
	text-align: center;
	font-size: 60px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
}

.services h2:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 50px;
	height: 6px;
	background: #C33A4C;
	border-radius: 20px;
}

.services h2 span {
	color: #682C72;
}

.services_wrap {
	text-align: center;
	margin-top: 70px;
}

.services_wrap h4 {
	margin: 10px 0;
}

.services_wrap i {
	width: 134px;
	height: 122px;
	display: inline-block;
    color: #fff;
    background: url(../images/icon_bg.png);
    padding: 28px 20px;
    font-size: 50px;
    text-align: center;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
   
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.clients_wrap {
  	width: 100%;
  	overflow: hidden;
  	position: relative;
  	padding: 80px 0 50px 0;
}

.clients_wrap .clients img {
    display: inline-block;
    text-align: center;
}

.skills a {
  	display: block;
  	text-align: center;
  	padding: 10px 10px;
  	background: #C3416E;
  	color: #fff;
  	border-radius: 40px 10px 40px 10px;
  	margin-top: 10px;
  	width: 200px;
  	margin: 0 auto;
  	transition: 0.6s;
  	-webkit-animation: skils_button 2s infinite;
  	animation: skils_button 2s infinite;
}


@keyframes skils_button {
0% {
	  background: #C3416E;
    border-radius: 40px 10px 40px 10px;
}
50% {
    border-radius: 10px 10px 10px 10px;
    background: #C63859;
}
100% {
	  background: #C3416E;
  	border-radius: 40px 10px 40px 10px;
}
}



/* Showcase Portfolio*/

.portfolio {
    position: relative;
    overflow: hidden;
}

.portfolio:after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.portfolio h2 {
  	text-align: center;
  	font-size: 60px;
  	text-transform: uppercase;
  	position: relative;
  	margin: 30px 0 70px 0;
}

.portfolio h2:before {
  	content: "";
  	position: absolute;
  	bottom: 0px;
  	width: 50px;
  	height: 6px;
  	background: #C33A4C;
  	border-radius: 20px;
}

.portfolio h2 span {
	  color: #682C72;
}

.portfolio .container {
    position: relative;
    z-index: 1;
}

.portfolio  .button_porfolio {
  	width: 100%;
  	text-align: center;
  	margin-bottom: 40px;
}

.portfolio button {
  	display: inline-block;
  	font-size: 18px;
  	padding: 15px 30px;
  	border: none;
  	background: url(../images/button_bg.png) no-repeat;
  	background-size: 100% 100%;
  	color: #fff;
  	border-radius: 20px;
  	cursor: pointer;
  	font-weight: bold;
  	transition: 0.7s;
}

.portfolio button:focus , .portfolio button:hover {
  	background: url(../images/button_active.png) no-repeat;
  	background-size: 100% 100%;
  	transition: 0.7s;
}

.portfolio .gallery_product {
	  margin-bottom: 40px;
}

.portfolio .gallery_product img {
  	width: 100%;
  	transition: 0.7s;
}

.portfolio .gallery_product img:hover {
    border-radius: 50px;
}



/**************

Testimonials

**************/


.testimonials {
    margin-top: 80px;
    padding:  0;
    position: relative;
}

.testimonials h3 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 10px 0;
    color: #fff;
}

.testimonials h2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 6px;
    background: #C33A4C;
    border-radius: 20px;
}

.testimonials h2 span {
    color: #682C72;
}

.testimonials:after {
    content: "";
    background: #6b2d73;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
}

.testimonials .container {
    position: relative;
    z-index: 1;
}

.testimonials:before {
    content: "";
    background: #C53952;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
}

.testimonials .paddingleft {
    padding-right: 0px;
}

.testimonials .overflow {
     overflow-x: hidden;
}

.testimonials img {
    width: 100%;
}

.testimonials_text p {
    color: #fff;
    padding: 1em 0 1em 2em;
    font-size: 14px;
}

.testimonials_text:before {
    content: "";
    width: 200px;
    height: 200px;
    background: #CB356B;  
    border-radius: 50%;
    background: -webkit-linear-gradient(to left, #BD3F32, #CB356B);  
    background: linear-gradient(to left, #BD3F32, #CB356B);
    position: absolute;
    right: 0px;
    top: 0px;
}

.testimonials_text:after {
    content: "";
    width: 150px;
    height: 150px;
    background: #CB356B;  
    border-radius: 50%;
    background: -webkit-linear-gradient(to left, #BD3F32, #CB356B);  
    background: linear-gradient(to left, #BD3F32, #CB356B);
    position: absolute;
    right: 80%;
    bottom: -100px;
    z-index: 0;
}

.testimonials_text .bg1 , .testimonials_text .bg2 {
    position: relative;
    z-index: 1;
}

.testimonials_text span {
    display: block;
    font-size: 20px;
    padding-top: 10px;
    text-align: right;
}

.testimonials_text strong {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

.testimonials_text .slick-dots {
    position: absolute;
    bottom: -80px;
    left: 30%;
    z-index: 1;
}

.testimonials_text .slick-dots li {
    display: inline;
}

.testimonials_text .slick-dots li button {
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    border: 2px solid transparent;
    border-bottom: 2px solid #fff;
    margin: 3px 5px;
    background: transparent;
    cursor: pointer;
    transition: 0.4s;
}

.testimonials_text .slick-dots li button:hover {
    border: 2px solid #fff;
}

.testimonials_text .slick-dots .slick-active button {
    border-top: 2px solid #fff;
    border-bottom: 2px solid transparent;
}

#couting_projects {
    background: #6B2D73;
    font-size: 23px;
    color: #fff;
    padding: 80px 0px;
    position: relative;
    text-transform: uppercase;
}


#couting_projects:after {
    content: "";
    position: absolute;
    top: -20px;
    display: block;
    left: 50%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100px;
    height: 100px; 
    z-index: 1;
    background: #6B2D73;
    transform: rotate(40deg);
    margin-left: -43px;
}

#couting_projects .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

#couting_projects .bg {
    position: relative;
    padding-top: 10px;
}

#couting_projects .bg:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 10%;
    background: url(../images/counter_number_bg.png) no-repeat;
    width: 250px;
    height: 190px;
    z-index: -1;
    opacity: 0.2;
}







/**************

Blog

**************/

.blog {
    padding: 60px 0 100px 0;
    background: #EDF1FC;
}

.blog_wrap {
    position: relative;
    background: #fff;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.blog_wrap img {
    width: 100%;
}

.blog_wrap span {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    padding: 7px 10px;
    background: rgba(107,45,115,0.8);
    color: #fff;
}

.blog_wrap .text {
    padding: 10px;
}

.blog_wrap .text a {
    color: #000;
    display: inline-block;
    text-align: right;
    font-size: 14px;
    padding: 5px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #C53952;
    transition: 0.6s;
}

.blog_wrap .text a:hover {
    border-top: 1px solid #C53952;
    border-bottom: 1px solid transparent;
}

.blog_wrap .text h4 {
    font-weight: 100;
    font-size: 22px;
    font-family: 'Quicksand', sans-serif;
}

.blog_wrap .text p {
    color: #9c9c9c;
}

.blog h2 {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 60px 0;
}

.blog h2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 6px;
    background: #C33A4C;
    border-radius: 20px;
}

.blog h2 span {
    color: #682C72;
}





/**************

Contact 

**************/

.contact {
    padding: 80px 0;
    background: #6A2C72;
    color: #fff;
}

.contact #map {
    widows: 100%;
    height: 400px;
    border-radius: 30px;
}

.contact_wrap h4 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
}

.contact_wrap input , .contact_wrap textarea {
    background: #EBEEF1;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid transparent;
    resize: none;
    transition: 0.4s;
}

.contact_wrap input:focus , .contact_wrap textarea:focus {
    box-shadow: none;
    border: 1px solid #EBEEF1;;
}

.contact_wrap button {
    border: none;
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    background: #84358e;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    width: 200px;
    transition: 0.4s;
}

.contact_wrap button i {
    transition: 0.4s;
    position: relative;
    left: 0px;
}

.contact_wrap button:hover {
    background: #C53952;
}

.contact_wrap button:hover i {
    position: relative;
    left: 10px;
}

.contact_wrap .social {
    position: absolute;
    bottom: -115px;
    right: 10%;
}

.contact_wrap .social li {
    display: inline;
    text-align: center;
    margin-right: 10px;
}

.contact_wrap .social li a {
    color: #fff;
    display: inline-block;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
}

.contact_wrap .social .fb {
    background: #004BAB;
}

.contact_wrap .social .link {
    background: #0178BC;
}

.contact_wrap .social .go {
    background: #FF3720;
}





/**************

footer

**************/

.footer {
    padding: 20px 0px;
    background: #6B2D73;
    color: #fff;
    border-top: 1px solid #84358e;
}

.footer a {
    color: #fff;
}

.footer p {
    margin-bottom: 0px;
}

.footer .marginTop {
    margin-top: 10px;
}

.footer p span {
    font-weight: 700;
}



/**************

Responsive Style

**************/

/* Tablet (portrait) ----------- */

@media (min-width: 768px) and (max-width: 990px) {

.header {
    height: 100%;
}

.header:before {
    width: 100%;
}

.navbar-nav {
    text-align: left;
}

.left_header {
    width: 100%;
}

.right_header {
    width: 100%;
}

.testimonials h3 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
}

#couting_projects .bg:before {
    left: -30px;
}

}


/* Smartphones (horizontal) ----------- */

@media screen and (min-width:500px) and (max-width:767px) {
.circle_animation  {
    display: none;
}

.header:before {
    width: 100%;
}


.header {
    height: 100%;
}

.left_header h4 {
    font-size: 30px;
}

.navbar-nav {
    text-align: left;
}

.word {
    font-size: 15em;
}

#couting_projects::after {
    z-index: 0;
}

.about aside {
    margin-bottom: 30px;
}

.skills {
    height: auto;
    padding-bottom: 10em;
}

.skills img {
    text-align: center;
}

.skills .space_first {
    margin-top: 10px;
}

.testimonials_text .slick-dots {
    position: relative;
    bottom: 0;
}

.testimonials .overflow {
    overflow: hidden;
}

.testimonials_text:before {
    right: 30px;
}

#couting_projects .bg {
    margin-bottom: 50px;
}

#couting_projects .bg::before {
    left: 30%;
    top: -23px;
    background-size: 70%;
}

.blog_wrap {
    margin-bottom: 40px;
}

.contact_wrap h4 {
    margin-top: 10px;
}

.footer {
    text-align: center;
}

.footer p {
    margin-bottom: 10px;
}

.contact_wrap {
    width: 90%;
    margin: 0 auto;
}

}

/* Smartphones (portrait) ----------- */

@media (min-width: 100px) and (max-width: 499px) {

.circle_animation  {
    display: none;
}

.header:before {
    width: 100%;
}

.header {
    height: 100%;
}

.left_header h4 {
    font-size: 30px;
}

.navbar-nav {
    text-align: left;
}

.word {
    font-size: 15em;
}

.about aside {
    margin-bottom: 30px;
}

.skills {
    height: auto;
    padding-bottom: 10em;
}

.skills img {
    text-align: center;
}

.skills .space_first {
    margin-top: 10px;
}

.testimonials_text .slick-dots {
    position: relative;
    bottom: 0;
}

.testimonials_text:before {
    right: 30px;
}

.testimonials .overflow {
    overflow: hidden;
}

#couting_projects::after {
    z-index: 0;
}

#couting_projects .bg {
    margin-bottom: 50px;
}

#couting_projects .bg::before {
    left: 18%;
    top: -23px;
    background-size: 70%;
}

.blog_wrap {
    margin-bottom: 40px;
}

.footer {
     text-align: center;
}

.contact_wrap h4 {
    margin-top: 10px;
}

.footer p {
    margin-bottom: 10px;
}

.contact_wrap {
    width: 90%;
    margin: 0 auto;
}

.on_scroll {
    width: 99%;
    left: 1%;
}

}