/* 
* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style    
  - Spacer Style
      
* HEADER 
  - Header Style
  - Navigation Menu Style
  - Megamenu Style

* CONTANT
  - Banner Style
  - About-part
  - Our Creative Work
  - Counter
  - Our Services
  - Testimonial 
  - Our Team
  - Pricing
  - Blog
  - Contact
  - News Letter
* FOOTER
*/

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700,700i,800');

 /* - General Style //---------------- */ 

 ::-moz-selection {
 background-color: #680893 ;
 color: #FFF;
}
::selection {
	background-color: #680893 ;
	color: #FFF;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #989898;
	font-size: 14px;
	letter-spacing: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
body.dark-header {
	padding-top: 82px;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}
.la-ball-clip-rotate-pulse{
	display:block;
	font-size:0;
	margin: 0 auto;
	top: 50%;
	color:#fff;
}
.la-ball-clip-rotate-pulse.la-dark{
	color:#680893;
}
.la-ball-clip-rotate-pulse,
.la-ball-clip-rotate-pulse>div {
	position:relative;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}
.la-ball-clip-rotate-pulse>div{
	display:inline-block;
	float:none;
	background-color:currentColor;
	border:0 solid currentColor;
}
.la-ball-clip-rotate-pulse{
	width:32px;
	height:32px;
}
.la-ball-clip-rotate-pulse>div{
	position:absolute;
	top:50%;
	left:50%;
	border-radius:100%;
}
.la-ball-clip-rotate-pulse>div:first-child{
	position:absolute;
	width:32px;
	height:32px;
	background:transparent;
	border-style:solid;
	border-width:2px;
	border-right-color:transparent;
	border-left-color:transparent;
	-webkit-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	   -moz-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
		 -o-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
			animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.la-ball-clip-rotate-pulse>div:last-child{
	width:16px;
	height:16px;
	-webkit-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	   -moz-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
		 -o-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
			animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
@-webkit-keyframes ball-clip-rotate-pulse-rotate {
	0% {
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
				transform:translate(-50%, -50%) rotate(0deg);
	}

	50% {
		-webkit-transform:translate(-50%, -50%) rotate(180deg);
				transform:translate(-50%, -50%) rotate(180deg);
	}

	100% {
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
				transform:translate(-50%, -50%) rotate(360deg);
	}
}
@-moz-keyframes ball-clip-rotate-pulse-rotate {
	0% {
		-moz-transform:translate(-50%, -50%) rotate(0deg);
			 transform:translate(-50%, -50%) rotate(0deg);
	}

	50% {
		-moz-transform:translate(-50%, -50%) rotate(180deg);
		  	 transform:translate(-50%, -50%) rotate(180deg);
	}

	100% {
		-moz-transform:translate(-50%, -50%) rotate(360deg);
			 transform:translate(-50%, -50%) rotate(360deg);
	}
}
@-o-keyframes ball-clip-rotate-pulse-rotate {
	0% {
		-o-transform:translate(-50%, -50%) rotate(0deg);
		   transform:translate(-50%, -50%) rotate(0deg);
	}

	50% {
		-o-transform:translate(-50%, -50%) rotate(180deg);
		   transform:translate(-50%, -50%) rotate(180deg);
	}

	100% {
		-o-transform:translate(-50%, -50%) rotate(360deg);
		   transform:translate(-50%, -50%) rotate(360deg);
	}
}
@keyframes ball-clip-rotate-pulse-rotate {
	0% {
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
		   -moz-transform:translate(-50%, -50%) rotate(0deg);
		     -o-transform:translate(-50%, -50%) rotate(0deg);
				transform:translate(-50%, -50%) rotate(0deg);
	} 

	50% {
		-webkit-transform:translate(-50%, -50%) rotate(180deg);
		   -moz-transform:translate(-50%, -50%) rotate(180deg);
			 -o-transform:translate(-50%, -50%) rotate(180deg);
				transform:translate(-50%, -50%) rotate(180deg);
	}

	100% {
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
		   -moz-transform:translate(-50%, -50%) rotate(360deg);
			 -o-transform:translate(-50%, -50%) rotate(360deg);
				transform:translate(-50%, -50%) rotate(360deg);
	}
}
@-webkit-keyframes ball-clip-rotate-pulse-scale { 
	0%,100% {
		opacity:1;
		-webkit-transform:translate(-50%, -50%) scale(1);
				transform:translate(-50%, -50%) scale(1);
	}

	30% {
		opacity:.3;
		-webkit-transform:translate(-50%, -50%) scale(0.15);
				transform:translate(-50%, -50%) scale(0.15);
	}
}
@-moz-keyframes ball-clip-rotate-pulse-scale {
	0%,100% {
		opacity:1;
		-moz-transform:translate(-50%, -50%) scale(1);
		     transform:translate(-50%, -50%) scale(1); 
	}
	30% {
		opacity:.3;
		-moz-transform:translate(-50%, -50%) scale(0.15);
		     transform:translate(-50%, -50%) scale(0.15);
	}
}
@-o-keyframes ball-clip-rotate-pulse-scale { 
	0%,100%{
		opacity:1;
		-o-transform:translate(-50%, -50%) scale(1);
		   transform:translate(-50%, -50%) scale(1);
	}

	30% {
		opacity:.3;
		-o-transform:translate(-50%, -50%) scale(0.15);
		   transform:translate(-50%, -50%) scale(0.15);
	}
}
@keyframes ball-clip-rotate-pulse-scale {
	0%,100%{
		opacity:1;
		-webkit-transform:translate(-50%, -50%) scale(1);
		   -moz-transform:translate(-50%, -50%) scale(1);
		     -o-transform:translate(-50%, -50%) scale(1);
			    transform:translate(-50%, -50%) scale(1);
	}

	30%{
		opacity:.3;
		-webkit-transform:translate(-50%, -50%) scale(0.15);
		   -moz-transform:translate(-50%, -50%) scale(0.15);
			 -o-transform:translate(-50%, -50%) scale(0.15);
				transform:translate(-50%, -50%) scale(0.15);
	}
}
.main {
	position: relative;
	overflow: hidden;
}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}
a, a:focus, a:active, a:link, img {
	outline: none;
	text-decoration: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #555555;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	color: #680893 ;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
br {
	font-size: 0;
	line-height: 0;
}
hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #e0e0e0;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0;
}
.position-r {
	position: relative;
}
.position-s {
	position: static;
}
.position-initial {
	position: initial;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left !important;
}
.align-right {
	text-align: right !important;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
	color: #fff;
}
.dark-bg {
	background: #141414;
	color: #fff;
}
.gray-bg {
	background: #faf8f6;
}
.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}
.middle-800 p {
	display: inline-block;
	max-width: 800px;
}
.middle-580 p {
	display: inline-block;
	max-width: 580px;
	margin-bottom: 0;
}
.border-right {
	border-right: 1px solid #e1e1e1;
}
.border-top {
	border-top: 1px solid #e1e1e1;
}
/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #202833;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 43px;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: 700;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: 500;
	letter-spacing: 1px;
}
h2.heading {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	position: relative;
}
h3 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
}
h3.sub_title {
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 500;
}
h4 {
	font-size: 17px;
	line-height: 28px;
}
h5 {
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
}
h6 {
	font-size: 13px;
	line-height: 17px;
	font-weight: 500;
}
.main_title {
	color: #202833;
    display: inline-block;
    margin-bottom: 0;
}
.heading-part p {
    color: #680893;
    font-size: 16px;
}
.contact-bg .main_title span {
    color: #fff;
}
.heading-variation h1, .heading-variation h2, .heading-variation h3, 
.heading-variation h4, .heading-variation h5, .heading-variation h6 {
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: 0;
}
.heading-variation h6 {
	margin-bottom: 0;
}
/* - Button Style  //----------------*/ 
.btn, button {
	padding: 15px 20px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	cursor: pointer;
    overflow: hidden;
    position: relative;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    width: 50px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .btn:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
.btn.focus, .btn:focus, button:focus {
    box-shadow: none;
    outline: 0 none;
}
.btn svg {
    width: 18px;
    height: 17px;
}
.btn.full {
	width: 100%;
	text-align: center;
}
.btn.big-width {
	padding: 13px 30px;
}
.btn.big {
	padding: 25px;
}
.btn i.fa {
	font-size: 16px;
	margin: 0 5px;
}
.btn-link {color: #680893;}
.btn-link:hover {color: #680893;}
.btn-black {
	color: #fff;
	background: #222;
	border: none;
}
.btn-black:hover {
	color: #fff;
	background: #222 ;
}
.btn-color {
	color: #fff !important;
	background: #680893 ;
	border: none;
}
.btn-color:hover {
	color: #fff !important;
	background: #5d187b;
}
.btn-white {
	color: #222;
	background: rgba(255,255,255,1);
	border: none;
}
.btn-white:hover {
	color: #222;
	background: #680893 ;
}
.btn-bg-none {
	color: #202833;
	background: transparent;
}
.btn-bg-none:hover {
	color: #680893;
}
.btn-sidebar-menu-dropdown {
    display: inline-block;
    color: #fff !important;
    background-color: #680893 ;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin-top: 14px;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.btn-sidebar-menu-dropdown:hover, 
.btn-sidebar-menu-dropdown:focus, 
.btn-sidebar-menu-dropdown:active {
    color: #fff !important;
}

/* - Form Style */
* {
	outline: none !important;
}
select {
	background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e1e1e1;
	padding: 5px 24px 5px 5px;
	line-height: 18px;
}
.full select {
	width: 100%;
}
.main-form textarea {
	max-width: 100%;
}
.main-form input, .main-form textarea, .main-form select {
	background: #fff;
	padding: 8px 15px;
	width: 100%;
	border: 1px solid #e1e1e1;
	min-height: 40px;
    -webkit-border-radius : 5px;
       -moz-border-radius : 5px;
    	 -o-border-radius : 5px;
    		border-radius : 5px;
}
.main-form textarea {
    min-height: 90px;
}
.check-box label {
	color: #222;
	display: inline;
	font-size: 15px;
	font-weight: 400;
}
.check-box input, .radio input.radio-button {
	display: none;
}
.checkout-section .check-box input[type="checkbox"] {
	margin: 5px 0 0;
	min-height: 1px;
	display: none;
}
.category-dropdown {
	border: 1px solid #e1e1e1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius : 25px 0 0 25px;
    -moz-border-radius : 25px 0 0 25px;
    -webkit-border-radius : 25px 0 0 25px;
    -o-border-radius : 25px 0 0 25px;

}
.category-dropdown select {
    border: none;
    height: 45px;
    width: 250px;
    padding: 7px 24px 7px 15px;
    border-radius : 0;
    -moz-border-radius : 0;
    -webkit-border-radius : 0;
    -o-border-radius : 0;
}
.select-dropdown fieldset {
	padding: 0;
	line-height: 0;
}

/* - Spacer Style  //---------------- */
.right-side {
	float: right;
}
.left-side {
	float: left;
}
.plr-20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.mlr_-20 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-70 {
	padding-bottom: 70px;
}
.ptb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-40 {
	padding-bottom: 40px;
}
.p-0 {
	padding: 0px;
}
.mb-minus-30 {
	margin-bottom: -30px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.m-0 {
	margin: 0px;
	overflow: hidden;
}

/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/

/* - Header Style  //---------------- */
header#header {
	background: rgba(0, 0, 0, 0) url("../images/header-bg.png") no-repeat scroll center center;
	top: 0;
	width: 100%;
	border: none;
	z-index: 2;
	padding-top: 29px;
	padding-bottom: 140px;
	position: absolute;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.header-middle {
    display: inline-block;
    width: 100%;
    position: relative;
	top: 0;
}
.main-fixed .header-middle {
	position: fixed;
	top: -110px;
}
header.header-fixed .header-middle {
	position: fixed;
	top: 0;
	left: 0;
	background: #510570;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.navbar .container-fluid {
    display: block;
}
.navbar-header {
    float: none;
}
.navbar-header .navbar-brand {
	height: auto;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	padding: 20px 0;
}
.header-fixed .navbar-brand img {
    max-height: 50px;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
}
.navbar-collapse.collapse {
	display: inline-block;
	padding-left: 0;
	width: 100%;
}
.collapsing {
	display: inline-block;
}

/* Navigation Menu Style */

.navbar-collapse.menu-open {
    left: 0;
}
.nav.navbar-nav {
	display: block;
	text-align: right;
}
.nav > li {
	position: inherit;
	display: inline-block;
}
.navbar-nav > li > a {
	color: #ffffff;
	padding: 15px 0;
	margin: 0 15px;
	font-weight:400;
	font-size: 15px;
	position: relative;
	display: inline-block;
}
.navbar-nav > li:first-child > a {
    margin-left: 0;
}
.navbar-nav > li:last-child > a {
    margin-right: 0;
}
.navbar-nav > li:hover > a {
	color: #ffb74c
}
#menu-main li.active a {
	color: #ffb74c;
}
#menu-main > li > a span {
	position: relative;
}
.navbar-nav li.level:last-child a {
	padding-right: 0; 
}
.navbar-collapse ul.nav > li > a:before {
	background: #ffb74c;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: scale3d(0, 1, 1);
       -moz-transform: scale3d(0, 1, 1);
        -ms-transform: scale3d(0, 1, 1);
         -o-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}
.navbar-collapse ul.nav > li > a:hover::before, 
.navbar-collapse ul.nav > li.active > a::before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
         -o-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
	-webkit-transition: all 0.4s ease 0s;
	   -moz-transition: all 0.4s ease 0s;
	    -ms-transition: all 0.4s ease 0s;
	     -o-transition: all 0.4s ease 0s;
	        transition: all 0.4s ease 0s;
}
.side-toggle {
	display: none;
}
.side-toggle .menu-back{
	position: absolute;
	left: 15px;
	top: 0;
	display: none;
}
.get-quote {
    padding-left: 30px;
}
.get-quote .btn {
	background: #ffb74c;
}
/*------- get-quote Style ---------*/
  .get-quote button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    height: 35px;
	width: 35px;
	background: #280237;
	color: #fff;
	opacity: 1;
  }
  .get-quote .modal-dialog {
    max-width: 900px;
  }
  .get-quote .modal-body {
    padding: 0 10px;
    margin: 30px 0;
  }
  .quick-view-inner {
    padding: 0 20px;
  }
  .get-quote .main-form-detail {
  	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  }
  .get-quote .simplebar-track.simplebar-horizontal {
    display: none;
  }
  .simplebar-track {
    transition: opacity .25s ease-in-out;
    background-color: #e9edf4;
  }
  .simplebar-track.simplebar-vertical{
    width: 5px;
  }
  .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    width: 5px;
  }
  .simplebar-scrollbar::before {
    right: 0;
    left: 0;
  }
  .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    background: #8e8a8a;
    top: 0;
    bottom: 0;
  }
  /*------- get-quote Style End---------*/
/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.banner-main {
	background: rgba(0, 0, 0, 0) url("../images/banner-bg.png") repeat scroll left top;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	z-index: 0;
}
.banner-main:after {
	background: rgba(0, 0, 0, 0) url("../images/banner-bottom-shape.png") no-repeat scroll center bottom;
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.background-shape .shape {
    position: absolute;
    top: 22%;
    left: 0;
    opacity: 0.2;
}
.background-shape .shape-1{
	left: 5%;
    top: 25%;
}
.background-shape .shape-2{
	left: 28%;
    top: 20%;
}
.background-shape .shape-3{
	left: 10%;
    top: auto;
    bottom: 25%;
}
.background-shape .shape-4{
	left: 70%;
    top: 15%;
}
.background-shape .shape-5{
	left: 50%;
    top: 50%;
}
.background-shape .shape-6 {
    left: auto;
    top: 35%;
    right: 3%;
}
/* main-banner icon start */
.main-banner.owl-carousel .owl-stage-outer {
	display: inherit;
	margin-top: 0;
	padding-top: 0;
}
/* main-banner icon end */

.banner-detail .banner-detail-inner {
	color: #fff;
	margin-bottom: 15px;
}
.banner-detail .banner-detail-inner .banner-title {
    color: #680893;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-sub-title {
	color: #ff9800;
	font-size: 25px;
	line-height: 25px;
	font-weight: 300;
}

/*---------------- about-part Start ---------------*/
.about-section {
	background: none;
	height: auto;
	text-align: left;
}
.about-img img {
    border-radius: 5px;
}
.about-section h2.main_title {
    padding-bottom: 0;
}
.about-part .sub-title {
    color: #680893;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
}
.about-info p {
    letter-spacing: 1px;
    line-height: 22px;
}
.about-img {
    position: relative;
}
.video-bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 5px;
}
.video-bg a.popup-youtube {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.popup-youtube span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0px;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
    margin-right: -6px;
}
.popup-youtube:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #680893;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.popup-youtube:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(91, 111, 230, 0.5);
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.popup-youtube:hover:after {
	background: #680893;
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/*------------- about-part End -------------------*/

/*-----------------  Our Creative Work CSS Start  -----------------*/ 	
.tab-bar ul {
	list-style: none;
	text-align: center;
	display: inline-block;
}
.tab-bar ul li {
	display: inline-block;
}
.tab-bar ul [class*=fa] {
	margin-right: 5px;
}
.tab-bar ul [class*=fa-check] {
	position: relative;
	left: 1px;
}
.tab-bar ul li a {
	padding: 8px 20px;
	color: #202833;
	font-weight: 500;
	margin-right: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.tab-bar ul li:hover a {
    background: #680893;
    color: #fff;
}
.portfolio-filter li a.active {
    background: #680893;
    color: #fff;
}
.isotope, .blog-content {
	display: block;
	width: 100%;
}
.grid  {
	margin: -15px;
}
.Work-col .grid  {
	margin: 0;
}
.isotope .grid-item {
	display: block;
	position: relative;
	padding: 15px;
}
.isotope.no-spacing .grid-item {
	padding: 0;
}
.three-col-work .grid-item {
	width: 33.33%;
	min-height: 1px;
}
.two-col-work .grid-item {
	width: 50%;
	min-height: 1px;
}
.four-col-work .grid-item {
	width: 25%;
}
.work-no-spacing .grid-item {
	padding: 0;
}
.isotope .grid-item a {
	background: #6b6b6b;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.isotope .grid-item.filtered {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.grid-item a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=20);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.grid-item .work-detail {
	position: absolute;
	text-align: center;
	padding: 20px;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 50%;
	top: 50%;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.grid-item a:hover .work-detail {
	opacity: 1;
}
.work-detail-inner{
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.inner-detail {
    vertical-align: middle;
    display: table-cell;
}
.listing-effect .work-detail-inner:before {
    background: #ffffff;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-border-radius : 5px;
       -moz-border-radius : 5px;
    	 -o-border-radius : 5px;
    		border-radius : 5px;
    -webkit-transform: scale(0,0);
       -moz-transform: scale(0,0);
        -ms-transform: scale(0,0);
         -o-transform: scale(0,0);
            transform: scale(0,0);
    z-index: -1;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.listing-effect .work-detail-inner:before  {
	background-color: rgba(0,0,0,0.6);
}
.listing-effect:hover .work-detail-inner:before {
    -webkit-transform: scale(1,1);
       -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
         -o-transform: scale(1,1);
            transform: scale(1,1);
}
.listing-effect .listing-effect-title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 45px;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.listing-effect a:hover .listing-effect-title {
	margin-bottom: 5px;
}
.listing-effect .listing-meta {
	color: #bebebe;
}
#portfolio .isotope, #portfolio .masonry-brick, #portfolio .grid-item img, .team-item img {
	max-width: 100%;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}
.work-zoom .mfp-content {
    margin: 40px;
}
.work-zoom img.mfp-img {
    background: #fff none repeat scroll 0 0;
    padding: 20px 20px 50px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.work-zoom .mfp-bottom-bar {
    background: transparent;
    padding: 0 20px;
    top: 100%;
    bottom: auto;
    margin-top: -36px;
    position: absolute;
}
.work-zoom .mfp-title {
	color: #000;
}
.work-zoom .mfp-counter {
    padding-right: 20px;
    color: #000;
}
.work-zoom button.mfp-arrow {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	opacity: 1;
}
.work-zoom button.mfp-arrow:hover {
	background: #680893;
}
.work-zoom .mfp-arrow::after {
	padding: 11px 15px;
	color: #000;
}
.work-zoom .mfp-arrow:hover:after {
	color: #ffffff;
}
.work-zoom button.mfp-arrow {
	margin: 0;
}
.work-zoom .mfp-arrow:active {
	margin: 0;
}
.work-zoom .mfp-arrow.mfp-arrow-left {
    margin-left: 10px;
}
.work-zoom .mfp-arrow.mfp-arrow-right {
    margin-right: 10px;
}
/*-----------------  Our Creative Work CSS End  -----------------*/

/*------------- Our Services Start ---------*/
#service-part .owl-stage{
	/*padding-left: 80px;
    padding-right: 80px;*/
}
/*.service-contant {
	margin-right: -100px;
    margin-left: -100px;
}
.service-contant .col-12 {
	padding-left: 100px;
    padding-right: 100px;
}*/
.service-part .owl-stage {
    padding-right: 80 !important;
}
.service-part .item {
    padding-left: 15px;
    padding-right: 15px;
}
.services-box {
    position: relative;
    display: block;
    padding: 30px;
    border: 2px solid #ffffff;
    -webkit-border-radius : 5px;
       -moz-border-radius : 5px;
    	 -o-border-radius : 5px;
    		border-radius : 5px;
}
.services-box.mobile-app { border: 2px solid #40e0c9; }
.services-box.web-development { border: 2px solid #91b3fa; }
.services-box.web-design { border: 2px solid #ffaa01; }
.services-box.graphic-design { border: 2px solid #fbd167; }
.services-box.hire-resources { border: 2px solid #61bff1; }
.services-details .details {
    margin-bottom: 15px;
}
.services-details {
	margin-top: 60px;
}
.services-details h3 {
    color: #680893;
    margin-bottom: 30px;
}
#services-section .services-details > p {
  height: 100px;
  overflow: hidden;
}
.services-popup-main .services-details {margin-top: 30px;}
.services-popup-main .services-details h3 {margin-top: 10px;}
/*--------- Our Services End --------*/

/*------- Testimonial CSS Start ---------*/
.client-main {
	position: relative;
}
.client-main .item {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
.client-detail {
	position: relative;
	border: 2px solid #cad2ff;
	padding: 50px 50px 50px 90px;
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 60px;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.client-img {
	position: absolute;
	top: -30px;
	left: -60px;
}
.client-img img{
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
    display: inline-block;
    overflow: hidden;
}
.client-main .item .client-title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
    text-transform: none;
}
.client-main .item p {
	line-height: 22px;
	margin: 0; 
	color: #727272;
}
.designation {
	font-size: 14px;
    font-style: italic;
    color: #727272;
}
.quote {
    max-width: 670px;
    position: relative;
}
.quote-img {
    position: absolute;
    right: 40px;
    bottom: -30px;
}
.quote-img svg {
    fill: #cad2ff;
    width: 64px;
    height: 64px;
}
/*---------- Testimonial CSS End -------------*/

/*---------- Slider icon Start ------------*/
.owl-nav button span {
    display: none;
}
.client-main .owl-prev, .client-main .owl-next,
.service-part .owl-prev, .service-part .owl-next  {
	background: url("../images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	position: absolute;
	height: 30px;
	width: 20px;
	text-align: center;
	opacity: 1;
	top: 50%;
	padding: 4px 15px;
	font-size: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.owl-nav .owl-prev {
    left: -50px;
}
.owl-nav .owl-next {
    right: -50px;
}
.banner .owl-next {
	right: 15px;
}
.banner .owl-prev {
	left: 15px;
}
.client-main .owl-next,  
.service-part .owl-next  {
	background-position: -113px -140px !important;
}
.client-main .owl-next:hover,  
.service-part .owl-next:hover{
	background-position: -113px -206px !important;
}
.client-main .owl-prev,  
.service-part .owl-prev {
	background-position: -114px -12px !important;
}
.client-main .owl-prev:hover,  
.service-part .owl-prev:hover {
	background-position: -114px -77px !important;
} 
.owl-prev.disabled, .owl-prev.disabled:hover {
	background-position: -114px -12px !important;
	opacity: 0..5;
	cursor: default;
}
.owl-next.disabled, .owl-next.disabled:hover {
	background-position: -113px -140px !important;
	opacity: 0..5;
	cursor: default;
}
/*--------- Slider icon End -----------*/

/*---------- pagination CSS Start -----------*/
.owl-dots {
	display: inline-block;
	margin-top: 20px;
}
.owl-carousel button.owl-dot {
	float: left;
	margin: 0 3px;
    border: 2px solid #680893;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.owl-carousel button.owl-dot > span {
	background: #fff;
	display: block;
}
.owl-carousel button.owl-dot.active > span, .owl-carousel button.owl-dot:hover > span {
    background: #680893 none repeat scroll 0 0;
    border: 2px solid #ffffff;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
} 
.owl-carousel button.owl-dot > span {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
#sidebar-product .owl-dots, #blog .owl-dots {
	top: -10px;
	right: 0;
	height: 20px;
	-webkit-transform: translateX(50%);
	   -moz-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	     -o-transform: translateX(50%);
	        transform: translateX(50%);
}
/*----------- pagination CSS End ---------------*/

/*---------------- Contact CSS Start ------------*/
.contact-bg {
    background: rgba(0, 0, 0, 0) url("../images/contact-bg.png") repeat scroll left top;
}
.contact-title-bg {
    background: rgba(0, 0, 0, 0) url("../images/contact-title-bg.png") no-repeat scroll center top;
    padding-top: 200px;
    padding-bottom: 125px;
    background-size: cover;
}
#contact-section h2.heading, #contact-section .heading-part p {
    color: #ffffff;
}
.contact-add-detail {
    color: #ffffff;
}
#contact-section .map {
    margin-bottom: -6px;
}
.contact-main iframe {
    min-height: 450px;
    width: 100%;
}
.main-form-detail {
    background: #fff;
    padding: 10px 30px;
    -webkit-border-radius : 5px;
       -moz-border-radius : 5px;
    	 -o-border-radius : 5px;
    		border-radius : 5px;
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
      		box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}
/*--------------- Contact CSS End -------------*/

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/
.footer {
	background: #ffb74c;
	color: #ffffff;
}
.footer a {
	color: #ffffff ;
}
.footer a:hover {
	color: #680893 ;
}
.copy-right {
    font-size: 16px;
}
.footer-static-block ul.social-icon li {
    padding-top: 10px;
    padding-bottom: 0;
	display: inline-block;
}
ul.social-icon li {
	display: inline-block;
	margin-right: 8px;
}
ul.social-icon li:last-child {
 	margin-right: 0;
}
ul.social-icon li i.fa {
    color: #ffffff;
    font-size:18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #ffffff;
    text-align: center;
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
ul.social-icon li i.fa:hover {
	background-color: #680893;
	border: 1px solid #680893;
	color: #ffffff;
}
.footer-static-block .title {
    margin-bottom: 30px;
}
.footer-static-block ul.address-footer li {
	margin-bottom: 0;
}
.footer-static-block ul li {
    padding: 9px 0;
}
.footer-static-block ul li:first-child {
    padding-top: 0;
}
.footer-static-block ul li:last-child {
    padding-bottom: 0;
}
.footer hr {
	border-top: 1px solid #e1e1e1;
}
.location-box h4, .info-list h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer .btn-bg-none {
    color: #202833;
    padding: 0;
    margin-top: 40px;
}
.btn-bg-none svg {
	fill: #202833;
}
.btn-bg-none:hover svg {
	fill: #680893;
}
.location-box svg {
    width: 40px;
    fill: #680893;
    float: left;
    margin-right: 10px;
}
.footer-static-block .info-list li {
    padding: 7px 0;
}
.info-list h4 {
    margin-bottom: 5px;
}
.info-list p {
    margin-bottom: 5px;
}
.footer-static-block ul li:last-child p {
    margin-bottom: 0;
}
ul.tagcloud li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.tagcloud li a {
	border: 1px solid #444444;
	display: inline-block;
	padding: 5px 10px;
}
.sidebar-block ul.tagcloud li a {
	border-color: #ebebeb;
}
ul.tagcloud li a:hover {
	border-color: #680893 ;
}
.footer-static-block li a:hover span {
	color: #680893 ;
}
.footer-static-block .field {
	margin-bottom: 5px;
}
.footer-static-block input, .footer-static-block textarea {
	background-color: transparent;
	border: 1px solid #444;
	width: 100% !important;
	padding: 5px;
}
.site-link li {
	display: inline-block;
}
.site-link li a {
	padding: 0 10px;
}
.site-link li:first-child a {
    padding-left: 0;
}
.site-link li:last-child a {
    padding-right: 0;
}
.copy-right-bg {
	padding: 30px 0;
}
.copy-right a:hover, .site-link li a:hover {
	color: #680893 ;	
} 
/* Scroll-top Arrow CSS Start */
.scroll-top {
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 2;
}
.scroll-top .scrollup:before {
	color: #fff;
	content: "";
	font-family: "FontAwesome";
	font-size: 18px;
}
.scroll-top .scrollup {
	background: #680893 ;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	display: none;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
/* Scroll-top Arrow CSS End */
