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

 Global 

*****************/
body {
	font-size: 14px;
    color: #666666;
    background: #fff;
    font-family: 'Nunito', sans-serif;
}

h1,   h2 ,  h4 ,  h4 ,  h5 ,  h6 {
    font-family: 'Dosis', sans-serif;
}


.clearfix {
	clear: both;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

button:hover , button:focus {
	outline: none;
}



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

 Loader 

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

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

.loader {
	position: absolute;
  	top: 50%;
  	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 2000px;
	perspective: 2000px;
	-webkit-transform: rotateX(-30deg) rotateY(-45deg);
	transform: rotateX(-30deg) rotateY(-45deg);
}

.holder {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0em, 3em, 1.5em);
	transform: translate3d(0em, 3em, 1.5em);
}

.holder:last-child {
    -webkit-transform: rotateY(-90deg) rotateX(90deg) translate3d(0, 3em, 1.5em);
    transform: rotateY(-90deg) rotateX(90deg) translate3d(0, 3em, 1.5em);
}

.holder:first-child {
    -webkit-transform: rotateZ(-90deg) rotateX(-90deg) translate3d(0, 3em, 1.5em);
    transform: rotateZ(-90deg) rotateX(-90deg) translate3d(0, 3em, 1.5em);
}

.holder:nth-child(1) .box {
	background-color: #1FBCD3;
}

.holder:nth-child(1) .box:before {
  	background-color: #126d7a;
}

.holder:nth-child(1) .box:after {
  	background-color: #1894a7;
}

.holder:nth-child(2) .box {
  	background-color: #CBE2B4;
}

.holder:nth-child(2) .box:before {
  	background-color: #98c66a;
}

.holder:nth-child(2) .box:after {
  	background-color: #b2d48f;
}

.holder:nth-child(3) .box {
  	background-color: #F6B6CA;
}

.holder:nth-child(3) .box:before {
  	background-color: #eb5b88;
}

.holder:nth-child(3) .box:after {
  	background-color: #f089a9;
}

.box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: ani-box 6s infinite;
	animation: ani-box 6s infinite;
	width: 3em;
	height: 3em;
}

.box:before, .box:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
}

.box:before {
	left: 100%;
	bottom: 0;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.box:after {
	left: 0;
	bottom: 100%;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

@-webkit-keyframes ani-box {
  8.33% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleZ(2);
            transform: translate3d(-50%, -50%, 0) scaleZ(2);
  }
  16.7% {
    -webkit-transform: translate3d(-50%, -50%, -3em) scaleZ(1);
            transform: translate3d(-50%, -50%, -3em) scaleZ(1);
  }
  25% {
    -webkit-transform: translate3d(-50%, -100%, -3em) scaleY(2);
            transform: translate3d(-50%, -100%, -3em) scaleY(2);
  }
  33.3% {
    -webkit-transform: translate3d(-50%, -150%, -3em) scaleY(1);
            transform: translate3d(-50%, -150%, -3em) scaleY(1);
  }
  41.7% {
    -webkit-transform: translate3d(-100%, -150%, -3em) scaleX(2);
            transform: translate3d(-100%, -150%, -3em) scaleX(2);
  }
  50% {
    -webkit-transform: translate3d(-150%, -150%, -3em) scaleX(1);
            transform: translate3d(-150%, -150%, -3em) scaleX(1);
  }
  58.3% {
    -webkit-transform: translate3d(-150%, -150%, 0) scaleZ(2);
            transform: translate3d(-150%, -150%, 0) scaleZ(2);
  }
  66.7% {
    -webkit-transform: translate3d(-150%, -150%, 0) scaleZ(1);
            transform: translate3d(-150%, -150%, 0) scaleZ(1);
  }
  75% {
    -webkit-transform: translate3d(-150%, -100%, 0) scaleY(2);
            transform: translate3d(-150%, -100%, 0) scaleY(2);
  }
  83.3% {
    -webkit-transform: translate3d(-150%, -50%, 0) scaleY(1);
            transform: translate3d(-150%, -50%, 0) scaleY(1);
  }
  91.7% {
    -webkit-transform: translate3d(-100%, -50%, 0) scaleX(2);
            transform: translate3d(-100%, -50%, 0) scaleX(2);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleX(1);
            transform: translate3d(-50%, -50%, 0) scaleX(1);
  }
}

@keyframes ani-box {
  8.33% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleZ(2);
            transform: translate3d(-50%, -50%, 0) scaleZ(2);
  }
  16.7% {
    -webkit-transform: translate3d(-50%, -50%, -3em) scaleZ(1);
            transform: translate3d(-50%, -50%, -3em) scaleZ(1);
  }
  25% {
    -webkit-transform: translate3d(-50%, -100%, -3em) scaleY(2);
            transform: translate3d(-50%, -100%, -3em) scaleY(2);
  }
  33.3% {
    -webkit-transform: translate3d(-50%, -150%, -3em) scaleY(1);
            transform: translate3d(-50%, -150%, -3em) scaleY(1);
  }
  41.7% {
    -webkit-transform: translate3d(-100%, -150%, -3em) scaleX(2);
            transform: translate3d(-100%, -150%, -3em) scaleX(2);
  }
  50% {
    -webkit-transform: translate3d(-150%, -150%, -3em) scaleX(1);
            transform: translate3d(-150%, -150%, -3em) scaleX(1);
  }
  58.3% {
    -webkit-transform: translate3d(-150%, -150%, 0) scaleZ(2);
            transform: translate3d(-150%, -150%, 0) scaleZ(2);
  }
  66.7% {
    -webkit-transform: translate3d(-150%, -150%, 0) scaleZ(1);
            transform: translate3d(-150%, -150%, 0) scaleZ(1);
  }
  75% {
    -webkit-transform: translate3d(-150%, -100%, 0) scaleY(2);
            transform: translate3d(-150%, -100%, 0) scaleY(2);
  }
  83.3% {
    -webkit-transform: translate3d(-150%, -50%, 0) scaleY(1);
            transform: translate3d(-150%, -50%, 0) scaleY(1);
  }
  91.7% {
    -webkit-transform: translate3d(-100%, -50%, 0) scaleX(2);
            transform: translate3d(-100%, -50%, 0) scaleX(2);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleX(1);
            transform: translate3d(-50%, -50%, 0) scaleX(1);
  }
}


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

 Header 

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

.top_info {
	width: 100%;
	padding: 10px 0;
	background: #F2F2F2;
	color: #000;
	font-size: 16px;
}

.top_info p {
	margin-top: 5px;
}

.top_info p , .top_info ul{
	margin-bottom: 0px;
}

.top_info p i {
	font-size: 14px;
}

.top_info p a {
	padding-left: 40px;
	display: inline-block;
	color: #000;
}

.top_info ul {
	text-align: right;
}

.top_info ul li {
    display: inline;
    text-align: center;
}

.top_info ul li a {
	background: #666666;
	color: #fff;
	padding: 4px 7px;
	border-radius: 50%;
	width: 30px;
	display: inline-block;
	height: 30px;
	transition: 0.4s;
}

.top_info ul li a:hover {
   background: #000;
}

.header {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.header .navbar {
	background: #fff;
    -moz-box-shadow: 0 0 5px #dfdfdf;
	-webkit-box-shadow: 0 0 5px #dfdfdf;
	box-shadow: 0 0 5px #dfdfdf;
	transition: 0.9s;
}

.header .fixed-top {
	transition: 0.9s;
}

.header .navbar .navbar-brand {
	font-size: 35px;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	color: #5e005e;
}

.header .navbar .navbar-brand i {
	font-size: 30px;
}

.header .navbar .navbar-nav  li a , .header .navbar .navbar-nav  li a:hover , .header .navbar .navbar-nav  li a:active{
	color: #000;
	font-size: 18px;
	padding: 5px 15px;
	position: relative;
}

.header {
	position: relative;
	height: 100vh;
}


.header .slider_text {
	position: absolute;
	top: 40%;
	left: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 2;
}

.header .slider_text div {
	width: 50%;
	margin:0 auto;
}

.header .slider_text h3 {
	font-size: 80px;
	font-family: 'Dosis', sans-serif;
}

.header .slider_text p {
	font-size: 30px;
}

.header .sy-box {
   position: relative;
}

.header .sy-next a , .header .sy-prev a  {
	color: #fff;
	font-size: 0px;
	text-indent: -9999px;
}

.header .sy-controls li a:link, .sy-controls li a:visited {
	opacity: 1;
}

.header .sy-prev a::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-size: 30px;
    content: "\f0d9";
    color: #fff;
    background: transparent;
    padding: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
    transition: 0.6s;
}

.header .sy-next a::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-size: 30px;
    content: "\f0da";
    color: #fff;
    background: transparent;
    padding: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 10px;
    transition: 0.6s;
}

.header .navbar-nav a {
	transition: 0.3s;
    transform: rotate(0deg);
}

.header .navbar-nav a:hover , .header .navbar-nav a:focus {
    color: #5e005e !important;
    transform: rotate(-8deg);
}

.header .navbar-light .navbar-toggler {
	border-color: #5e005e;
}

.header .navbar-toggler i {
    color: #5e005e;
}


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

 About Us 

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

.about1x {
	padding: 80px 0;
}

.about1x .about_text {
	text-align: center;
}

.about1x .about_3x_media {
	position: relative;
	transition: 0.6s;
	overflow: hidden;
	margin-bottom: 20px;
}

.about1x .about_text h2 {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about1x .about_text h2 span {
	color: #5e005e;
}

.about1x .about_text p {
	font-size: 18px;
	line-height: 26px;
	padding: 20px 0;
}

.about1x .about_3x_media .about_3x_text {
	position: absolute;
	bottom: 10px;
	right: 30px;
}

.about1x .about_3x_media .about_3x_text h4 {
	padding: 10px;
	color: #fff;
	border: 2px solid #fff;
	transition: 0.6s;
}

.about1x .about_3x_media img {
    width: 100%;
}

.about1x .about_3x_media:hover .about_3x_text h4 {
	font-size: 30px;
}

.about1x .about_3x_media:before {
	content: "";
	position: absolute;
	bottom: -120%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(94,0,94,0.6);
	transition: 0.6s;
}

.about1x .about_3x_media:hover:before {
    bottom:0;
}

.about1x .services3x {
	padding: 20px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	-moz-box-shadow: 0 0 5px 5px #f9f9f9;
	-webkit-box-shadow: 0 0 5px 5px #f9f9f9;
	box-shadow: 0 0 5px 5px #f9f9f9;
	position: relative;
	overflow: hidden;
}

.about1x .services3x i {
	font-size: 40px;
	transition: 0.1s;
	color: #5e005e;
	transition: 1s;
	position: relative;
	z-index: 1;
}

.about1x .services3x h4 {
	padding: 20px 0 10px 0;
	color: #000;
	transition: 1s;
	position: relative;
	z-index: 1;
}

.about1x .services3x p {
	font-size: 16px;
	position: relative;
	transition: 1s;
	z-index: 1;
}

.about1x .services3x {
	border-bottom: 5px solid #5e005e;
}

.about1x .services3x:before {
	content: "";
	position: absolute;
	bottom: -120%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #5e005e;
	transition: 0.6s;
	z-index: 0;
}

.about1x .services3x:hover:before {
    bottom:0;
}

.about1x .services3x:hover h4 , .about1x .services3x:hover i , .about1x .services3x:hover p {
	color: #fff;
}

.about1x_bg {
	padding: 60px 0;
	background: url(../images/about1x_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.about1x_bg h2 {
	font-size: 40px;
    text-transform: uppercase;
}

.about1x_bg p {
	font-size: 16px;
	padding: 10px 0;
}

.about1x_bg a {
	border: 2px solid transparent;
	font-size: 18px;
	color: #fff;
	background: #5e005e;
	padding: 10px 20px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	transition: 0.4s;
}

.about1x_bg a:hover {

	border: 2px solid #5e005e;
	background: transparent;
}

.about1x_what {
	padding: 60px 0;
}

.about1x_what h2 {
	font-size: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.about1x_what h2 span {
	color: #5e005e;
}

.about1x_what .about1x_what_small {
	font-size: 16px;
	text-align: center;
	padding: 20px 0 40px 0;
}

.about1x_what .what_we_do_img {
	width: 100%;
}

.about1x_what .what_we_do_list_left {
    font-size: 16px;
    text-align: right;
    font-weight: normal;
    margin: 40px 0;
}

.about1x_what .what_we_do_list_left i {
    font-size: 30px;
}

.about1x_what .what_we_do_list_left .col1 {
    color: #f1df16;
}

.about1x_what .what_we_do_list_left .col2 {
    color: #13feeb;
}

.about1x_what .what_we_do_list_left .col3 {
    color: #5bf35e;
}

.about1x_what .what_we_do_list_left .col4 {
    color: #ffba14;
}

.about1x_what .what_we_do_list_right {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    margin: 40px 0;
}

.about1x_what .what_we_do_list_right i {
    font-size: 30px;
}

.about1x_what .what_we_do_list_right .col1 {
    color: #ff1461;
}

.about1x_what .what_we_do_list_right .col2 {
    color: #f27b08;
}

.about1x_what .what_we_do_list_right .col3 {
    color: #a200ff;
}

.about1x_what .what_we_do_list_right .col4 {
    color: #0cff00;
}

.counter_about_bg {
    overflow: hidden;
    position: relative;
    color: #fff;
    clear: both;
    padding: 60px 0;
    text-align: center;
}

.counter_about_bg #myVideo {
	width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%; 
    min-height: 100%;
}

.counter_about_bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(94,0,94,0.8);
	transition: 0.6s;
	z-index: 1;
}

.counter_about_bg .before_after:before {
	content: "";
	position: absolute;
	top: -200px;
	left: -200px;
	width: 300px;
	height: 400px;
	background: #fff;
	z-index: 3;
	transform: rotate(40deg);
}

.counter_about_bg .before_after:after {
	content: "";
	position: absolute;
	bottom: -200px;
	right: -200px;
	width: 300px;
	height: 400px;
	background: #fff;
	z-index: 3;
	transform: rotate(40deg);
}

.counter_about_bg .container {
	position: relative;
	z-index: 2;
}

.counter_about_bg .container i {
	font-size: 40px;
}

.counter_about_bg .container .counter-value {
	font-size: 30px;
	padding: 10px 0 0 0;
}

.counter_about_bg .container p {
	font-size: 27px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.about2x {
	padding: 60px 0;
}

.about2x img {
	width: 100%;
}

.about2x h2 {
	font-size: 40px;
    color: #000;
    text-transform: uppercase;
}

.about2x h2 span {
    color: #5e005e;
}

.about2x p {
    margin-bottom: 50px;
    font-size: 16px;
}

.about2x .skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	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;
}

.about2x .skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-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;
}

.about2x .skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-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;
}

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

.about2x .skillbar-bar {
	height:35px;
	width:0px;
	background:#5e005e;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

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



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


Portfolio 


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

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.button_porfolio .filter-button {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    background: none;
    position: relative;
    border: none;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.4s;
    z-index: 1;
}

.button_porfolio .filter-button span {
	color: #C9283E;
	font-size: 12px;
	position: relative;
	bottom: 4px;
	font-weight: bold;
}

.button_porfolio .filter-button:before {
	content: "";
    margin-top: 30px;
	border: 1px solid #C9283E;
	position: absolute;
	width: 0%;
	opacity: 0;
	transition: 0.9s;
	z-index: 0;
}

.button_porfolio .filter-button:hover:before , .button_porfolio .filter-button:focus:before {
	content: "";
	width: 80%;
	opacity: 1;
}

.btn-default:active .button_porfolio .filter-button:active{
    background-color: #42B32F;
    color: white;
}

.port-image{
    width: 100%;
}

.gallery_product{
    margin-bottom: 30px;
    overflow: hidden;
}

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

.gallery_product img:hover {
	transform: scale(1.2);
}

.gallery_product:hover .portfolio_link {
    top: 40%;
    opacity: 1;
}

.view_all_wrap {
	text-align: center;
	margin-top: 20px;
}

.draw-border {
	box-shadow: inset 0 0 0 4px #c9283e;
	color: #c9283e;
	transition: color 0.25s 0.0833333333s;
	position: relative;
}

.draw-border::before, .draw-border::after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	pointer-events: none;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	right: 0;
}

.draw-border::before {
  	border-bottom-width: 4px;
  	border-left-width: 4px;
}

.draw-border::after {
  	border-top-width: 4px;
 	border-right-width: 4px;
}

.draw-border:hover {
  	color: #690917;
}

.draw-border:hover::before, .draw-border:hover::after {
	border-color: #690917;
	transition: border-color 0s, width 0.25s, height 0.25s;
	width: 100%;
	height: 100%;
}

.draw-border:hover::before {
  	transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  	transition-delay: 0s, 0.25s, 0s;
}

.view_all {
	background: none;
	border: none;
	cursor: pointer;
	line-height: 1.5;
	padding: 10px 20px;
	display: inline-block;
    color: #c9283e;
    font-weight: bold;
    font-size: 20px;
    transition: 0.8s;
}

.view_all:focus {
  	outline: 2px dotted #55d7dc;
}


.portfolio_creative h2 {
	text-align: center;
	font-size: 40px;
    color: #000;
    text-transform: uppercase;
}

.portfolio_creative h2 span {
    color: #5e005e;
}

.portfolio_creative {
	padding: 60px 0;
}

.portfolio_creative .button_porfolio_creative {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.portfolio_creative .button_porfolio_creative button {
	border: none;
	background: none;
	color: #000;
	font-size: 18px;
	cursor: pointer;
	transition: 0.7s;
	padding: 5px 10px;
}

.portfolio_creative .button_porfolio_creative button span {
	color: #5e005e;
	font-size: 12px;
	position: relative;
	bottom: 5px;
	transition: 0.7s;
	font-weight: bold;
}

.portfolio_creative .button_porfolio_creative button:hover  , .portfolio_creative .button_porfolio_creative button:focus {
	background: #5e005e;
	color: #fff;
	border-radius: 7px;
}

.portfolio_creative .button_porfolio_creative button:hover span , .portfolio_creative .button_porfolio_creative button:focus span {
	color: #fff;
}


.portfolio_creative .portfolio_link {
	position: absolute;
	background: rgba(94,0,94,0.7);
	color: #fff;
	width: 80%;
	opacity: 0;
	height: 80%;
	top: 0%;
	left: 10%;
	padding: 20px;
	transition: 0.7s;
}

.portfolio_creative .gallery_product:hover .portfolio_link {
    top: 10%;
    opacity: 1;
}

.porfolio_text .services_2x img {
    width: 100%;
    height: 100%;
}

.porfolio_text .services_2x {
    background: #f3f3f3;
}

.porfolio_text .services_2x h4 {
    padding: 10px 30px 0 30px;
    color: #000;
}

.porfolio_text .services_2x p {
    font-size: 16px;
    padding: 10px 30px;
}

.porfolio_text .services_2x_small {
    overflow: hidden;
    margin-bottom: 20px;
}

.porfolio_text .services_2x_small .float_services_2x {
    width: 60%;
    float: left;
    padding: 20px 10px 10px 20px;
}

.porfolio_text .services_2x_small img {
    width: 40%;
    float: right;
    height: 100%;
}

.porfolio_text .services_2x_small h4 {
    color: #000;
    margin-bottom: 13px;
}

.porfolio_text .services_2x_small p {
    font-size: 16px;
}

.porfolio_text .services_3x {
    margin-bottom: 4em;
}

.porfolio_text .services_3x .services_2x_img {
    overflow: hidden;
}

.porfolio_text .services_3x .services_2x_img img {
    width: 100%;
    transition: 0.9s;
}

.clients_wrap {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.header .header .navbar .navbar-nav li a:hover, .header .header .navbar .navbar-nav li a:focus,
.header .navbar-light .navbar-nav .nav-link.active {
	color: #000;
}




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

Testimonials 

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

.testimonials_Main {
	padding: 140px 0;
}

.testimonials .testimonials_wrap {
    position: relative;
    padding: 0 10px;
}

.testimonials .testimonials_wrap .testimonials_img {
	text-align: center;
	width: 100%;
}

.testimonials .testimonials_wrap .testimonials_img img {
	width: 100px;
	height: 95px;
	border-radius: 50%;
	display: inline-block;
	margin: 20px 0;
}

.testimonials .testimonials_wrap strong {
	display: block;
	font-weight: normal;
	color: #c9283e;
	font-size: 12px;
}

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

.testimonials .slick-prev {
	position: absolute;
	bottom: -80px;
	left: 45%;
	background: none;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 0px;
}

.testimonials .slick-prev::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-size: 18px;
    content: "\f104";
    color: #fff;
    background: #c9283e;
    padding: 5px 14px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    transition: 0.6s;
}

.testimonials .slick-next {
	position: absolute;
	bottom: -80px;
	right: 45%;
	background: none;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 0px;
}

.testimonials .slick-next::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-size: 18px;
    content: "\f105";
    color: #fff;
    background: #c9283e;
    padding: 5px 14px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    transition: 0.6s;
}

.testimonials .slick-prev:hover:before {
	margin-left: -10px;
}

.testimonials .slick-next:hover:after {
	margin-right: -10px;
}

.testimonials p {
    font-size: 16px;
    background: #F5F5F7;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30%;
    position: relative;
    border: 1px solid #f1f1f3;
}

.testimonials p:after {
	border-right: solid 15px transparent;
	border-left: solid 15px transparent;
	border-top: solid 15px #F5F5F7;
	transform: translateX(-50%);
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
}

.testimonials p span {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.testimonials .slick-dots li {
    list-style: none;
    display: inline;
    text-align: center;
    margin-right: 10px;
}

.testimonials ul {
    text-align: center;
    margin-top: 60px;
}

.testimonials .slick-dots li button {
    display: inline-block;
    text-indent: -9999px;
    background: #c9283e;
    border-radius: 10;
    border:1px solid #c9283e;
    width: 30px;
    height: 2px;
    padding: 1px;
    cursor: pointer;
}

.testimonials .slick-dots .slick-active button {
    background: transparent !important;
}

.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;
}

.testimonials_creative h2 {
    text-align: center;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
}

.testimonials_creative {
    padding: 10px 0 160px 0;
}

.testimonials_creative .testimonials .slick-next::after , .testimonials_creative .testimonials .slick-prev::before {
	background: #5e005e;
}

.testimonials_creative .testimonials .testimonials_wrap strong {
    color: #5e005e;
}

.creative_3x .about_box1 {
    background: #4f0d4f;
    height: 290px;
    text-align: center;
    color: #fff;
    padding: 20% 0 0 0;
}

.creative_3x .about_box1 i {
    font-size: 70px;
    margin:0 0 10px 0;
}

.creative_3x .about_box1 h4 {
    font-size: 35px;
}

.creative_3x .col-md-3 , .creative_3x .col-md-5 , .creative_3x .col-md-4 {
    padding: 0;
}

.creative_3x .about_box2 {
    background: #5e005e;
    height: 290px;
    text-align: center;
    color: #fff;
    padding: 15% 20px;
}

.creative_3x .about_box2 img {
	width: 100%;
}

.creative_3x .about_box2 p {
    font-size: 20px;
}

.creative_3x .about_box3 {
    background: #4f0d4f;
    height: 290px;
}

.creative_3x .about_box3 img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}








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

Our Team 

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

.team img {
	width: 100%;
	border-radius: 10px;
}

.team {
	padding: 80px 0;
	background: url(../images/team_bg_creative.jpg) center center no-repeat;
}

.team h2 {
    text-align: center;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.team h2 span {
    color: #5e005e;
}

.team .team_text h4 {
	color: #5e005e;
	font-size: 26px;
}

.team .team_text span {
	font-size: 14px;
	display: block;
	color: #8b898b;
}

.team .team_text ul {
	padding: 0;
	margin: 0;
}

.team .team_text ul li {
	display: inline;
	text-align: center;
}

.team .team_text ul li a {
	background: #5e005e;
	display: inline-block;
	color: #fff;
	padding: 5px 7px;
	width: 30px;
	border-radius: 5px;
	height: 30px;
	transition: 0.7s;
}

.team .team_text ul li a:hover ,  .team .team_text ul li a:focus {
	border-radius: 50%;
}

.team .spacer {
    margin-bottom: 60px;
}

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

Slogon 

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

.slogon {
	background: #5e005e;
	padding: 60px 0;
	font-size: 40px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.slogon h2 {
	font-size: 40px;
}

.slogon .container {
    position: relative;
    z-index: 2;
}

.slogon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(94,0,94,0.8);
    z-index: 1;
}


.slogon #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}





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

Blog 

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

.blog {
	padding: 60px 0;
	min-height: 750px
}

.blog h2 {
	text-align: center;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 60px;
}


.blog .blog_main img {
   transition: 0.4s;
    width: 90%;
}

.blog .blog_main .blog_text {
   width: 90%;
   float: right;
   padding: 20px;
   color: #fff;
   z-index: 1;
   position: relative;
   margin-top: -100px;
   transition: 0.4s;
}

.blog .col1 {
	background: #5e005e;
}

.blog .col2 {
	background: #980a98;
}

.blog .blog_main .blog_text span {
	display: inline-block;
	float: left;
	width: auto;
}

.blog .blog_main .blog_text a {
	display: inline-block;
	float: right;
	width: auto;
	font-size: 20px;
	color: #fff;
}

.blog .blog_main:hover .blog_text , .blog .blog_main:hover img{
	 width: 100%;
}




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

Contact 

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


.contact_creative .contact_creative_wrap {
	margin-top: -300px;
	z-index: 2;
	position: relative;
	background: #fff;
	padding: 30px 20px;
	border-radius: 30px;
}

.contact_creative .contact_creative_wrap h2 {
	text-align: center;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.contact_creative .contact_creative_wrap h2 span {
	color: #5e005e;
}

.contact_creative .contact_creative_wrap input {
    background: #f6f6f6;
    padding: 15px;
    transition: 0.7s;
    border: 2px solid transparent;
}

.contact_creative .contact_creative_wrap input:focus , .contact_creative .contact_creative_wrap textarea {
	border: 2px solid #5e005e;
	outline: none;
	box-shadow: none;
}

.contact_creative .contact_creative_wrap textarea {
	background: #f6f6f6;
    border: 2px solid transparent;
	border: none;
}

.contact_creative .contact_creative_wrap button {
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: 2px solid #5e005e;
	border-radius: 5px;
	background: #5e005e;
	cursor: pointer;
	transition: 0.4s;
}

.contact_creative .contact_creative_wrap button i {
	font-size: 20px;
	position: relative;
	top: 2px;
}

.contact_creative .contact_creative_wrap button:hover {
	background: #fff;
	color: #5e005e;
}

.contact_creative .contact_creative_wrap .contavt_text {
	margin-bottom: 25px;
	font-size: 16px;
}

.contact_creative .contact_creative_wrap .contavt_text p {
	margin-bottom: 0px;
}

.contact_creative .contact_creative_wrap .contavt_text i {
	color: #5e005e;
}

.contact_creative .contact_creative_wrap .contavt_text a {
	color: #424242;
}

.contact_creative #map {
    width: 100%;
    height: 500px;
}





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

Footer 

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

.footer {
	margin-top: 60px;
	background: #2e042e;
	padding: 30px 0;
	color: #fff;
}

.footer ul {
	margin: 0;
	padding: 0
}

.footer h4 {
	margin-bottom: 20px;
}

.footer .border_TP {
    border-top: 1px solid #461246;
    border-bottom: 1px solid #461246;
}

.footer ul li {
	list-style: none;
}

.footer ul li a {
	font-size: 16px;
	color: #fff;
	transition: 0.6s;
}

.footer .quick_links li a:hover {
	padding-left: 10px;
}

.footer p {
	margin-bottom: 5px;
	font-size: 16px;
}

.footer input {
	width: 70% !important;
	float: left;
}

.footer button {
	width: 30%;
	float: left;
}


.footer input , .footer button {
	background: #fff;
	border: none;
	border-radius: 0;
}

.footer input:focus , .footer button:focus {
	outline: none;
	box-shadow: none;
}

.footer button {
	cursor: pointer;
}

.footer button i{
	transition: 0.6s;
	color: #5e005e;
}

.footer button:hover i {
	color: #000000;
}

.copyright_creative {
	padding-top: 20px;
	margin-top: 10px;
	border-top: 3px solid #461246;
}

.copyright_creative p {
	margin-top: 10px;
}

.copyright_creative ul {
	text-align: right;
}

.copyright_creative ul li {
	text-align: center;
	display: inline;
	margin-right: 5px;
}

.copyright_creative ul li a {
	font-size: 18px;
	padding: 7px 5px;
	background: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	transition: 0.6s;
}

.copyright_creative ul li a:hover {
	background: #5e005e;
	color: #fff;
}

.copyright_creative ul li .fb_icon {
    color: #3A6FD9;
}

.copyright_creative ul li .tw_icon {
    color: #00C2FF;
}

.copyright_creative ul li .lin_icon {
    color: #0072A4;
}

.copyright_creative ul li .you_icon {
    color: #E92225;
}


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

Responsive Style

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

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

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

.header {
	height: 500px;
}

.header h2 {
	font-size: 50px;
}

.header h3 {
	font-size: 33px;
}

.about .about_text {
	margin-top: 0px;
}

.about h5 {
	margin-top: 100px;
}

.about {
	padding: 80px 0;
}

.about_who .col-md-6 , .about_who .col-md-5 {
	flex: 0 0 100%;
	max-width: 100%;
}

.about_who .about_who_text {
	margin-top: 0px;
}

.filter-button {
	font-size: 16px;
}

.Contact_details .address_text h4 {
	font-size: 20px;
}

.contact_form_button {
	margin-top: 10px;
}

.header {
	height: auto;
}

.header .slider_text h3 {
	font-size: 60px;
}

.top_info p a {
	padding-left: 0px;
}

.top_info ul {
	position: relative;
	top: 10px;
}

.about1x .about_3x_media .about_3x_text h4 , .about1x .services3x h4{
	font-size: 21px;
}

.counter_about_bg .before_after:before {
	left: -260px;
}

.counter_about_bg .before_after:after {
	right: -260px;
}

.about2x .skillbar {
	background: #5e005e;
}

.portfolio_creative .button_porfolio_creative button {
	padding: 5px 3px;
}

.porfolio_text .services_2x_small .float_services_2x {
	padding: 0 10px;
}

.porfolio_text .services_2x_small h4 , .creative_3x .about_box2 p {
	font-size: 18px;
}

.porfolio_text .services_2x_small p {
	font-size: 16px;
}

.slogon h2 {
	font-size: 30px;
}

.footer input {
	width: 60% !important;
}

}


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

@media screen and (min-width:500px) and (max-width:767px) {

.header h2 {
	font-size: 50px;
}

.header h3 {
	font-size: 26px;
}

.header {
	height: 300px;
}

.about .about_text {
	margin-top: 30px;
}

.about {
	padding: 10px 0 30px 0;
}

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

.heading_main {
	font-size: 30px;
}

.heading_main i {
	font-size: 90px;
}

.about_service .services {
	padding: 30px 0 0 0;
}

.about_who .about_who_text {
	margin-top: 10px;
}

.cd-horizontal-timeline .events-content h2 {
	font-size: 30px;
}

.counter_bg i {
	font-size: 30px;
}

.counter_bg .counter-value {
	font-size: 22px;
}

.counter_bg p {
	font-size: 22px;
}

.testimonials p {
	margin-top: 10px;
}

.testimonials .slick-prev {
	left: 35%;
}

.testimonials .slick-next {
	right: 35%;
}

.testimonials_Main {
	padding: 80px 0 140px 0;
}

.team_wrap {
	padding: 80px 0 100px 0;
}

.team_wrap .heading_main {
	margin-bottom: 40px;
}

.slogon h2 {
	font-size: 28px;
}

.blog {
	padding: 80px 0 60px 0;
}

.blog .heading_main {
	margin-bottom: 40px;
}

.blog_wrap {
	margin-bottom: 30px;
}

.Contact_details h3 {
	font-size: 30px;
}

.Contact_details {
	height: 100%;
}

.top_info p a {
	padding-left: 0px;
}

.header .slider_text {
	top: 20%;
}

.header .slider_text h3 {
	font-size: 53px;
}

.header .slider_text p {
	font-size: 20px;
}

.counter_about_bg .before_after:before , .counter_about_bg .before_after:after {
	display: none;
}

.counter_about_bg .container i , .counter_about_bg .container .counter-value {
	font-size: 22px;
}

.counter_about_bg .container p {
 	font-size: 20px;
}

.about2x img {
	margin-bottom: 20px;
}

.about1x .about_text h2 , .about1x_what h2 , .about2x h2 , .portfolio_creative h2 , .testimonials_creative h2 , .team h2,
.blog h2 , .contact_creative .contact_creative_wrap h2 {
	font-size: 30px;
}

.blog .blog_main img {
	width: 100%;
}

.blog .blog_main .blog_text {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}

.team img {
	margin-bottom: 10px;
}

.clients_wrap .slick-slide div {
   text-align: center;
}

.clients_wrap .slick-slide div img {
	display: inline;
}

.slogon h2 {
	font-size: 20px;
}

.team img {
	margin-bottom: 10px;
}

}

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

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

.header h2 {
	font-size: 30px;
}

.header h3 {
	font-size: 20px;
}

.header h2 {
	margin-right: 0px;
}

.header {
	height: 300px;
}

.sy-slide > a > img {
	width: 140%;
	height: 100%;
}

.about .about_text {
	margin-top: 30px;
}

.about {
	padding: 10px 0 30px 0;
}

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

.about h5 {
	margin-top: 30px;
}

.heading_main {
	font-size: 30px;
}

.heading_main i {
	font-size: 90px;
}

.about_service .services {
	padding: 30px 0 0 0;
}

.about_who .about_who_text {
	margin-top: 10px;
}

.cd-horizontal-timeline .events-content h2 {
	font-size: 30px;
}

.events-content ol {
	margin:0;
	padding: 0
}

.counter_bg i {
	font-size: 30px;
}

.counter_bg .col-sm-3 {
	padding-bottom: 30px;
}

.counter_bg .counter-value {
	font-size: 22px;
}

.counter_bg p {
	font-size: 22px;
}

.testimonials p {
	margin-top: 10px;
}

.testimonials .slick-prev {
	left: 35%;
}

.testimonials .slick-next {
	right: 35%;
}

.testimonials_Main {
	padding: 80px 0 140px 0;
}

.team_wrap {
	padding: 80px 0 100px 0;
}

.team_wrap .heading_main {
	margin-bottom: 40px;
}

.slogon h2 {
	font-size: 23px;
}

.blog {
	padding: 80px 0 60px 0;
}

.blog .heading_main {
	margin-bottom: 40px;
}

.blog_wrap {
	margin-bottom: 30px;
}

.Contact_details h3 {
	font-size: 30px;
}

.Contact_details {
	height: 100%;
}

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

.header {
	height: auto;
}

.top_info p a {
	padding-left: 0px;
}

.header .slider_text {
	top: 20%;
}

.header .slider_text div {
	width: 90%;
}

.header .slider_text h3 {
	font-size: 35px;
}

.header .slider_text p {
	font-size: 20px;
}

.counter_about_bg .before_after:before , .counter_about_bg .before_after:after {
	display: none;
}

.counter_about_bg .container i , .counter_about_bg .container .counter-value {
	font-size: 18px;
}

.counter_about_bg .container p {
 	font-size: 18px;
}

.about2x img {
	margin-bottom: 20px;
}

.about1x .about_text h2 , .about1x_what h2 , .about2x h2 , .portfolio_creative h2 , .testimonials_creative h2 , .team h2,
.blog h2 , .contact_creative .contact_creative_wrap h2 {
	font-size: 30px;
}

.clients_wrap .slick-slide div {
   text-align: center;
}

.clients_wrap .slick-slide div img {
	display: inline;
}

.slogon h2 {
	font-size: 20px;
}

.contact_creative .contact_creative_wrap form {
	margin-bottom: 20px;
}

.footer .quick_links {
	margin-bottom: 20px;
}

.footer .form-control {
	width: auto;
}

.blog .blog_main img {
	width: 100%;
}

.blog .blog_main .blog_text {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}

.team img {
	margin-bottom: 10px;
}

.creative_3x .about_box2 , .creative_3x .about_box3{
	height: auto;
}

.porfolio_text .services_2x_small .float_services_2x {
	padding: 0px 5px;
}

.counter_about_bg #myVideo {
	width: 306%;
}

.counter_about_bg .col-sm-3 {
    width: 40%;
    margin-bottom: 30px;
}

}