/* color code css */
:root {--secondaryColor:#333333;--whitefont:#ffffff;--primaryColor:#06163A;--orangeColor:#E35F13;--blueColor:#0047AB;--pinkColor:#F10B63;--purpleColor:#7259d4;--lightCyan:#f5f7fa;--greenColor:#519B2F;--darkblue:#152D41;--lightGrey:#ecedee;--lightBlue:#379FF4;--lightRed:#E25057;--lightYellow:#EEC044;--lightGreen:#5fe0b5;--placeholder-color:#000000;}
/*end color code css */


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	background: #fff;
    color: #000;
    line-height: 24px;
    letter-spacing: 0.5px;
}
ul, ol {
	list-style: none;
    margin: 0;
    padding: 0;
}

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; font-family:"Rubik Medium";/*line-height:1.35;*/ color:#707070; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; margin-bottom:0px; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

h2{
	font-size: 35px;
    text-transform: uppercase;
    color: #393967;
    text-align: center;
    font-weight: bold;
}
h5{
color: #683aee;
font-size: 22px;
text-align: center;
text-transform: uppercase;	
}
a{
    transition: .3s;
}
a:hover{
    text-decoration: none;
}
/* header start here */

header,footer,section{
	display:block;
}
header{
    width: 100%;
    float: left;
    position: absolute;
    min-height: 84px;
    background: #fff;
    background-size: 100%;
    z-index: 9;
}
header .navbar-inverse{
	background:transparent;
	border:none;
}
/* nav toggle Icon animation 0 */

 #nav-icon0 {
  width: 30px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border:0;
  margin-top: 25px;
}



/* Icon 2 */

#nav-icon0 {
}

#nav-icon0 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #234fef;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon0 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon0 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
  top: 0px;
}

#nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
  top: 10px;
}

#nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
  top: 20px;
}

#nav-icon0.open span:nth-child(1),#nav-icon0.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon0.open span:nth-child(2),#nav-icon0.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon0.open span:nth-child(1) {
  left: 0px;
  top: 9px;
}

#nav-icon0.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

#nav-icon0.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}

#nav-icon0.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}
header .navbar-inverse .navbar-nav > .active > a, header .navbar-inverse .navbar-nav > .active > a:hover, header .navbar-inverse .navbar-nav > .active > a:focus{
background:transparent;
}
header .navbar-nav {
    float: left;
    margin: 0;
    margin-top: 12px;
}
header .navbar-inverse .navbar-nav > li > a{
color:#666;
}
header .navbar-inverse .navbar-nav > li > a:before {
    position: absolute;
    content: '';
    bottom: 10px;
    width: 0;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#6f41f1), to(#6037d6));
    background-image: -webkit-linear-gradient(left, #6f41f1 0%, #6037d6 100%);
    background-image: -o-linear-gradient(left, #6f41f1 0%, #6037d6 100%);
    background-image: linear-gradient(to right, #6f41f1 0%, #6037d6 100%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

header .navbar-inverse .navbar-nav > li.active a:before,
header .navbar-inverse .navbar-nav > li:hover a:before
 {
    width: 25px;
}
header .navbar-inverse .navbar-nav > li:nth-child(4) .active a:before,
header .navbar-inverse .navbar-nav > li:nth-child(4):hover a:before
 {
    /* width: 0px; */
}
header .navbar-inverse .navbar-nav > li:last-child .active a:before,
header .navbar-inverse .navbar-nav > li:last-child:hover a:before
 {
    /* width: 0px; */
}
header .navbar-nav > li.get-quote {
    
}
header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 8px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    min-width: 180px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

header .navbar-inverse .navbar-nav > .open > a, header .navbar-inverse .navbar-nav > .open > a:hover, header .navbar-inverse .navbar-nav > .open > a:focus{
	background: transparent;
}
header .open > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
header .dropdown-menu:before {
    position: absolute;
    content: '';
    bottom: 100%;
    right: 17px;
    border-bottom: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
header .navbar-nav > li.agency a{
       text-shadow: none;
    border-radius: 50px;
    background: #ffc107;
    color: #5f2ded;
    border: none;
    box-shadow: 0px 2px 5px #000;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: bold;
    margin-top: 5px;
    -webkit-animation:wobble-hor-top 9s infinite both;animation:wobble-hor-top 9s infinite both;
}
header .navbar-nav > li a:hover .agency{
    background:transparent;
    border: 1px solid purpul;
}
header .navbar-nav > li.agency ul a {
    background: transparent;
    box-shadow: initial;
    color: #333;
	    text-transform: capitalize;
}
header .navbar-nav > li.agency ul a:hover {
    background: #efefef;
    border-radius: 0;
}
header .navbar-nav > li.get-quote a{
	   text-shadow: none;
    border-radius: 50px;
    background: #fff;
    color: #5f2ded;
    border: none;
    box-shadow: 0px 2px 5px #000;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: bold;
    margin-top: 5px;
}
header .navbar-nav > li a:hover .get-quote{
	background:transparent;
	border: 1px solid purpul;
}
/* header end here */



/* services start */
.services {
    position: relative;
    padding-top: 45px;
	
}
.services-heading{
}
/*.services:after {
    position: absolute;
    content: '';
    left: -50px;
    top: 150px;
    width: 400px;
    height: 500px;
    background-image: url("../image/shape.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    z-index: 1;
}*/
.services:before {
    position: absolute;
    content: '';
    left: -100px;
    top: 300px;
    width: 300px;
    height: 300px;
    background-image: url("../image/dot.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    z-index: 1;
}
.sub-heading{
	position: relative;
	top: -70px;
}
.sub-heading h2 {
    text-align: center;
}
.heading-title{
	font-size: 106px;
	color: #ecedf0;
	text-align: center;
	 font-family:"Rubik Medium";
	 text-transform: uppercase;
}
.services p{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #b7b9c4;
}

.services .item-box {
    width: 100%;
    /* overflow: hidden; */
    margin-top: 80px;
}

/* item 1 */
.services .item1 {
    position: relative;
    background: #f38c8a;
    padding: 15px 25px 05px;
    margin-bottom: 35px;
    text-align: left;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    z-index: 1;
    min-height: 324px;
}
.services .item1 .icon{
	width: 120px;
	height: 120px;
	background: #fae1e1;
	border-radius: 10px;
	text-align: center;
	line-height: 120px;
}
.services .item1 .icon img{
}
.services .item1 h2{
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	color:#fff ;
	margin-top: 20px;
	padding-bottom: 5px;
}
.services .item1 P{
	margin-top: 10px;
	text-align: left;
	color:#fff ;
}
.services .item1:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/dots3.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.services .item1:hover:after {
    opacity: .2;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.services .item1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 15px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
	z-index: -1;
}
.services .item1:hover:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
.services .item1:hover .icon, .services .item1:hover p, .services .item1:hover h2{
	color: #333;
}
.services .item1:hover .icon{
	background: #cccccc82;
}




/* item 2 */
.services .item2 {
    position: relative;
    background: #987fc5;
    padding: 15px 25px 05px;
    margin-bottom: 35px;
    text-align: left;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    z-index: 1;
}
.services .item2 .icon{
	width: 120px;
	height: 120px;
	background: #e2d7f6;
	border-radius: 10px;
	text-align: center;
	line-height: 120px;
}
.services .item2 .icon img{
}
.services .item2 h2{
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	color:#fff ;
	margin-top: 20px;
	padding-bottom: 5px;
}
.services .item2 P{
	margin-top: 10px;
	text-align: left;
	color:#fff ;
}
.services .item2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 15px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
	z-index: -1;
}
.services .item2:hover:before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}
.services .item2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/dots3.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.services .item2:hover:after {
    opacity: .2;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.services .item2:hover .icon, .services .item2:hover p, .services .item2:hover h2{
	color: #333;
}
.services .item2:hover .icon{
	background: #cccccc82;
}




/* item 3 */
.services .item3 {
    position: relative;
    background: #a0d9a3;
    padding: 15px 25px 05px;
    margin-bottom: 35px;
    text-align: left;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    z-index: 1;
}
.services .item3 .icon{
	width: 120px;
	height: 120px;
	background: #e3fce4;
	border-radius: 10px;
	text-align: center;
	line-height: 120px;
}
.services .item3 .icon img{
}
.services .item3 h2{
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	color:#fff ;
	margin-top: 20px;
	padding-bottom: 5px;
}
.services .item3 P{
	margin-top: 10px;
	text-align: left;
	color:#fff ;
}
.services .item3:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 15px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
	z-index: -1;
}
.services .item3:hover:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
}
.services .item3:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/dots3.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.services .item3:hover:after {
    opacity: .2;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.services .item3:hover .icon, .services .item3:hover p, .services .item3:hover h2{
	color: #333;
}
.services .item3:hover .icon{
	background: #cccccc82;
}
/* item 5 */
.services .item5 {
    position: relative;
    background:#ff9100;
    padding: 15px 25px 05px;
    margin-bottom: 35px;
    text-align: left;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    z-index: 1;
    min-height: 437px;
}
.services .item5 .icon{
	width: 120px;
	height: 120px;
	background: #faeddc;
	border-radius: 10px;
	text-align: center;
	line-height: 120px;
}
.services .item5 .icon img{
	
}
.services .item5 h2{
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	color:#fff ;
	margin-top: 20px;
	padding-bottom: 5px;
}
.services .item5 P{
	margin-top: 10px;
	text-align: left;
	color:#fff ;
}
.services .item5:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 15px;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
	z-index: -1;
}
.services .item5:hover:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
.services .item5:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/dots3.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.services .item5:hover:after {
    opacity: .2;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.services .item5:hover .icon, .services .item5:hover p, .services .item5:hover h2{
	color: #333;
}
.services .item5:hover .icon{
	background: #cccccc82;
}


/* item 6 */
.services .item6 {
    position: relative;
    background:#e91e63;
    padding: 15px 25px 05px;
    margin-bottom: 35px;
    text-align: left;
    overflow: hidden;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    z-index: 1;
}
.services .item6 .icon{
	width: 120px;
	height: 120px;
	background: #ffe6ef;
	border-radius: 10px;
	text-align: center;
	line-height: 120px;
}
.services .item6 .icon img{
}
.services .item6 h2{
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	color:#fff ;
	margin-top: 20px;
	padding-bottom: 5px;
}
.services .item6 P{
	margin-top: 10px;
	text-align: left;
	color:#fff ;
}
.services .item6:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    color:#fff ;
    height: 100%;
	border-radius: 15px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
	z-index: -1;
}
.services .item6:hover:before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}
.services .item6:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/dots3.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.services .item6:hover:after {
    opacity: .2;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.services .item6:hover .icon, .services .item6:hover p, .services .item6:hover h2{
	color: #333;
}
.services .item6:hover .icon{
	background:#cccccc82;
}
/* about box css */
.about-box{
	width: 100%;
	background: url('../image/about-bg.png') no-repeat;
	background-size: cover;
	padding: 100px 0; 
}
.about-box p{
	margin-bottom: 40px;
	text-align:left;
}
.about-box .sub-heading h5,
.about-box .sub-heading h2
{
	text-align: left;
}
.about-box .heading-title {
    font-size: 106px;
    color: #ecedf0;
    text-align: center;
    font-family: "Rubik Medium";
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
}
.about-box .sub-heading {
    position: relative;
    top: -50px;
}
.about-box .btn{
	text-shadow: none;
    border-radius: 50px;
    background: #6b41e2;
    color: #fff;
    border: none;
    box-shadow: 0px 5px 5px #000;
    text-transform: uppercase;
    padding: 10px 35px;
    font-weight: bold;
    transition: .4s;
}
.about-box .btn:hover{
	cursor: pointer;
	background: transparent;
	box-shadow: none;
	border: 1px solid #6b41c2;
    color: #6b41c2;
}
.success-stories {
    padding: 50px 0;
    overflow: hidden;
    width: 100%;
}
.success-stories .circle-icon{
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	border:2px solid blue;
	float: left;
	background: #fff;
}
@media (min-width:320px) and (max-width:767px) {
 .success-stories .circle-icon{
     margin-bottom:30px;
 }   
.success-stories p{
    width:50%;
}
.testi-grid{
   columns: 1 !important; 
}
}
.success-stories .circle-icon img{

}
.success-stories .count{
	float: left;
    font-size: 32px;
    color: #333;
    text-align: left;
    padding-left: 25px;
    font-weight: bold;
    font-family: "Rubik Medium";
    margin-top: 20px;
    background: -webkit-linear-gradient(#3199ce, #e456b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.success-stories p{
	float: left;
    padding-left: 25px;
    padding-top: 10px;
    font-size:12px;
}


/* about bottom css */
.about-bottom{
    width: 100%;
    padding: 00px 0 100px 0;
        position: relative;
}
.about-bottom .btn{
	text-shadow: none;
    border-radius: 50px;
    background: #6b41e2;
    color: #fff;
    border: none;
    box-shadow: 0px 5px 5px #000;
    text-transform: uppercase;
    padding: 10px 35px;
    font-weight: bold;
    transition: .4s;
}
.about-bottom .btn:hover{
	cursor: pointer;
	background: transparent;
	box-shadow: none;
	border: 1px solid #6b41c2;
    color: #6b41c2;
}
.about-bottom h4{
	 font-family: "Rubik Medium";
	 font-size:25px;
	 color: #393967;
	 line-height: 40px;
	 margin-bottom: 20px;
}
.about-bottom p{ 
	 font-size: 16px;
	 margin-bottom: 40px;
	 text-align: left;
}

.about-bottom .time-box{
	padding-left: 30px;
	width: 100%;
    text-align: center;
}
.about-bottom .btn-box {
    width: 100%;
    text-align: center;
    float: left;
}
.about-bottom .time-box h5{
	font-size: 15px;
    color: #5a5a5a;
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: capitalize;
}


/* industries */
.industries{
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	float: left;
}
.industries h2 {
    text-align: center;
}
.industries-bg{
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.swing {
    /*animation: swing ease-in-out 1s infinite alternate;*/
    transform-origin: center -20px;
    float:left; 
    margin: 0;  
    position: absolute;
}
.swing img {
}

 .left2rightani {
    position: absolute;
    left: 10%;
    top: 15%;
    -webkit-animation: left2right 10s linear 0s infinite;
    animation: left2right 10s linear 0s infinite;
    opacity: .1; }
 


@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

.buble {
    /*animation: buble ease-in-out 1s infinite alternate;*/
    transform-origin: center -20px;
    right: 0;
    margin: 0;  
    position: absolute;
    z-index: -1;
}
.buble img {
}

@keyframes buble {
  0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
.middle-ani {
    animation: buble ease-in-out 1s infinite alternate;
    transform-origin: center -40px;
   	left: 50%;
    margin: 0;  
    position: absolute;
}
.middle-ani img {
}
@keyframes middle-ani {
  0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
.left-ani {
    animation: buble ease-in-out 1s infinite alternate;
    transform-origin: center -40px;
   	left: 05%;
    margin: 0;  
    position: absolute;
}
.left-ani img {
}
@keyframes left-ani {
  0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
.right-ani {
    animation: buble ease-in-out 1s infinite alternate;
    transform-origin: center -40px;
   	right: 05%;
    margin: 0;  
    position: absolute;
}
.right-ani img {
}
@keyframes right-ani {
  0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
/* TESTIMONIALS */
.testimonials{
	width: 100%;
	padding: 50px 0;
	float: left;
	position: relative;
}
.testimonials .owl-item.video .item {
    padding:0;
}
.testi-videocontent {
    padding: 6px;
    padding-bottom: 20px;
}
.testimonials h2{
    text-align:center;
}
.testimonials .owl-item .item {
    position: relative;
    padding: 35px;
}
.testimonials .owl-item .item:hover{
    border-color:#9774fa;
    box-shadow:0px 5px 5px #9774fa;
}
.testimonials .owl-item .item .description {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 35px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.testimonials .owl-item .item .profile {
    display: inline-flex;
    vertical-align: middle;
    overflow: hidden;
    margin-top: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.testimonials .owl-item .item .profile > img {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.testimonials .owl-item .item .profile .author {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
}
.testimonials .item:after {
   font-family:'FontAwesome';
    position: absolute;
    content: '\f10e';
    right: 55px;
    bottom: 20px;
    color: #d8d7d7;
    font-size: 32px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .7;
}
.testimonials .button {
    position: relative;
    top: 20px;
    /* transform: translateY(-50%); */
    text-align: center;
}
.testimonials .button .navigation {
    border-radius: 5px;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 32px;
}
.btn-three {
    position: relative;
    color: #9ea1b0;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 24px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn-three:hover {
    color: #8b68f2;
    background-color: transparent;
}
.testi-bg{
    width: 100%;
    padding: 20px 0;
    float: left;
    background:url('../image/map.png') no-repeat;
}
/* client */
.clint-box{
    width: 100%;
    padding: 50px 0;
    float: left;
}

/* contact bg box */
.contact-box{
    padding:100px 0;
    background: url('../image/contact-bg.png') no-repeat;
    width: 100%;
    float: left;
    background-size: cover;
}
.contact-box h3{
    color: #fff;
    padding-bottom: 30px;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
}
.contact-box .btn {
    text-shadow: none;
    border-radius: 50px;
    background: #383866;
    color: #fff;
    border: none;
    box-shadow: 0px 5px 5px #000;
    text-transform: uppercase;
    padding: 10px 35px;
    font-weight: bold;
    transition: .4s;
}
 .contact-box .btn:hover {
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
}
/* blog */
section.blog-grid {
    padding-top: 50px;
}
.blog{
    width: 100%;
    padding: 100px 0 50px 0;
    float: left;
}
.blog .owl-item .item {
    position: relative;
    
}
.blog .owl-item .item:hover{
    box-shadow: 0px 5px 5px #ccc;
}
.blog .owl-item .item .description {
   padding:20px;
   float: left;
}
.blog .owl-item .item .authourdate{
        display: flex;
        width: 100%;
        padding-bottom: 10px;
}
.blog .owl-item .item .authourdate .fa{
    padding-right: 5px;
    padding-left: 5px;
}
.blog .owl-item .item .authourdate span{

}
.blog .owl-item .item h2{
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.blog .owl-item .item .description a{
    font-size: 16px;
    color:#5a5a5a;
    padding-top: 10px;
    font-weight: bold;
}
.blog .owl-item .item .description a:hover{
color:#393967; 
}
.blog .owl-item .item p{
    text-align: left;
}
.blog .button {
    position: relative;
    top: 20px;
    /* transform: translateY(-50%); */
    text-align: center;
}
.blog .button .navigation {
    border-radius: 5px;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 32px;
}
.blog .btn-three {
    position: relative;
    color: #9ea1b0;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 24px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.blog .btn-three:hover {
    color: #8b68f2;
    background-color: transparent;
}
.blog-grid .pagination{
    float:right;
}

/* contact form */
.contact-form{
padding: 100px 0 0 0;
float: left;
width: 100%;
position: relative;
min-height: 577px;
}
.contact-form h2 {
    text-align: center;
}
.contact-form input, textarea{
    width: 100%;
}
.contact-form .form-control{
    margin-bottom: 25px;
    height: 60px;
    color: #ccc;
}
.contact-form textarea.form-control{
    min-height: 300px;
}

.contact-form .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
    height: 2.5rem;
}
.contact-form p{
    text-align: center;
    padding-bottom: 20px;
}
.inf__drop-area {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    max-width: 100%;
    border: 1px solid #c4c4c4;
    border-radius:5px;
    padding: 0 20px;
    transition: 0.2s;
}
.inf__hint {
    flex: 1;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.inf__btn {
    display: inline-block;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 5px 12px;
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
    background: #5e2ced;
    color: #fff;
}
.sumbit-btnbox{
    width: 100%;
    text-align: center;
    float: left;
}
.sumbit-btn {
    width: 150px !important ;
    height: 50px;
    background: #5e2ced;
    color: #fff;
    border: none;
    border-radius: 50px;
    transition: .4s;
    text-transform: uppercase;
    box-shadow: 0px 5px 5px #000
}
.sumbit-btn:hover {
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: 1px solid #6b41c2;
    color: #6b41c2;
}
.contact-form .shape-1 {
    position: absolute;
    left: 0%;
    top: 0%;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite;
}
.contact-form .shape-2 {
    position: absolute;
    left: 6%;
    top: 10%;
    -webkit-animation: upndown 8s linear 2s infinite;
    animation: upndown 8s linear 2s infinite;
    opacity: .5;
}

.form-layout {
    padding-top: 40px;
    overflow: hidden;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .2);
    padding-bottom: 40px;
    border-radius: 20px;
    position:absolute;
    background: #fff;
    bottom: -255px;
    width: 70%;
    left: 15%;
}
/* footer */
footer{
    width: 100%;
    float: left;
    background: url('../image/footer-bg.png') no-repeat;
    background-size: cover;
    padding:285px 0 0 0;
}
@media (max-width:767px){
 footer{
      padding:50px 0 0 0;
 }
}
footer .footer-logo{
    margin-bottom: 30px;
}
.footer h3.title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: normal;
    font-weight: normal;
    color: #4a4a75;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding-top: 10px;
}
.footer h3.title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 3px;
    width: 50%;
    background: #5e2ced;
}
.footer-menu {
    display: block;
}
.footer-menu ul {
    display:  block;
    margin:  0;
    padding: 0;
}
.footer-menu ul li {
    display:  block;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    line-height:  0;
}
.footer-menu ul li a {
    display:  inline-block;
    color:  #9da1b2;
    font-size: 15px;
    line-height:  30px;
}
.footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer-menu ul li a:hover {
    color: #277098;
    text-decoration: none;
}
footer i {
    float: left;
    padding-top: 5px;
    font-size: 25px !important;
}
footer span {
    float: left;
    padding-left: 10px;
}
footer .copy{
    padding: 20px 0;
    float: left;
    border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 30px;
}
footer p {
    text-align:justify;
    color: #9da1b2;
}
footer span b {
    color:#7c7e9f;
}
.social ul{
    float: right;
}
.social ul li{
       float: left;
}
.social ul li a{
   display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    border: solid 2px #888c9e;
    font-size: 18px;
    line-height: 36px;
    border-radius: 50%;
    color: #888c9e; 
    transition: all ease 0.5s 0s;
    margin-right: 10px;
    float: left;
}
.social ul li a:hover{
    transform: rotate(360deg);
    color: #5e2ced !important;
    border-color:#5e2ced;
}
.social ul li a i{
    float: none;
}

/* about page css here */

.breadcums-header_bg {
    background: url(../image/breadcums-bg.png) no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 2;
}

.breadcums-header {
    padding: 150px 0 80px;
    background-position: center center;
}

.breadcums-header h2{
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 35px;
    text-transform: uppercase;
}
.breadcums-header ul{
text-align: center;
margin: 0;
padding: 0;
}
.breadcums-header ul li{
    display: inline-block;
}
.breadcums-header ul li.active{
    color:#5fb5fd;
}
.breadcums-header ul li a{
    color: #fff;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    font-size: 18px;    
}
.breadcums-header ul li a:hover{
    color:#5fb5fd;
}
.breadcums-header .fa{
    color: #fff;
    margin: 0 8px;
}
.paddingt40{
    padding-top:40px;
}
.dark-blue{
    color: #454570;
    font-size: 30px;
    text-align: left;
    text-transform: capitalize;
}
.purple-text{
    color:#683aee;
}

.about{
}
.paddingt20{
    padding-top: 20px;
}
.choosel .item1 {
    position: relative;
    background: #fff;
    padding: 20px 10px 0 10px;
    margin-bottom: 35px;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    border:1px solid #ccc;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    min-height:168px;
}
.choosel .item1 p{
    padding: 20px 0 0px 0;
}

.chooser{
}
.chooser p{
    text-align: left;
        line-height: 25px;
}
.chooser h5,h2{
text-align: left;
padding-bottom: 15px;
}

/*.choosel .item1:hover img{
-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}*/
/* choose icon animation */
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

.history-box{
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    position: relative;
}
.history-box h2, p{
    text-align: center;
}
/* history year part */
.story-history-wrapper .story-history-box {
    margin-bottom: 40px;
}
.story-history-box {
    position: relative;
}
.story-history-box:before {
    position: absolute;
    content: '';
    background-color: #fafafa;
    border-radius: 10em;
    border: 9px solid var(--purpleColor);
    display: block;
    height: 24px;
    width: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 35px;
}
.story-history-wrapper .story-history-box .year-label {
    position: absolute;
    left: 43%;
    top: 29px;
}
.story-history-wrapper .story-history-box .year-label {
    left: 41%;
}
.story-history-wrap {
    background: var(--whitefont);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 21px rgba(47,24,71,.1);
    box-shadow: 0 0 21px rgba(47,24,71,.1);
    padding: 22px 30px;
    position: relative;
    max-width: calc(50% - 40px);
    margin-left: auto;
}
.story-history-wrap p{
    text-align: left;
}
.story-history-content {
}
.story-history-box:after {
    position: absolute;
    content: '';
    background-color: #e6e6e6;
    width: 2px;
    height: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 80px;
}
.story-history-wrapper .story-history-box:nth-child(even) .story-history-wrap {
    margin-right: auto;
    margin-left: unset;
}

.story-history-wrapper .story-history-box:nth-child(even) .story-history-wrap:after {
    left: auto;
    right: -6px;
    border-color: transparent transparent transparent var(--whitefont);
    border-width: 6px 0 6px 6px;
}
.story-history-wrapper .story-history-box:nth-child(even) .story-history-wrap p{
    text-align: right;
}
.year-label {
    background-color: var(--purpleColor);
    color: var(--whitefont);
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    padding: 4px 18px;
}
.story-history-wrapper .story-history-box:nth-child(even) .year-label {
    left: auto;
    right: 43%;
}
.story-history-wrapper .story-history-box:nth-child(even) .year-label {
    right: 41%;
}


/* work process */
.work-process-box{
    width: 100%;
    float: left;
    
}
.work-process-box h2{
    text-align: center;
}
.work-process-box-image {
    margin-bottom: 80px;
}
.work-process-box-image img {
    width: 100%;
}
/*blog page deign */
.blog-box {
    position: relative;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    cursor: pointer;
}
.blog-box .description {
    padding: 20px;
    float: left;
}
.blog-box .authourdate {
    display: flex;
    width: 100%;
    padding-bottom: 10px;
}
.blog-box h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.blog-box p{
    text-align: left;
}
.blog-box  .blog-image{

}
.blog-box  .blog-image img{
    width: 100%;
}
.blog-box .authourdate .fa {
    padding-right: 5px;
    padding-left: 5px;
}
.blog-box .description a {
    font-size: 16px;
    color: #5a5a5a;
    padding-top: 10px;
    font-weight: bold;
}
.description a:hover {
    color: #393967;
}
.blog-row2 {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.blog-row-pagination {
    float: left;
    width: 100%;
    padding: 0px 0;
}
.blog-row-pagination ul.pagination li a {
    margin: 0 4px; /* 0 is for top and bottom. Feel free to change it */
    border: none;
    box-shadow: 0px 2px 5px #5e2ced69;
    padding: 15px 20px;
}
.blog-row-pagination .pagination > .active > a{
    background-color: #5e2ced;
    border-radius: 5px;
}

/* =============== blog_detials page design ======================== */

.blog-fullbox{
    width:100%;
    float: left;
    padding: 40px 0;
}
.blog-fullbox .post-image{
    padding-bottom: 15px;
}
.blog-fullbox .post-image img{
    width: 100%;
}
.blog-fullbox .post-meta{

}
.blog-fullbox .post-meta ul li{
        display: inline-block;
        margin-right: 15px;
        text-transform: capitalize;
}
.blog-fullbox .post-meta ul li .fa{
    padding-right: 5px;
}
 .blog-fullbox .technology{
padding: 25px 0;
 }
 .blog-fullbox .technology ul{}

 .blog-fullbox .technology ul li{display: inline-block;margin-right:5px;}

 .blog-fullbox .technology ul li a{
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    background: transparent;
 }
.blog-fullbox .technology ul li a:hover{
    background:#7c52f6; 
    color: #fff;
}
.blog-fullbox p{
    text-align: justify;
}
.blog-fullbox .quote-card.grey-card {
    background: #f0f0f0;
    color: #757594;
    box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
    overflow: hidden;
    position: relative;
}
.quote-card:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f10d';
    position: absolute;
    left: 41px;
    font-size: 5em;
    color: #cfd0d6;
    top: 27px;
}
.quote-card p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    max-width: 86%;
    float: right;
    color: #161690;
}
.social-box {
    float: left;
    width: 100%;
    margin: 20px 0 30px;
}
.social-text{
        float: left;
    padding-top: 10px;
    padding-right: 8px;
}
.blog-fullbox .pagination{
    display: block;
}
.comment-box{border-top:1px solid #ccc;padding: 40px 0;margin-top:30px;overflow: hidden;}
.comment-box h2{
    text-align: left;
    text-transform: capitalize;
    font-size: 22px;
}
.comment-box .reply-btn{
    padding: 10px 8px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
}
.comment-box .reply-btn a{color: #000;}
.comment-box .reply-btn a:hover{}
.comment-box .comment-date {
    padding-bottom: 10px;
}

/* search css here */
#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 10px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#333;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }

     .recent-post {
    overflow: hidden;
    margin-top: 50px;
    }
     .recent-post h4 {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px; 
    font-size: 14px;
    font-weight: 700;
    position: relative;
    }
     .recent-post h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #5e2ced;
    margin: 0;
    }
     .recent-post  li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    }
    .popular-postimage {
    float: left;
    margin-right: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}
.popular-postimage img {
    width: 65px;
    height: 65px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 5px;
}
.recent-post .post-content h5 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 300;
    text-align: left;
}
.recent-post .post-content h5 a{
    color: #333;
}
.recent-post .post-content span {
    color: #bbb;
    font-size: 12px;
}
   .categories-post {
    overflow: hidden;
    margin-top: 50px;
    }
     .categories-post h4 {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px; 
    font-size: 14px;
    font-weight: 700;
    position: relative;
    }
     .categories-post h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #5e2ced;
    margin: 0;
    }
    .categories-post ul{
        list-style: disc;
        padding:0px 20px;
    }
    .categories-post ul li{
        line-height: 35px;
    }
    .categories-post ul li a{
        color: #333;
    }

    .popular-post {
    overflow: hidden;
    margin-top: 50px;
    }
     .popular-post h4 {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px; 
    font-size: 14px;
    font-weight: 700;
    position: relative;
    }
     .popular-post h4 .head-line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #5e2ced;
    margin: 0;
    }
    .popular-post .technology ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 25px;
}
.blog-form {
    padding: 00px 0;
    float: left;
    width: 100%;
    position: relative;
    min-height: 415px;
}
.blog-form-layout {
    padding-top: 40px;
    overflow: hidden;
    padding-bottom: 40px;
    border-radius: 20px;
    position: absolute; 
    bottom: -198px;
    width: 70%;
    left: 15%;

}

.blog-form-layout .sumbit-btnbox{
    text-align: right;
}

.blog-form{
padding: 00px 0;
float: left;
width: 100%;
position: relative;
min-height:405px;
}
.blog-form h2 {
    text-align: left;
    padding-left: 15px;
    text-transform: capitalize;
}
.blog-form input, textarea{
    width: 100%;
}
.blog-form .form-control{
    margin-bottom: 25px;
    height: 60px;
}
.blog-form textarea.form-control{
    min-height: 300px;
}

.blog-form .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
    height: 2.5rem;
}
.blog-form p{
    text-align: center;
    padding-bottom: 20px;
}
.blog-form .head-line {
   position: relative;
    /* bottom: 0; */
    left: 15px;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #5e2ced;
    margin: 0;
    margin-bottom: 20px;
}



/* ===================== start Testimonials ====================== */
.testimonials-box{
    width:100%;
    float: left;
    padding: 40px 0;
}
.testitop-grid{

}
.testitop-grid .testi-video .item {
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0px 5px 5px #ccc;
}
.testitop-grid h2{
    text-align: center;
}
.testitop-grid  .item .description {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left;
}
.testitop-grid  .item:after {
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f10e';
    right: 55px;
    bottom:45px;
    color: #d8d7d7;
    font-size: 32px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .7;
}

.testitop-grid  .item .profile {
    display: inline-flex;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px;
}
.testitop-grid .item .profile > img {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 10px;
}
.testitop-grid .item .profile p{
    text-align: left;
}
.testi-content{
    float: left;
    width:100%;
}



.testi-grid {
    /*-webkit-columns: 2;
    columns: 2;*/
    /*-webkit-column-gap: 5em;
    column-gap: 5em;*/

}
.testi-grid .item {
    position: relative;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 15px;
    box-shadow: 0px 0px 5px #CCC
}
.testi-grid .item p{
text-align: left;
margin-bottom: 0px;
}
.testi-grid  .item .description {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left;
}
.testi-grid  .item .profile {
    display: inline-flex;
    vertical-align: middle;
    overflow: hidden;
    margin-top: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.testi-grid .item .profile > img {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 10px;
}

 .testi-grid .item:after {
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f10e';
    right: 55px;
    bottom: 20px;
    color: #d8d7d7;
    font-size: 32px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .7;
}

/* =========== contact page design here ====================== */
.contact-page{
    width:100%;
    float: left;
    padding: 40px 0;
}
.contact-page p{
    text-align: left;
}
.address-box{
    padding-bottom: 20px 0;
    width: 100%;
    float: left;
}
.address-box h4 {
    color: #393967;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
}
.address-box ul {
    margin: 0;
    padding: 0;
}
.address-box .fa{
    float: left;
    width:30px;
    line-height: 30px;
    color: #602fed;
    font-size: 25px;
}
.address-box ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
}

/* pager navigation css */
.pager {
  padding-left: 0;
  margin: @line-height-computed 0;
  text-align: center;
  list-style: none;
 }
  .pager  li {
    display: inline;}
    

      .pager  li a:hover,
      .pager  li a:focus {
      text-decoration: none;
      background-color: @pager-hover-bg;
    }
  

    .pager  li.next {
      float: right;
    }
  
.pager li > a {
    background: #5e2ced;
    color: #fff;
    font-size: 18px;
    padding: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #5e2ced;
    border:1px solid  #5e2ced;
    padding:15px 20px;
}
 .pager li:hover{
    background: transparent !important;
    border:1px solid  #5e2ced;
    border-radius: 5px;
    color:  #5e2ced;
    box-shadow: none;
}
  
.pager li > a:hover{
     background: transparent !important;
      color:  #5e2ced;
      border-radius: 5px;
}


/* form design code */
.modal-content{
border-radius:0;
}
#modalContactForm .form-control {
    margin-bottom: 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
#modalContactForm .modal-body{
background:#eee;
}
#modalContactForm .btn {
    border-radius: 50px;
    background: #7c52f6;
	border:1px solid #7c52f6;
    color: #fff;
    padding: 10px 30px;
    box-shadow: 0px 5px 5px #000;
}
#modalContactForm .btn:hover{
box-shadow:none;
border:1px solid #7c52f6;
background:transparent;
color:#7c52f6;
font-weight:bold;
}

/* shape animation */
.alter2-header .animation-shape.shape-diamond {
    top: 65%;
    left: 55%;
}
.alter2-header .animation-shape.shape-diamond div {
    opacity: .5;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #007cb7;
    position: relative;
    top: -10px;
}
.alter2-header .animation-shape.shape-diamond div:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 10px;
    border: 10px solid transparent;
    border-top-color: #007cb7;
}
.animation--rotating {
    -webkit-animation: rotating 15s linear infinite normal;
    animation: rotating 15s linear infinite normal;
}

.alter2-header .animation-shape.shape-heart {
    top: 5%;
    left: 15%;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
.alter2-header .animation-shape {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.animation--clockwise {
    -webkit-animation: clockwise 30s linear infinite normal;
    animation: clockwise 30s linear infinite normal;
}
.alter2-header .animation-shape.shape-heart div {
    opacity: .5;
    position: relative;
    width: 30px;
    height: 25px;
}
.alter2-header .animation-shape.shape-heart div:after, .alter2-header .animation-shape.shape-heart div:before {
    position: absolute;
    content: "";
    top: 0;
    left: 15px;
    width: 15px;
    height: 25px;
    background: #007cb7;
    border-radius: 15px 15px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.alter2-header .animation-shape.shape-heart div:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.animation--rotating {
    -webkit-animation: rotating 15s linear infinite normal;
    animation: rotating 15s linear infinite normal;
}

.alter2-header .animation-shape.shape-circle-2 {
    top: 5%;
    left: 75%;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
.breadcums-header_bg.alter2-header.animation-shape.shape-circle-2 {
    top: 55%;
    left: 75%;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
.alter2-header .animation-shape.shape-circle-2:after {
    content:"";
    width: 15px;
    height: 15px;
    background:#ccc;
    border-radius: 50%;
    margin: 0;
}
.alter2-header .animation-shape.shape-ring {
   top: 40%;
    left: 15%;
}
.alter2-header .animation-shape.shape-ring:after {
    content: '';
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 5px solid #ff6f61;
}
.powered-design .shape-ring {
    left: 50%;
    top: 0;
}
.powered-design .shape {
    position: absolute;
}
.powered-design .shape-ring div {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 5px solid #95c2ec;
}
.animation--rotating-diagonal {
    -webkit-animation: rotating-diagonal 15s linear infinite alternate;
    animation: rotating-diagonal 15s linear infinite alternate;
}

.shadow-box {
    
}

.shadow-hover {
    
}

.shadow-hover:hover {
   
}
 .read-more {
    position: relative;
    text-align: right;
    z-index: 1;
    margin-top: 15px;
}
.read-more a {
    background: #fff;
    padding-left: 10px;
}
.read-more a::after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}
.round-svg {
    position: absolute;
    width: 40%;
    left: -25%;
    top: 0%;
    z-index: -1;
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}




/*      [ Responsive ]      */
@media (min-width: 992px){
.navbar-inverse .navbar-toggle {
    display: none;
}
.navbar-inverse .navbar-collapse{
    display: block;
}
.navbar-header {
    float: left;
}
 .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
}
   .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
   header{
        background: #000;
    }
    header .navbar-inverse{
        background: #000;
        padding: 15px 0;
        /*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
    }
     .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
    padding: 0;
  }
header .navbar-nav > li.agency a{
       text-shadow: none;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    border: none;
    box-shadow:0px;
    text-transform: capitalize;
    padding:10px 15px;
    font-weight: normal;
    margin-top: 0px;
}
header .navbar-nav > li.get-quote a{
    text-shadow: none;
    border-radius: 0px;
    background: transparent;
    color: #fff;
    border: none;
    box-shadow:0px;
    text-transform: capitalize;
    padding:10px 15px;
    font-weight: normal;
    margin-top: 0px;
    text-align:left;
}
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
}
header .dropdown-menu::before {
    content: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
header .navbar-nav{
    width: 100%;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0;
    background-color: transparent;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .open > .dropdown-menu li{
    border-bottom: 1px solid #ccc;
}
header .open > .dropdown-menu li:last-child{
border:none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background: transparent;
    color: #fff !important;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.collapse {
    display: none;
}
.breadcums-header_bg{
 background-size: cover;   
}
.banner-right-bg{
    display: none;
}
}


@media only screen and (max-width: 768px) {
.social {
    display: flex;
    justify-content: center;
}
	.top-blank-space{
padding-top:0px !important;
}
	header{
        background: #fff;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
        background:transparent;
    }
    header .navbar-inverse{
		background: #fff;
		padding: 15px 0;
		/*box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);*/
	}
	header .navbar-brand{
		padding: 0;
		height: auto;

	}
	.banner-right-bg{
		display: none;
	}
	.slider .carousel-caption{
		top:20%;
	}
	 .slider .carousel-caption h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
   }
   header .dropdown-menu:before {
   	border: none;
   }
   .social ul{
    float: none;
}
header .navbar-nav > li.agency a {
     text-shadow: none; 
     border-radius: 00px; 
     background: transparent;
     color:#666;
    border: none;
     box-shadow: none; 
    text-transform: capitalize; 
    padding: 10px 15px; 
    font-weight: normal;
    margin-top: 0px;
}
header .navbar-nav > li.get-quote a {
    text-shadow: none;
    border-radius: 00px;
    background: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
    text-transform: capitalize;
    padding: 10px 10px;
    font-weight: normal;
    margin-top: 0px;}
header .navbar-inverse .navbar-nav > li:nth-child(4) .active a:before,
header .navbar-inverse .navbar-nav > li:nth-child(4):hover a:before
 {
    width: 25px;
}
header .navbar-inverse .navbar-nav > li:last-child .active a:before,
header .navbar-inverse .navbar-nav > li:last-child:hover a:before
 {
    width: 25px;
}
.breadcums-header{
    /*min-height: 350px;*/
}
.breadcums-header_bg{
 background-size: cover;   
}
.heading-title{
    font-size: 75px;
}
.testimonials .heading-title{
    font-size: 40px;
}
.form-layout{
    position: inherit;
    width: 100%;
}
.services .item1 .icon{
    width:100% !important;
}
.services .item2 .icon{
width:100% !important;
}
.services .item3 .icon{
    width:100% !important;
}
.services .item5 .icon{
    width:100% !important;
}
.services .item6 .icon{
     width:100% !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px){
.heading-title{
    font-size: 55px;
}
.testimonials .heading-title{
    font-size: 30px;
}
}
/*		[ Animation ]		*/
@-webkit-keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px); }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); } }

@-moz-keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px); }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); } }

@-o-keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px); }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); } }

@keyframes left2right {
  0% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); }
  50% {
    -ms-transform: translateX(100px);
    /* IE 9 */
    -webkit-transform: translateX(100px);
    /* Chrome, Safari, Opera */
    transform: translateX(100px); }
  100% {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px); } }
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes wobble-hor-top{
	0%,100%{-webkit-transform:translateX(0%);transform:translateX(0%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;}
	94%{-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg);}
	95%{-webkit-transform:translateX(-10px) rotate(2deg);transform:translateX(-10px) rotate(2deg);}
	96%{-webkit-transform:translateX(5px) rotate(-2deg);transform:translateX(5px) rotate(-2deg);}
	97%{-webkit-transform:translateX(-5px) rotate(1.6deg);transform:translateX(-5px) rotate(1.6deg);}
	98%{-webkit-transform:translateX(9px) rotate(-2.4deg);transform:translateX(9px) rotate(-2.4deg);}
	99%{-webkit-transform:translateX(-6px) rotate(1.2deg);transform:translateX(-6px) rotate(1.2deg);}
}
@-webkit-keyframes translateY {
	0%   {
		-webkit-transform: translateY(-30px);
		        transform: translateY(-30px);
	 }

	50%  {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		        transform: translateY(-30px);
	}
}
@keyframes translateY {
	0%   {
		-webkit-transform: translateY(-30px);
		        transform: translateY(-30px);
	 }

	50%  {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		        transform: translateY(-30px);
	}
}
@-webkit-keyframes rotate {
	0%   {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

	@keyframes rotate {
	0%   {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes scale {
	0%   {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}

	50%  {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
}

@keyframes scale {
	0%   {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}

	50%  {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
}
@-webkit-keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Chrome, Safari, Opera */
    transform: translateY(100px); }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); } }

@-moz-keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Chrome, Safari, Opera */
    transform: translateY(100px); }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); } }

@-o-keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Chrome, Safari, Opera */
    transform: translateY(100px); }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); } }

@keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Chrome, Safari, Opera */
    transform: translateY(100px); }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px); } }
    
 @-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0) translate(-165px) rotate(0);transform:rotate(0) translate(-165px) rotate(0)}100%{-webkit-transform:rotate(360deg) translate(-165px) rotate(-360deg);transform:rotate(360deg) translate(-165px) rotate(-360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0) translate(-165px) rotate(0);transform:rotate(0) translate(-165px) rotate(0)}100%{-webkit-transform:rotate(360deg) translate(-165px) rotate(-360deg);transform:rotate(360deg) translate(-165px) rotate(-360deg)}}@-webkit-keyframes anti-clockwise{0%{-webkit-transform:rotate(0) translate(165px) rotate(0);transform:rotate(0) translate(165px) rotate(0)}100%{-webkit-transform:rotate(-360deg) translate(165px) rotate(360deg);transform:rotate(-360deg) translate(165px) rotate(360deg)}}@keyframes anti-clockwise{0%{-webkit-transform:rotate(0) translate(165px) rotate(0);transform:rotate(0) translate(165px) rotate(0)}100%{-webkit-transform:rotate(-360deg) translate(165px) rotate(360deg);transform:rotate(-360deg) translate(165px) rotate(360deg)}}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes rotating-diagonal{0%{-webkit-transform:translate(-300px,150px) rotate(0);transform:translate(-300px,150px) rotate(0)}100%{-webkit-transform:translate(300px,-150px) rotate(180deg);transform:translate(300px,-150px) rotate(180deg)}}@keyframes rotating-diagonal{0%{-webkit-transform:translate(-300px,150px) rotate(0);transform:translate(-300px,150px) rotate(0)}100%{-webkit-transform:translate(300px,-150px) rotate(180deg);transform:translate(300px,-150px) rotate(180deg)}}.animation--clockwise{-webkit-animation:clockwise 30s linear infinite normal;animation:clockwise 30s linear infinite normal}.animation--anti-clockwise{-webkit-animation:anti-clockwise 30s linear infinite normal;animation:anti-clockwise 30s linear infinite normal}   

@-webkit-keyframes rotating-diagonal{0%{-webkit-transform:translate(-300px,150px) rotate(0);transform:translate(-300px,150px) rotate(0)}100%{-webkit-transform:translate(300px,-150px) rotate(180deg);transform:translate(300px,-150px) rotate(180deg)}}@keyframes rotating-diagonal{0%{-webkit-transform:translate(-300px,150px) rotate(0);transform:translate(-300px,150px) rotate(0)}100%{-webkit-transform:translate(300px,-150px) rotate(180deg);transform:translate(300px,-150px) rotate(180deg)}}.animation--clockwise{-webkit-animation:clockwise 30s linear infinite normal;animation:clockwise 30s linear infinite normal}.animation--anti-clockwise{-webkit-animation:anti-clockwise 30s linear infinite normal;animation:anti-clockwise 30s linear infinite normal}.animation--rotating{-webkit-animation:rotating 15s linear infinite normal;animation:rotating 15s linear infinite normal}.animation--rotating-diagonal{-webkit-animation:rotating-diagonal 15s linear infinite alternate;animation:rotating-diagonal 15s linear infinite alternate}

@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotating{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}	

#particles-js canvas{
position:absolute;
z-index:1;
}
.top-blank-space{
padding-top:120px;
}
.arrow-bg{
list-style-image:url("../image/arrow.png");
padding-left:15px;}
section.grid-gallery-section {
    padding-top: 100px;
}