@charset "utf-8";


@import url('https://fonts.googleapis.com/css?family=Montserrat');

/* CSS Document */
html, body {
   height: 100%;
}
body {
    font-family: 'Lato', sans-serif;	
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
    width: 12px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
}
body::-webkit-scrollbar-thumb {
  background-color: #0ba6d8;
  outline: 1px solid slategrey;
  border-radius:10px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    line-height: 1.1;
    color: #222;
	text-align: center;
}

h1, .h1{
	font-size:33px;
	text-align:center;
}

b, strong {
    color: #292929;
}

p {
	font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #606060;
    text-align: center;		
}

section {
margin:30px 0;	
}

.more {
padding:10px;	
}


.more a{
padding:10px;
font-size:14px;	
}
.button:hover, .button.active-btn {
    background: #00a7d3;
    color: #ffffff;
	text-decoration:none;
}

.button.active-btn:hover {
    background: #232323;
    color: #ffffff;
}

.horizontal-line {
    margin-bottom: 15px;
}

.horizontal-line div {
    background: #00a7d3 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto;
    width: 77px;
}

.horizontal-line div.top {
    margin-bottom: 3px;
    width: 44px;
}

.btn-icon {
    position: relative;
    padding-right: 61px;
}

.btn-icon .fa {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48px;
    font-size: 21px;
    text-align: center;
    padding: 5px 5px;
    background-color: #0ba6d8;
    color: #f5fcfd;
	
}

.perious-btn  {
	padding-right: 15px;
    padding-left: 65px;
}

.nxt-btn{
	width:70px;
	background: #c5c5c5;
    border-radius: 35px;
    box-shadow: 0 0 15px 0px #444;
    border: 1px solid #bdbdbd;
}
.perious-btn .fa {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 48px;
    font-size: 21px;
    text-align: center;
    padding: 5px 5px;
    background-color: #0ba6d8;
    color: #f5fcfd;
	
}

.btn-icon .fa:hover {
    background-color: #3b393b;
	transition:all .09s;
}
/*---------*/
.sign{
	float:right;
	display:inline-block;
	margin:25px 30px 25PX 5px;
}

.header-no{
	text-align:center;
	display:inline-block;
	margin:25px 0px 25PX 5px;
	width:80%;
}
@media only screen and (max-width:1400px) {
	.header-no{
	    width: 78%;
	}
	.sign {
		float: right;
		display: inline-block;
		margin: 25px 20px 25PX 5px;
	}
}
@media only screen and (max-width:1200px) {
	.header-no{
	    width: 75%;
	}
	.sign {
		margin: 25px 20px 25PX 5px;
	}
}
@media only screen and (max-width:1040px) {
	.header-no {
		width: 72%;
	}
}
@media only screen and (max-width:930px) {
	.header-no {
		display:none;
	}
}
/*-----*/
.flag{
	margin: 0px !important;
    padding: 0px;
}
.sign ul li, .header-no ul li{
	display:inline-block;
	list-style-type:none;
	margin:0 10px;
	font-weight:bold;
}
.btn1{
	background:#229efe;
	/*-webkit-box-shadow: 0px 0px 15px 5px rgb(34, 158, 254);
-moz-box-shadow: 0px 0px 15px 5px rgb(34, 158, 254);
box-shadow: 0px 0px 15px 5px rgb(34, 158, 254);*/
color:#fff;padding:7px 10px;border:1px solid #fff;
}

.sign ul li.phone-no {
   
}
.sign ul li.phone-no a{
   color:#000;
}

.btn1:hover{
color:#fff;
}

.btn {
    font-size: 12px;
    letter-spacing: 1.7px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #04befc;
    border-color: #04befc;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color:#3b393b;
    border-color: #3b393b;
	transition:all .09s;
}
.btn-primary:hover .fa{
    background-color: #3b393b;
}

.bullets {
    display: block;
}
.bullets ul {
    margin-left: 20px;
    padding: 0px;
	list-style-type:none;
}
.bullets ul li {
    text-indent: -13px;
    text-align: justify;
	font-size: 16px;
    font-weight: 400;
    color: #606060;
	line-height:24px;
	letter-spacing: 1px;
	margin:20px 25px 0px;
}
.bullets ul li i {
    color: #0ba6d8 ;
    margin-right: 4px;
}


/*------*/



@-webkit-keyframes glowing {
  0% { -webkit-box-shadow: 0 0 3px rgb(34, 158, 254); }
  50% {-webkit-box-shadow: 0 0 20px 5px #0087ef; }
  100% { -webkit-box-shadow: 0 0 3px rgb(34, 158, 254); }
}

@-moz-keyframes glowing {
  0% {  -moz-box-shadow: 0 0 3px rgb(34, 158, 254); }
  50% {  -moz-box-shadow: 0 0 20px 5px #0087ef; }
  100% { -moz-box-shadow: 0 0 3px rgb(34, 158, 254); }
}

@-o-keyframes glowing {
  0% {  box-shadow: 0 0 3px rgb(34, 158, 254); }
  50% {  box-shadow: 0 0 20px 5px #0087ef; }
  100% {  box-shadow: 0 0 3px rgb(34, 158, 254); }
}

@keyframes glowing {
  0% {  box-shadow: 0 0 3px rgb(34, 158, 254); }
  50% {  box-shadow: 0 0 20px 5px #0087ef; }
  100% {  box-shadow: 0 0 3px rgb(34, 158, 254); }
}

.blink_me{
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}







@-webkit-keyframes myfirst
{
    from {box-shadow:0px 0px 15px 5px rgb(34, 158, 254);}
    to {box-shadow : none;}
}

@-moz-keyframes myfirst
{
    from {box-shadow:0px 0px 15px 5px rgb(34, 158, 254);}
    to {box-shadow : none;}
}
@keyframes myfirst
{
    from {box-shadow:0px 0px 15px 5px rgb(34, 158, 254);}
    to {box-shadow : none;}
}

.blink_me1 {
    box-shadow: 0px 0px 15px 5px rgb(34, 158, 254);
    -webkit-animation: myfirst 1.2s 98765432;
    -moz-animation: myfirst 1.2s 98765432;
    animation: myfirst 1.2s 98765432;
}



/************* Pre Loader **************/

/** Totop **/
#toTop { position:fixed; display:none; 
text-decoration:none; bottom:30px; right:30px; 
overflow:hidden; width:40px; height:40px; border:none; text-indent:100%; 
background:url('../images/totop.png') no-repeat left top; 
z-index:999; opacity:0.8; text-indent:-9999px; 
}
#toTop:hover { opacity:1; 
}
#toTop:after { 
content:""; background-image:url('../images/totop_after.png'); 
background-repeat:no-repeat; 
background-position:center center; 
position:absolute; top:1px; bottom:1px; left:1px; right:1px; margin:auto; width:36px; height:36px; 
  -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
#toTop:active, #toTop:focus { outline:none; 
}
@-webkit-keyframes spinnerRotate
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotate
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes spinnerRotate
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}




/*************Pre Loader-**************/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url(../images/loader.gif) center no-repeat #fff;
}
.about{
	margin-bottom:0px !important;
}

.about p {
text-align:justify;	
}

.about .virtual-man{
	/*padding-right:0px;*/
	padding-left:0px;
	top: -76px;
}
.amazingslider-bullet-0-1, .amazingslider-bullet-0-0, .amazingslider-bullet-0-2, .amazingslider-bullet-0-3, .amazingslider-car-right-arrow-0, .amazingslider-car-left-arrow-0,
.amazingslider-car-right-arrow-0{
	display:none !important;
}
/*----------------------------------*/

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        
    }
    
    100% {
        opacity: 1;
    }
}

@-moz-keyframes slidein {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@-o-keyframes slidein {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

.v-2 {     
    -webkit-animation: slidein 0s ease 1s forwards;
       -moz-animation: slidein 0s ease 1s forwards;
         -o-animation: slidein 0s ease 1s forwards;
            animation: slidein 0s ease 1s forwards;
}   



/*--------------*/

.services {
/*background:#f5f5f5;*/	
background:url(../images/services-bg.png);
margin-top:0px;
padding-bottom:25px;
}

.fond{position:absolute;padding-top:85px;top:0;left:0; right:0;bottom:0;
 background-color:#00506b;}


.block-1{
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.block-1:hover{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}



.custom-box{
	
}

.block-1 {
    position: relative;
margin:20px 0px;
background:#fff;
    display: block;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
}

.block-1:hover{
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.48);
}

.block-1 .block-image {
    position: relative;

    display: block;
    overflow: hidden;

    margin-bottom: 0;

    background-color: #000000;
}

.block-1 .block-image:before {
    display: block;

    padding-top: 58%;

    content: '';
}

.block-1 .block-image:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);

    background-color: rgba(0, 0, 0, .2);
}

.block-1 .block-image .img-full {
    position: absolute;
    top: 0;
    left: 50%;

    width: auto;
    max-width: none;
    height: 100%;

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.block-1 .block-image .link {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.block-1 .block-content {
    position: relative;
	min-height:220px;
    overflow: hidden;

    padding: 12px 20px 24px 20px;

    background-color: #ffffff;
}

.block-1:hover .block-content:before {
    width: 100%;
}
.block-1 .block-content .title {
    
    font-size: 18px;
    font-weight: 600;

    display: inline-block;

    margin-bottom: 15px;

   text-transform: capitalize;
    color: #04befc;
}

.block-1 .block-content .description {
    display: block;

    margin-bottom: 10px;
	min-height: 120px;
    color: #61728d;
}

.block-1 .block-content .description p {
    font-size: 14px;

    margin-bottom: 5px;
}



.block-1 .block-content .readmore {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;

    display: inline-block;

    text-transform: capitalize;

    color: #000;
}




.block-1 .block-content:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.block-1 .block-content:before {
    background-color: #00a7d3;
}

.block-1:hover .hovicon.effect-1.sub-a{
	
    background: #00a7d3;
    color: #fff;
}

.block-1:hover .hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #00a7d3;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s, opacity 0.2s;
 /*   transform: scale(0.8);
    opacity: 0;   */
	transform: scale(1);
    opacity: 1;
}

.block-1:hover .hovicon.effect-1 span{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
 opacity: 1;
}

/*-----------Icon Effect-----*/

/**********Icon Effects css-------*//*--------------------------------------------------------------------  home page services old css

.hovicon {
  display: inline-block;
  font-size: 45px;
  line-height: 90px;
  cursor: pointer;
  margin: 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
/*color: #414141;*/
  /*--------------------------------------------------------------------  home page services old css
  color: #FFF;
}

.hovicon.small {
  font-size: 20px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 7px;
}

.hovicon.mini {
  font-size: 15px;
  line-height: 32px;
  width: 30px;
  height: 30px;
  margin: 7px;
}

.hovicon.auto-width {
  width: auto;
  height: auto;
  padding: 15px;
}

.hovicon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hovicon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

/* Effect 1 *//*--------------------------------------------------------------------  home page services old css
.hovicon.effect-1 {
  background: #a8a8a8;
  -webkit-transition-property: background 0.2s, color 0.2s;
  -moz-transition-property: background 0.2s, color 0.2s;
  transition-property: background 0.2s, color 0.2s;
}

.hovicon.effect-1 span{
	-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;

-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
overflow:hidden;
}
.hovicon.effect-1 span:hover{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
 opacity: 1;
}


.hovicon.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #00a7d3;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

/* Effect 1a */
.hovicon.effect-1.sub-a:hover {
    background: #00a7d3;
    color: #fff;
	/*-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
 opacity: 1;*/
}


/*--------------------------------------------------------------------  home page services old css
.hovicon.effect-1.sub-a:hover i {
  color: #FFF;
}

.hovicon.effect-1.sub-a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@-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);
  }
}--------------------------------------------------------------------------home page services old css
/*----- inner page-servies-landingpage-----*/
.service-land.s-l{
	background: url('../images/bg-2.jpg');
	background-size:cover;
	background-attachment:fixed;
	margin:0;
	padding: 20px 0px;
}

.service-land .hovicon.effect-1 img{
	width:100%;
}

.service-land .hovicon.effect-1{
	background: none;
	margin: 0px;
}
.service-land .hovicon {
    display: inline-block;
    cursor: pointer;
    width: 150px;
    height: 150px;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    /* color: #414141; */
    color: #FFF;
}
.service-land .hovicon.effect-1.sub-a:hover {
    background: none;
    color: #fff;
}
.service-land .block-1:hover .hovicon.effect-1.sub-a {
    background: none;
    color: #fff;
}
.service-land .hovicon.effect-1:after {
    box-shadow: none;
    opacity: 0;
}
.service-land .block-1:hover .hovicon.effect-1:after {
    box-shadow: none !important; 
}
/*-----------Testimonial Slider------------*/
#carousel{
	background: url('../images/client-say-bg.jpg');
	background-position:center;
	background-size:cover;
	margin-bottom:0px;
	padding-bottom:30px;
	
}

.d-s{
	border-left: 2px dashed #777;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
/*
.carousel-fade .carousel-inner .item {
  /*opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;*/
/*  -webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}*/
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .carousel .carousel-control {
    background: none;
    border: none;
    top: 40%;
    font-size: 70px;
    font-weight: 600;
}
/*
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}*/



.quote {
color:#0ba6d8;	
}
#fade-quote-carousel.carousel {
  padding-bottom: 40px;
}
/*
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}*/

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
  z-index:1;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #0ba6d8;
  border: none;
}
#fade-quote-carousel.carousel .carousel-indicators > li.active {
  background-color: #403f41 !important;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 0px;
}

blockquote p{
	color:#4f4f4f;
}


/***************signup - section 5 ***********/

.sign-up{
	background: linear-gradient(52deg, #229efe 0%, #6f6f6f 100%);
	margin:0px;
	display: table;
    width: 100%;
    text-align: center;
	padding:50px 0px;
}

.sign-up  h1{
	 color:#fff;
	 font-weight:bold;
	 vertical-align:middle;
	 padding-bottom:10px;
}


/*-----------------Quote Form-----------*/
.quotes {
background:#000 url(../images/footer-bg.png);
padding:15px 0px;
margin:0px;	
}

.quotes h3 {
	color:#fff;
	text-align:center;
	margin-top:0px;
	margin-bottom:20px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.subscribe {
	
	margin-top:10px;
}

.subs-form {
    display: flex;
    width: 30%;
    margin: 0 auto;	
}

.subs-form input[type="text"] {
    border: 1px solid #e3e3e3;
    color: #555;
    float: left;
    font-size: 14px;
    height: 34px;
    padding: 0 0 0 12px;
    width: 100%;
}

.subs-form label {
    margin: 0;
    position:relative;
    right: 0;
    top: 0;
}

.subs-form label:before {
    color: #ffffff;
    content: "\f003";
    font-family: FontAwesome;
    font-size: 18px;
    left: 17px;
    position: absolute;
    top: 3px;
}

.subs-form input[type="submit"] {
    background: #0ba6d8 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    float: left;
    height: 34px;
    width: 54px;
}

/*-----------------Portfolio css-----------*/
/*
.portfolio .col-md-3 {
	padding-left:0px;
	padding-right:0px;
}
*/


.portfolio h3 {
text-align:center;	
}

.portfolio p {
color:#000;
}

.works-list > .row > .col-md-4 {
    z-index: 9;
}
.works-list .col-lg-1, .works-list .col-lg-10, .works-list .col-lg-11, .works-list .col-lg-12, .works-list .col-lg-2, .works-list .col-lg-3, .works-list .col-lg-4, .works-list .col-lg-5, .works-list .col-lg-6, .works-list .col-lg-7, .works-list .col-lg-8, .works-list .col-lg-9, .works-list .col-md-1, .works-list .col-md-10, .works-list .col-md-11, .works-list .col-md-12, .works-list .col-md-2, .works-list .col-md-3, .works-list .col-md-4, .works-list .col-md-5, .works-list .col-md-6, .works-list .col-md-7, .works-list .col-md-8, .works-list .col-md-9, .works-list .col-sm-1, .works-list .col-sm-10, .works-list .col-sm-11, .works-list .col-sm-12, .works-list .col-sm-2, .works-list .col-sm-3, .works-list .col-sm-4, .works-list .col-sm-5, .works-list .col-sm-6, .works-list .col-sm-7, .works-list .col-sm-8, .works-list .col-sm-9, .works-list .col-xs-1, .works-list .col-xs-10, .works-list .col-xs-11, .works-list .col-xs-12, .works-list .col-xs-2, .works-list .col-xs-3, .works-list .col-xs-4, .works-list .col-xs-5, .works-list .col-xs-6, .works-list .col-xs-7, .works-list .col-xs-8, .works-list .col-xs-9 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}


/*
.portfolio-item .overlayed {
    position: relative;
    text-align: center;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.portfolio-item .overlayed .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background: none;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 1;
}

.portfolio-item:hover .overlayed .overlay {
    opacity: 1;
    background: rgba(0, 208, 245, 0.85);
}

.portfolio-item .overlayed .overlay .overlay_title {
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20% 0 7px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    background: transparent;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}*/

/*----*****---- << 1.7. Galleries >> ----*****----*/
	
	.gallery { margin: 0 -1.1666667% 1.75em; }
	.gallery-item { display: inline-block; max-width: 33.33%; padding: 0 1.1400652% 2.2801304%; text-align: center; vertical-align: top; width: 100%; box-sizing:border-box; }
	
	.gallery-columns-1 .gallery-item { max-width: 100%; }	
	.gallery-columns-2 .gallery-item { max-width: 50%; }	
	.gallery-columns-4 .gallery-item { max-width: 25%; }	
	.gallery-columns-5 .gallery-item { max-width: 20%; }	
	.gallery-columns-6 .gallery-item { max-width: 16.66%; }	
	.gallery-columns-7 .gallery-item { max-width: 14.28%; }	
	.gallery-columns-8 .gallery-item { max-width: 12.5%; }	
	.gallery-columns-9 .gallery-item { max-width: 11.11%; }
	
	.gallery-icon img { margin: 0 auto; }
	
	.gallery-caption { color: #686868; display: block; font-size: 13px; font-size: 0.8125rem; font-style: italic; line-height: 1.6153846154; 	padding-top: 0.5384615385em; }	
	.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }
/*************** virtual Assistant ***********/

.virtual-assistant {
	background:#f2f2f2;
	padding-bottom:65px;
	margin-bottom:0px;
}

.virtual-assistant2 {
	margin:0px;
	padding-bottom:0px;
	margin-bottom: -60px;
}

.virtual-assistant h2, .virtual-assistant2 h2{
	font-size:24px;
	margin-top:5px;
}

.virtual-assistant p, .virtual-assistant2 p{
	text-align:justify;
}

#test_custom, #test_new {
	font-size: 24px;
    font-weight: 700;
    color: #03bdfb;
    display: inline-block;
	text-align:center;
}
#test_custom q:before, #test_new  q:before, #test_custom q:after, #test_new  q:after{
	font-size: 35px;   
}

.virtual-robo1{
	top:-40px;
	z-index:2;
}

.virtual-tailor{
	top:-60px;
}
/*************** start-now - section 5 ***********/

.start-now{
	 background: url('../images/bg8.jpg');
	 height:300px;
	 background-position-x:center;
	 background-position-y:center;
	 background-size:cover;	
	 display: table;
    width: 100%;
    text-align: center;
}

.start-now h1{
	font-size:42px;
	 color:#fff;
	 font-weight:bold;
	 vertical-align:middle;
	 padding-top:40px;
}

.start-now h3{
	 color:#fff;
	 font-weight:400;
	 vertical-align:middle;
	 padding-bottom:20px;
}

/***************Footer Contact***********/

#contact-section {
    background: rgba(0, 0, 0, 0) url(../images/bg-address.jpg) repeat fixed center center / cover;
    padding: 50px 0;
}


.space{
	margin:24px 0px;
	display:table;
}


#rocket {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    cursor: pointer;
}
/*=============================================
[ Inactive State Styles ]
==============================================*/
#rocket .fire {
  display: none;
  fill: #FC0;
}
#rocket .rocket-inner {
    -webkit-transform: translateY(15px) translateX(-3px);
    -moz-transform: translateY(15px) translateX(-3px);
    -ms-transform: translateY(15px) translateX(-3px);
    -o-transform: translateY(15px) translateX(-3px);
    transform: translateY(15px) translateX(-3px);
    /*transition*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#rocket .icon-circle {
    /*transition*/
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    fill: #22303e;
}
#rocket .large-window-path {
    /*transition*/
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    fill: #22303e;
}
#rocket .window {
    /*transition*/
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    fill: #22303e;
}
#rocket .wing-shadow { fill: #34495e }
#rocket .rocket-bottom { fill: #34495e }
#rocket .rocket-base { fill: #34495e }
#rocket .rocket-shadow { fill: #34495e}
#rocket .wing-base { fill: #34495e }

/*=============================================
[ Hover Styles ]
==============================================*/
#rocket:hover .icon-circle {
    fill: #34495e;
    stroke: #fff;
    stroke-width: 3px;
}
#rocket:hover .rocket-base {
    fill: #fff;
    stroke: #fff;
    stroke-width: 3px;
}
#rocket:hover .window {
    fill: #34495e;
    stroke: #fff;
    stroke-width: 2px;
}
#rocket:hover .rocket-bottom {
    fill: #fff;
    stroke: #fff;
}
#rocket:hover .wing-base {
    fill: #fff;
    stroke: #fff;
    stroke-width: 3px;
}
#rocket:hover .wing-shadow { display: none }
#rocket:hover .rocket-shadow { fill: #fff }

/*=============================================
[ Clicked Styles ]
==============================================*/
#rocket.clicked .fire {
    display:block !important;
}
#rocket.clicked .rocket-base  {
    fill: #FFFFFF !important;
    stroke-width: 0px !important;
}
#rocket.clicked .rocket-shadow {
    fill: #EDEDED !important;
    stroke-width: 0px !important;
}
#rocket.clicked .icon-circle {
    fill: #282e3a !important;
    stroke: #fff !important;
    stroke-width: 7px !important;
}
#rocket.clicked .window{
    fill: #28B767 !important;
    stroke-width: 0px !important;
}
#rocket.clicked .wing-shadow {
    display: block !important;
    fill: #FC9252 !important;
}
#rocket.clicked .wing-base {
    fill: #E16E36 !important;
    stroke-width: 0px !important;
}
#rocket.clicked .rocket-bottom {
    fill: #2DCB73 !important;
    stroke-width: 0px !important;
}
#rocket.clicked .rocket-inner {
    -webkit-transform: translateY(0px) translateX(-3px) !important;
    -moz-transform: translateY(0px) translateX(-3px) !important;
    -ms-transform: translateY(0px) translateX(-3px) !important;
    -o-transform: translateY(0px) translateX(-3px) !important;
    transform: translateY(0px) translateX(-3px) !important;
}
/*=============================================
[ KeyFrame Animations ]
==============================================*/
@keyframes fireSmall { 
    10% { transform: rotate(17deg) translateY(1px) }
    20% { transform: rotate(-13deg) translateY(2px) }
    30% { transform: rotate(21deg) translateY(3px) }
    40% { transform: rotate(-34deg)translateY(4px) }
    50% { transform: rotate(24deg) translateY(5px) }
    60% { transform: rotate(-17deg) translateY(6px) }
    70% { transform: rotate(31deg) translateY(7px) }
    80% { transform: rotate(-28deg) translateY(8px) }
    90% { transform: rotate(14deg) translateY(9px) }
    99% { transform: rotate(0deg) translateY(10px) }
}
@-webkit-keyframes fireSmall { 
    10% { -webkit-transform: rotate(17deg) translateY(1px) }
    20% { -webkit-transform: rotate(-13deg) translateY(2px) }
    30% { -webkit-transform: rotate(21deg) translateY(3px) }
    40% { -webkit-transform: rotate(-34deg)translateY(4px) }
    50% { -webkit-transform: rotate(24deg) translateY(5px) }
    60% { -webkit-transform: rotate(-17deg) translateY(6px) }
    70% { -webkit-transform: rotate(31deg) translateY(7px) }
    80% { -webkit-transform: rotate(-28deg) translateY(8px) }
    90% { -webkit-transform: rotate(14deg) translateY(9px) }
    99% { -webkit-transform: rotate(0deg) translateY(10px) }
}
@-moz-keyframes fireSmall { 
    10% { -moz-transform: rotate(17deg) translateY(1px) }
    20% { -moz-transform: rotate(-13deg) translateY(2px) }
    30% { -moz-transform: rotate(21deg) translateY(3px) }
    40% { -moz-transform: rotate(-34deg)translateY(4px) }
    50% { -moz-transform: rotate(24deg) translateY(5px) }
    60% { -moz-transform: rotate(-17deg) translateY(6px) }
    70% { -moz-transform: rotate(31deg) translateY(7px) }
    80% { -moz-transform: rotate(-28deg) translateY(8px) }
    90% { -moz-transform: rotate(14deg) translateY(9px) }
    99% { -moz-transform: rotate(0deg) translateY(10px) }
}
@-webkit-keyframes fireLeft { 
    6% { -webkit-transform: rotate(25deg) }
    15% { -webkit-transform: rotate(-19deg) }
    25% { -webkit-transform: rotate(25deg) }
    32% { -webkit-transform: rotate(-30deg) }
    46% { -webkit-transform: rotate(22deg) }
    54% { -webkit-transform: rotate(-29deg) }
    61% { -webkit-transform: rotate(32deg) }
    74% { -webkit-transform: rotate(-9deg) }
    83% { -webkit-transform: rotate(16deg) }
    99% { -webkit-transform: rotate(0deg) }
}
@-moz-keyframes fireLeft { 
    6% { -moz-transform: rotate(25deg) }
    15% { -moz-transform: rotate(-19deg) }
    25% { -moz-transform: rotate(25deg) }
    32% { -moz-transform: rotate(-30deg) }
    46% { -moz-transform: rotate(22deg) }
    54% { -moz-transform: rotate(-29deg) }
    61% { -moz-transform: rotate(32deg) }
    74% { -moz-transform: rotate(-9deg) }
    83% { -moz-transform: rotate(16deg) }
    99% { -moz-transform: rotate(0deg) }
}
@keyframes fireMiddle { 
    10% { transform: rotate(25deg) }
    20% { transform: rotate(-25deg) }
    30% { transform: rotate(30deg) }
    40% { transform: rotate(-22deg) }
    50% { transform: rotate(29deg) }
    60% { transform: rotate(-45deg) }
    70% { transform: rotate(37deg) }
    80% { transform: rotate(-15deg) }
    90% { transform: rotate(16deg) }
    99% { transform: rotate(0deg) }
}
@-webkit-keyframes fireMiddle { 
    10% { -webkit-transform: rotate(25deg) }
    20% { -webkit-transform: rotate(-25deg) }
    30% { -webkit-transform: rotate(30deg) }
    40% { -webkit-transform: rotate(-22deg) }
    50% { -webkit-transform: rotate(29deg) }
    60% { -webkit-transform: rotate(-45deg) }
    70% { -webkit-transform: rotate(37deg) }
    80% { -webkit-transform: rotate(-15deg) }
    90% { -webkit-transform: rotate(16deg) }
    99% { -webkit-transform: rotate(0deg) }
}
@-moz-keyframes fireMiddle { 
    10% { -moz-transform: rotate(25deg) }
    20% { -moz-transform: rotate(-25deg) }
    30% { -moz-transform: rotate(30deg) }
    40% { -moz-transform: rotate(-22deg) }
    50% { -moz-transform: rotate(29deg) }
    60% { -moz-transform: rotate(-45deg) }
    70% { -moz-transform: rotate(37deg) }
    80% { -moz-transform: rotate(-15deg) }
    90% { -moz-transform: rotate(16deg) }
    99% { -moz-transform: rotate(0deg) }
}
@keyframes fireRight { 
    15% { transform: rotate(17deg) }
    23% { transform: rotate(-13deg) }
    37% { transform: rotate(21deg) }
    45% { transform: rotate(-34deg) }
    54% { transform: rotate(24deg) }
    67% { transform: rotate(-17deg) }
    72% { transform: rotate(31deg) }
    84% { transform: rotate(-28deg) }
    96% { transform: rotate(14deg) }
    99% { transform: rotate(0deg) }
}
@-webkit-keyframes fireRight { 
    15% { -webkit-transform: rotate(17deg) }
    23% { -webkit-transform: rotate(-13deg) }
    37% { -webkit-transform: rotate(21deg) }
    45% { -webkit-transform: rotate(-34deg) }
    54% { -webkit-transform: rotate(24deg) }
    67% { -webkit-transform: rotate(-17deg) }
    72% { -webkit-transform: rotate(31deg) }
    84% { -webkit-transform: rotate(-28deg) }
    96% { -webkit-transform: rotate(14deg) }
    99% { -webkit-transform: rotate(0deg) }
}
@-moz-keyframes fireRight { 
    15% { -moz-transform: rotate(17deg) }
    23% { -moz-transform: rotate(-13deg) }
    37% { -moz-transform: rotate(21deg) }
    45% { -moz-transform: rotate(-34deg) }
    54% { -moz-transform: rotate(24deg) }
    67% { -moz-transform: rotate(-17deg) }
    72% { -moz-transform: rotate(31deg) }
    84% { -moz-transform: rotate(-28deg) }
    96% { -moz-transform: rotate(14deg) }
    99% { -moz-transform: rotate(0deg) }
}
@keyframes fillOpacity1 { 
    0% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    50% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    100% {
        fill-opacity: 0;
        stroke-opacity: 0;
    }
}
@-webkit-keyframes fillOpacity1 { 
    0% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    50% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    100% {
        fill-opacity: 0;
        stroke-opacity: 0;
    }
}
@-moz-keyframes fillOpacity1 { 
    0% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    50% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    100% {
        fill-opacity: 0;
        stroke-opacity: 0;
    }
}
@keyframes fillOpacity2 { 
    0% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    25% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    100% {
        fill-opacity: 0;
        stroke-opacity: 0;
    }
}
@-webkit-keyframes fillOpacity2 { 
    0% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    25% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    100% {
        fill-opacity: 0;
        stroke-opacity: 0;
    }
}
@-moz-keyframes fillOpacity2 { 
    0% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    25% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    100% {
        fill-opacity: 0;
        stroke-opacity: 0;
    }
}
@keyframes fillOpacity3 { 
    0% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    67% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    100% {
        fill-opacity: 0;
        stroke-opacity: 0;
    }
}
@-webkit-keyframes fillOpacity3 { 
    0% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    67% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    100% {
        fill-opacity: 0;
        stroke-opacity: 0;
    }
}
@-moz-keyframes fillOpacity3 { 
    0% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    67% {
        fill-opacity: 1;
        stroke-opacity: 1;
    }
    100% {
        fill-opacity: 0;
        stroke-opacity: 0;
    }
}
@keyframes rocektMove { 
    0% { transform: translateY(0px) }
    100% { transform: translateY(20px) }
}
@-webkit-keyframes rocektMove { 
    0% { -webkit-transform: translateY(0px) }
    100% { -webkit-transform: translateY(20px) }
}
@-moz-keyframes rocektMove { 
    0% { -moz-transform: translateY(0px) }
    100% { -moz-transform: translateY(20px) }
}
/*=============================================
[ Animation Classes ]
==============================================*/
.fire {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*transform-origin*/
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /*animation-direction*/
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -ms-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
}
#rocket.clicked  #fire-left {
    /*animation-delay*/
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    /*animation-name*/
    -webkit-animation-name: fireLeft, fillOpacity1;
    -moz-animation-name: fireLeft, fillOpacity1;
    -ms-animation-name: fireLeft, fillOpacity1;
    -o-animation-name: fireLeft, fillOpacity1;
    animation-name: fireLeft, fillOpacity1;
    /*animation-duration*/
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
#rocket.clicked #fire-middle {
    /*animation-delay*/
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    /*animation-name*/
    -webkit-animation-name: fireMiddle, fillOpacity1;
    -moz-animation-name: fireMiddle, fillOpacity1;
    -ms-animation-name: fireMiddle, fillOpacity1;
    -o-animation-name: fireMiddle, fillOpacity1;
    animation-name: fireMiddle, fillOpacity1;
    /*animation-duration*/
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

#rocket.clicked #fire-right {
    /*animation-delay*/
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    /*animation-name*/
    -webkit-animation-name: fireRight, fillOpacity1;
    -moz-animation-name: fireRight, fillOpacity1;
    -ms-animation-name: fireRight, fillOpacity1;
    -o-animation-name: fireRight, fillOpacity1;
    animation-name: fireRight, fillOpacity1;
    /*animation-duration*/
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -ms-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    animation-duration: 1.3s;
}

#rocket.clicked #fire-small-left {
    /*animation-delay*/
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    /*animation-name*/
    -webkit-animation-name: fireSmall, fillOpacity2;
    -moz-animation-name: fireSmall, fillOpacity2;
    -ms-animation-name: fireSmall, fillOpacity2;
    -o-animation-name: fireSmall, fillOpacity2;
    animation-name: fireSmall, fillOpacity2;
    /*animation-duration*/
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    -ms-animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    animation-duration: 1.3s;
    /*transform-origin*/
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}

#rocket.clicked #fire-small-right{
    /*animation-delay*/
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    /*animation-name*/
    -webkit-animation-name: fireSmall, fillOpacity3;
    -moz-animation-name: fireSmall, fillOpacity3;
    -ms-animation-name: fireSmall, fillOpacity3;
    -o-animation-name: fireSmall, fillOpacity3;
    animation-name: fireSmall, fillOpacity3;
    /*animation-duration*/
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -ms-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    /*transform-origin*/
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}

/*** 

====================================================================
    Contact style
====================================================================

***/
#contact-section {
    background: rgba(0, 0, 0, 0) url("../images/bg-address.jpg") repeat fixed center center / cover;
    padding: 50px 0;
	margin-top:0px;	
}
.cols-border [class*=col-] { border-left: 1px dotted #fafafa }
/*.sokal-sm .col-sm-3:nth-child(3),
.sokal-sm .col-xs-6:nth-child(3) {
    border-left: 0;
}
*/
.cols-border [class*=col-]:first-child { border-left: 0 }
.contact-area.cols-border [class*="col-"] { height: 215px }
.contact-icon i {
    color: #f4f4f4;
    font-size: 45px;
    font-weight: 500;
}
.contact-area h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 17px 0;
}
.contact-area address {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
.contact-area address span a {
    color: #fff;
    float: none;
    font-weight: 400;
}
.contact-area address span {
    font-weight: 400;
    display: block;
}


.right-br{
	
}

.left-space{
	padding-left:30px;
	border-left:2px solid #666;
}

.cl-a{
	margin:50px 0px;
}

.contact-us-info .contact-us-links .medium-heading {
    display: block;
    line-height: 0.7;
    margin-bottom: 7px;
}

.medium-heading {
    color: #343a3b;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: -0.7px;
}

.contact-us-info .contact-us-links .contact-info-link {
    display: inline-block;
    font-family: "Domine", serif;
    font-weight: 400;
    color: #343a3b;
}
.contact-us-info .contact-us-links {
    color: #343a3b;
    font-size: 18px;
	display:inline-block;
}
.contact-us-info .contact-img {
    max-width: 58px;
    margin-right: 6%;
	display:inline-block;
	    vertical-align: top;
}
.contact-us-info {
    border: 1px solid #fff;
    margin-top: 4px; 
    padding: 30px 1% 26px 5.5%;
}
/**

/*******  Footer  *********/

footer {
display:block;
    background:url(../images/bg-dark.png);
	background-repeat: repeat;
margin-top: -64px;
padding:20px 0px;
}


.foot-logo {
margin:0px auto;	
text-align:center;
}
.foot-logo img{
margin:0px auto;	
text-align:center;
}



.contact-block {
    margin-top: 20px;	
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.foot-icon {
    line-height: 29px;
    border: 1px solid #04befc;
    font-size: 1.875rem;
    color: #04befc;
    padding: 12px;
}

.contact-us p {
text-align:left;
    line-height: 13px;	
}

footer h5 {
text-transform:uppercase;
font-size:16px;
text-align:center;	
margin:20px 0;
}

.foot-about p {
margin-top:46px;
text-align:justify;	
}

.visa {
margin-top:20px;
}

.links {
display:inline-block;
margin:0 auto;
margin-top:20px;
    display: table;
}

.links li {
display:inline-block;
text-align:center;
padding:0 10px;

}

.links li a{
display:block;
color:#000;
font-size:14px;
font-weight:400;	
}

.links li a:hover {

    color: #0ba6d8;
}


.links li a i{
	
margin-right:5px;
}


.social-icons {
text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 15px;
}

.social-icons .fa-twitter, .social-icons .fa-facebook, .social-icons .fa-linkedin, .social-icons .fa-google-plus, .social-icons .fa-youtube{
	color:#fff;
	border-radius: 3.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 3px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3.6rem;
	-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;

-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
overflow:hidden;
}
.social-icons .fa-facebook {
	background-color:#3c5b9b;
}

.social-icons .fa-twitter:hover, .social-icons .fa-facebook:hover, .social-icons .fa-linkedin:hover, .social-icons .fa-google-plus:hover,
.social-icons .fa-youtube:hover {
	-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
}
.social-icons .fa-twitter {
	background-color: #48c3f2;
}
.social-icons .fa-linkedin {
	background-color:#007bb6;
}
.social-icons .fa-google-plus {
   background-color:#f63e28;
}
.social-icons .fa-youtube {
	background-color:#fe3432;
}
.social-icons ul {
	display:block;
	margin:0px;
	padding:0px;	
}
.social-icons ul li{
	display:block;
	float:left;
	margin:0px 3px;
}
.social-icons ul li a{
	text-decoration:none;
}

.copy {
background:#000;
color:#000;
padding:10px 0;	
}

.copy p, .copy a{
font-size:12px;
color:#fff;	
}
.revealOnScroll {
  opacity: 0;
}
/*******  Footer  *********/


/******* inner page - services tab section  *********/
.service-sec{
	padding:12px 0;
	display:block;
}

.service-sec .s-a{	
	background:#fff;
	width:100%;
	display:table;
	border-radius: 10px;
	box-shadow: 5px 5px #b0aeaf;
	border-right: 15px solid #1a8fec;
}


.icon-a{
	padding: 10% 20%;
}

.icon-a img{
	width:20px;
	vertical-align: sub;
}

.i-b{
	padding: 21% 20% !important;
}

.service-sec .ser-icon{
	position: relative;
	width:20%;
	float:left;
	height:100%;
	z-index:1;
	-moz-clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
    background-color: #1a8fec;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.service-sec .ser-icon:after {
    content: "";
    position: absolute;
	left:69%;
    top: 0;
    width: 17px;
    height: 100%;
    z-index: 1;
	-moz-clip-path: polygon(20% 0%, 100% 50%, 20% 100%, 0% 100%, 80% 50%, 0% 0%);
	-webkit-clip-path: polygon(20% 0%, 100% 50%, 20% 100%, 0% 100%, 80% 50%, 0% 0%);
	clip-path: polygon(20% 0%, 100% 50%, 20% 100%, 0% 100%, 80% 50%, 0% 0%);
    background-color: #f2f2f2;
}


.service-sec .ser-icon i{
	font-size:33px;
	text-align:center;
	color:#fff;
}

.service-sec .ser-description{
	width:80%;
	float:left;
	display:block;
	text-align:justify;
	padding:0 20px;
}
.service-sec .ser-description h3{
	font-size:16px;
	margin-top: 12px;
	text-align:left;
}


.service-sec .ser-description p{
	text-align:justify;
}


/*******  inner page - pro servies *********/
.inner-banner{
	margin-bottom:0px;
}
.page-title{
	position: absolute;
    top: 18%;
    width: 100%;
}
.page-title h2{
font-size:32px;	
}
.page-title h1{
	text-align:center;
	font-size:42px;
	color:#fff;
}
.pro-service{
	margin:0px;
	padding-bottom:30px;
	background:#f2f2f2;
}

.pro-service .responsive a img{
   vertical-align:middle;
}

.pro-service .nav-tabs {
    border-bottom: 1px solid #ddd;
	background:#fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.pro-service .nav-tabs a {
    margin-right: 0px;
    line-height: 1.42857143;
	border: none;
    border-radius:0;
	font-weight:bold;
	color: #555;
	text-align:center;
	display: block;
}

.pro-service .nav-tabs .active{
	 color: #fff;
    cursor: default;
    background-color: #03bdfb;
    border: none !important;
	border-bottom:none;
	
}
/*
.pro-service .nav-tabs div.active>a, .pro-service .nav-tabs div.active>a:hover, .pro-service .nav-tabs div.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #03bdfb;
    border: none !important;
	border-bottom:none;

}*/
.pro-service  .nav-tabs> div {
    margin-bottom: 0px;
    border-right: 1px solid #d4d4d4;
    padding-right: 0px;
    padding-left: 0px; 
}

.pro-service  .nav-tabs [class*=col-]:nth-child(3) {
     margin-bottom: 0px;
    border-right: 1px solid #d4d4d4;
}

.pro-service  .nav-tabs>div:last-child {
    border-right: 0px solid #a9a9a9;
}

.pro-service .nav-tabs a.active:after {
    content: "\f0d7";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
   
    font-size: 42px;
    color: #03bdfb;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    text-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.pro-service .nav  a{
    padding: 10px 16px;
	text-align: center;
	min-height: 128px;
}

.pro-service .nav>li>a:hover, .pro-service .nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
	color:#03bdfb;
	
}

.pro-service  .tab-ab{
	padding:30px 0;
	min-height:350px;
}

.pro-service  .tab-ab h1{
    margin-bottom: 30px;
}


/*******  inner page - contact us/ sign up *********/
.contact p{
	/*text-align:left;*/
}

/*-- effect --*/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width:100%;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size:12px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
input[type=radio], input[type=checkbox] {
    margin: 8px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}


/* Chisato */

.input--chisato {
	padding-top: 1em;
}

.input__field--chisato {
	width: 100%;
	padding:10px;
	background: transparent;
	border: 2px solid #b5b5b5;
	color: #888;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}

.input__label--chisato {
	width: 100%;
	position: absolute;
	top: 0;
	text-align: left;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}

.input__label-content--chisato {
	padding: 0 1em;
	font-weight: 400;
	color: transparent;
	line-height: 16px;
}

.input__label-content--chisato::after {
	content: attr(data-content);
	position: absolute;
	top: -200%;
	left: 0;
	color: #03bdfb;
	font-weight: 800;
}

.input__field--chisato:focus,
.input--filled .input__field--chisato {
	border-color: #03bdfb;
}

.input__field--chisato:focus + .input__label--chisato,
.input--filled .input__label--chisato {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}

.input__field--chisato:focus + .input__label--chisato .input__label-content--chisato,
.input--filled .input__label-content--chisato {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
}

@-webkit-keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}
/*-- //effect --*/

.agileinfo_mail_grids {
    padding-top: 0px;
}

.contact.c-a .agileinfo_mail_grids{
	 padding-top: 0em;
}
.contact.c-a h3{
	 margin-top: 0px;
}

.agileinfo_mail_grids .vv-a1{
	padding-left:0px;
	padding-right:10px;
}

.agileinfo_mail_grids .vv-a2{
	padding-left:10px;
	padding-right:0px;
}

.agileinfo_mail_grids textarea {
    outline: none;
    background: none;
    border: 2px solid #b5b5b5;
    font-size: 16px;
    color: #959595;
    font-weight: 400;
    width: 100%;
    padding: .9em 0.5em;
    margin: 1em 0;
    min-height: 110px;
}
.agileinfo_mail_grids textarea:focus {
    border-color:#03bdfb;
}

.choose-us{
	text-align:center;
	background-color: #f9f9f9;
	background-image:  url('../images/choose-us-bg.jpg');
	background-size:100%;
	background-attachment:fixed;
	margin-top:0px;
	padding: 30px 0px 40px;
}

.choose-us h3{

	color:#008cba;
}


.choose-us h1{
	color:#fff;
}

.choose-us.s-c{
	text-align:center;
	background: #f1f1f1;
	margin:0px;
}


.choose-us .col-md-4{
margin:10px 0px;
}

.choose-us .col-md-4 .wcu{
    display: block;
    padding: 5px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.86);
    border: 2px solid #222;
    min-height: 178px;
	background:rgba(255, 255, 255, 0.8);
}

.virtual-a h1{
text-align:center;
}



/*-----------------------------*/
/***** inner page about us *****/
/*-----------------------------*/

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 15px 0;
	width: 100%;
	/*min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;*/
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption h2, .grid figure figcaption p{
	color: #fff;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 200;
	text-transform: capitalize;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, #34495e 0%,##00ABFF 100%);
	background: linear-gradient(-45deg, #34495e 0%,##00ABFF 100%);
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 15px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 14px;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}


/*-----------------inner page- pricing --------------------*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
	
}


#pricing {
	margin:0px;
    padding:50px 0 30px;
    background-color: #f8f8f8;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9
}

.pricing-table-item {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14);
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out
}

.pricing-table-item.popular,
.pricing-table-item:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    z-index: 1
}

#pricing a.btn-custom {
	color:#fff;
    background-color: #2e3138;
    border-radius: 0;
	-webkit-transition: color .25s,background-color .25s ease-in-out,border-color .25s;
    transition: color .25s,background-color .25s ease-in-out,border-color .25s;
    text-transform: uppercase;
}

#pricing .pt-footer .btn-custom {
	color:#fff;
    background-color: #2e3138;
    border-radius: 0;
	-webkit-transition: color .25s,background-color .25s ease-in-out,border-color .25s;
    transition: color .25s,background-color .25s ease-in-out,border-color .25s;
    text-transform: uppercase;
}

.pt-head {
    padding: 10px 0 0;
    border-top: 5px solid #303030;
    text-align: center
}

.pt-head .popular-indicator {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 15px 10px 10px;
    color: #fff;
    background-color: #303030;
    font-size: 18px;
    line-height: 22px
}

.pt-head .caption {
    display: inline-block;
    margin-bottom: 0;
    color: #333;
    border-bottom: 1px solid #303030;
    font-size: 16px;
    letter-spacing: .12em;
    text-align: center;
    -webkit-transition: border-color .25s;
    transition: border-color .25s
}

.pt-price-tag {
	margin-bottom:10px;
    font-size: 36px;
    font-weight: 700;
	padding: 15px 0px 0px;
}

.pt-price-tag span {
    font-size: 24px;
    font-weight: 500;
}

.pt-plan {
    padding: 12px 0;
    color: #fff;
    background-color: #303030;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out
}

.pt-features {
    padding-top: 10px;
    text-align: center
}

.pt-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap
}

.pt-features ul li {
    color: #737373;
    padding: 7px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    text-overflow: ellipsis;
    overflow: hidden
}

.pt-features ul li strong {
    display: block
}

#brands .section-title h2:before,
#testimonial.no-bg:before {
    display: none
}

.pt-footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.pt-footer a.btn {
    width: 100px;
    padding: 8px 0
}


.pricing-table-item.popular .pt-footer .btn, .pricing-table-item:hover .pt-footer .btn {
    background-color: #03a9f4 !important;
}

#pricing a.btn-custom {
	color:#fff;
    background-color: #2e3138;
    border-radius: 0;
	-webkit-transition: color .25s,background-color .25s ease-in-out,border-color .25s;
    transition: color .25s,background-color .25s ease-in-out,border-color .25s;
    text-transform: uppercase;
}
.pricing-table-item.popular .pt-head, .pricing-table-item.popular .pt-head .caption, .pricing-table-item:hover .pt-head{
	    border-color: #03a9f4;
}


.pricing-table-item.popular .pt-plan, .pricing-table-item:hover .pt-plan, .pricing-table-item:hover .pt-footer .btn, .pricing-table-item .pt-head .popular-indicator {
	 background-color: #03a9f4
}

/******* ----------- inner page - -----------  *********/

.contr-padd{
	padding:0px 80px;
}

h5{
	text-align:center;
}

.first-w{
	font-weight:900;
	font-size:22px;
}

 .p-policy{
   padding:45px 0px 30px;
}
.services-btn{
padding: 30px 0px;
margin:0px;
}

.email-marketing, .travel-bot, .b2b, .content-writing, .digital-marketing, .mba-professional, .website-development, .graphic-design{
   padding:0px 0px 20px;
   margin-top:0px;
}

.email-marketing h3, .travel-bot h3, .b2b h3, .content-writing h3, .digital-marketing h3, .graphic-design h3, .mba-professional h3, .website-development h3{
    text-align-last: center;
}

.email-marketing p, .pro-service p, .virtual-a p, .p-policy p, .travel-bot p, .b2b p, .content-writing p, .digital-marketing p, .graphic-design p, .mba-professional p, .website-development p{
	text-align:justify;
    text-align-last: center;
	 -moz-text-align-last: center; /* Code for Firefox */
	 letter-spacing: 1px;
	 font-size: 16px;
	 line-height: 28px;
	margin: 0 0 20px;
	 
}

.cirle-b{
	color:#fff;
	padding: 10px 15px;
    border-radius: 15px;
	background: #0ba6d8;
}

.full-form{
	background:#f2f2f2;
	    display: table;
    width: 100%;
    padding:0px 0px 15px;
}
.full-form h3{
	margin-bottom:20px;
}

.v2 i{
    color: #0ba6d8;
}

.b2b .v2 h4{
/*margin-left: 35%;*/
    text-align: center;
}

.bullets.v2 ul li{
    text-indent: 0px;
    margin-left: 0px;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #8f8f8f;
	letter-spacing: 1px;
}

.bullets.v2 ul{
    margin-left: 0px;
    padding: 0px;
    list-style-type: none;
}



.graphic-design .bullets ul {
    margin-left: 0px;
    padding: 0px;
    list-style-type: none;
}

 .graphic-design  .bullets ul li {
    text-indent: -13px;
    text-align: left;
    font-weight: 600;
	line-height: 24px;
	margin: 20px 10px 0px 25px;
    color: #606060;
	letter-spacing: 1px;
}

 .graphic-design.d-m .bullets ul li{
	text-indent: -10px;
}

.flati  .bullets ul li  {
    text-indent: -31px;
	line-height: 11px;
    margin: 40px 0px 0px 25px;
}
.flati .bullets ul li span {
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
}

 .graphic-design  .bullets ul li span{
    color: #0ba6d8;
}

.graphic-design  .bullets ul li i {
    color: #0ba6d8;
    margin-right: 3px;
	font-size:18px;
}

.portfolio.g-p{
	background: #f2f2f2;
	margin:0px;
	padding-bottom:30px;
}


/*---------portfolio-inner--------------*/


.filter-button
{
    font-size: 18px;
    border: 1px solid #03a9f4;
    border-radius: 5px;
    text-align: center;
    color: #03a9f4;
    margin-bottom: 30px;

}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    border-color: transparent;
}

.filter-button:hover
{
    border: 1px solid #03a9f4;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #03a9f4;

}
.filter-button.active
{
    background-color: #03a9f4;
    color: white;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

/*------------------------- process -------------------*/

.process{
	background:#efefef;
	margin:0px;
	padding:30px 0px;
}

/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #555;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 200px;
  background: #229efe;
  border: 3px solid #212121;
  color: #ededed;
  margin: 0 auto;
  text-transform:uppercase;
  padding: 3px 0;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.timeline li:nth-child(2) .timeline-panel, .timeline li:last-child .timeline-panel{
	 background: #07ab54;
}

.timeline li:nth-child(2) .timeline-panel:after, .timeline li:last-child .timeline-panel:after {
    border-top: 14px solid transparent;
    border-left: 14px solid #07ab54;
    border-right: 0 solid #07ab54;
    border-bottom: 14px solid transparent;
}


.timeline li:nth-child(3) .timeline-panel{
	 background: #6b544c;
}

.timeline li:nth-child(3) .timeline-panel:after {
    border-top: 14px solid transparent;
    border-left: 14px solid #6b544c;
    border-right: 0 solid #6b544c;
    border-bottom: 14px solid transparent;
}

.timeline li:nth-child(4) .timeline-panel{
	 background: #da7d30;
}

.timeline li:nth-child(4) .timeline-panel:after {
    border-top: 14px solid transparent;
    border-left: 14px solid #da7d30;
    border-right: 0 solid #da7d30;
    border-bottom: 14px solid transparent;
}

.timeline li:nth-child(5) .timeline-panel{
	 background: #4a4a4a;
}

.timeline li:nth-child(5) .timeline-panel:after {
    border-top: 14px solid transparent;
    border-left: 14px solid #4a4a4a;
    border-right: 0 solid #4a4a4a;
    border-bottom: 14px solid transparent;
}


.timeline li:nth-child(6) .timeline-panel{
	 background: #b7674e;
}

.timeline li:nth-child(6) .timeline-panel:after {
    border-top: 14px solid transparent;
    border-left: 14px solid #b7674e;
    border-right: 0 solid #b7674e;
    border-bottom: 14px solid transparent;
}

.timeline li:nth-child(7) .timeline-panel{
	 background: #328c83;
}

.timeline li:nth-child(7) .timeline-panel:after {
    border-top: 14px solid transparent;
    border-left: 14px solid #328c83;
    border-right: 0 solid #328c83;
    border-bottom: 14px solid transparent;
}

.timeline li:nth-child(8) .timeline-panel{
	 background: #737373;
}

.timeline li:nth-child(8) .timeline-panel:after {
    border-top: 14px solid transparent;
    border-left: 14px solid #737373;
    border-right: 0 solid #737373;
    border-bottom: 14px solid transparent;
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: 50%;
  text-align: center;
  background: #229efe;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #0089b7;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-left: -19px;
  border: 3px solid #212121;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 3;
}


/** timeline content **/
.process-icon {
	display:inline-block;
	margin-right:20px;
}
.process-icon img{
	width:40px;
	display:inline-block;
	vertical-align:sub;
}
.tl-heading h4 {
	    width: 80%;
  margin: 0;
  color: #fff;
      text-align: left;
  display:inline-block;
  	vertical-align:super;
}

.tl-body p, .tl-body ul {
  margin-bottom: 0;
}

.tl-body > p + p {
  margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}

@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }
  
  ul.timeline:before {
    left: 40px;
  }
  
  .tldate { width: 140px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;

  }
  ul.timeline > li > .tldate {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}





/*******  responsive  *********/

@media only screen and (max-width:1500px) {
	
.block-1 .block-content .description {
	min-height: 120px;
}
.block-1 .block-content .title {
    min-height: 55px;
}
.page-title {
    top: 12%;
}
}

@media only screen and (max-width:1250px) {	
.block-1 .block-content .description {
	min-height: 144px;
}
.block-1 .block-content .title {
	font-size: 17px;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 56px;
}
.page-title {
    top: 12%;
}
}


@media only screen and (max-width:1200px) {
.b2b .v2 h4{
margin-left: 0%;
}
	
.icon-a {
    padding: 9% 20%;
}
.service-sec .ser-icon:after {
    content: "";
    position: absolute;
    left: 68%;
    top: 0;
    width: 14px;
	height: 100%;
}
.pro-service .nav-tabs>li>a {
  font-size:14px;
}
.block-1 .block-content .description {
	min-height: 167px;
}
.block-1 .block-content .description p {
    font-size: 13px;
}
.page-title {
    top: 9%;
}
.pro-service .nav-tabs>li {
    min-width: 146px;
}
.service-sec .ser-description h3 {
    font-size: 14px;
    margin-top: 12px;
}
.service-sec .ser-description {
    padding: 0px 10px;
}
.i-b {
    padding: 23% 20% !important;
}
}

@media only screen and (max-width:992px) {
	.page-title h1 {
    text-align: center;
    font-size: 32px;
	}
	.page-title h2{
	font-size:26px;	
	}
	h4, .h4 {
    font-size: 16px;
	}
	
.sign ul li.phone-no {
    margin-right: 40px;
}
.portfolio .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
	float:none;
	display:table-cell;
}	
.s-ab{
	padding-top:30px;
}
.agileinfo_mail_grids {
    padding-top: 0em;
}
.space{
	margin:0px 0px;
}
.d-s{
	border-left: none;
}
.block-1 .block-content .description {
	min-height: 100px;
}
.block-1 .block-content .title {
    min-height: auto;
}
.page-title {
    top: 7%;
}
.ser-t{
	top:6%;
}
.filter-button {
    font-size: 14px;
    border: 1px solid #03a9f4;
    border-radius: 5px;
    text-align: center;
    color: #03a9f4;
    margin-bottom: 30px;
}
.filter-button:hover {
    border: 1px solid #03a9f4;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #03a9f4;
}
.contr-padd{
	padding:0px 10px;
}
.graphic-design .bullets ul li {
    text-indent: -13px;
   
    text-align: left;
    font-weight: 600;
    line-height: 26px;
    color: #606060;
	margin: 20px 14px 0px;
}
.pro-service .nav-tabs>div {
    border-bottom: 1px solid #ddd;
	 
}
.pro-service .nav-tabs [class*=col-]:nth-child(3){
    border-right: 0px solid #ddd;
}
.pro-service .nav-tabs a.active:after {  
    display: none;
}
.service-sec .ser-icon:after {
    content: "";
    position: absolute;
    left: 68%;
    top: 0;
    width: 33px;
    height: 100%;
}
.service-sec .ser-description h3 {
    font-size: 14px;
    margin-top: 20px;
}
.tl-heading h4 {
    width: 76%;
    margin: 0;
    color: #fff;
    display: inline-block;
    vertical-align: super;
}
.cols-border [class*=col-]:nth-child(3) {
    border-left: 0;
}
.b2b .v2 h4{
margin-left: 35%;
 text-align: left;
}



.left-space{
	padding-left:15px;
		border-left:0px solid #666;
}


}

@media only screen and (max-width:767px) {
	
.page-title {
    top: 12%;
}
.email-marketing p, .virtual-a p, .p-policy p, .travel-bot p, .b2b p, .content-writing p, .digital-marketing p, .graphic-design p, .mba-professional p, .website-development p {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 20px;
}

.graphic-design .bullets ul {
    margin-left: 20%;
    padding: 0px;
    list-style-type: none;
}

#fade-quote-carousel .profile-circle {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 0px;
}
.links {
    margin-top: 30px;
    text-align: center;
}
.subs-form {
    display: flex;
    width: 60%;
    margin: 0 auto;
}
.logo img {
    margin-left: 10px;
}

.about h1.cd-headline {
    margin-top: 0px;
    margin-bottom: 10px;
}
.virtual-assistant2 {
    margin: 20px;
    padding-bottom: 0px;
}
.virtual-tailor {
    top: 0px;
}
.virtual-robo1 {
    top: 0px; 
    z-index: 2;
}

.v-2 {     
    -webkit-animation: slidein 0s ease 1s forwards;
       -moz-animation: slidein 0s ease 1s forwards;
         -o-animation: slidein 0s ease 1s forwards;
            animation: slidein 0s ease 1s forwards;
}   
.about .virtual-man {
    /* padding-right: 0px; */
    padding-left: 15px;
    top: -60px;
}

.pro-service .responsive  a img {
    display: none;
}
.pro-service .nav-tabs .active {
     min-height: 0px; 
}
.pro-service .nav  a{
	min-height: 0px;
}
.pro-service .nav-tabs>li.active>a:after {
    display: none;
}
.navbar-inner {
    position: relative;
}
.sign {
    margin: 25px 20px 25px 10px;
}
.sign ul li.phone-no {
    margin-right: 13px;
}

.works-list .col-lg-1, .works-list .col-lg-10, .works-list .col-lg-11, .works-list .col-lg-12, .works-list .col-lg-2, .works-list .col-lg-3, .works-list .col-lg-4, .works-list .col-lg-5, .works-list .col-lg-6, .works-list .col-lg-7, .works-list .col-lg-8, .works-list .col-lg-9, .works-list .col-md-1, .works-list .col-md-10, .works-list .col-md-11, .works-list .col-md-12, .works-list .col-md-2, .works-list .col-md-3, .works-list .col-md-4, .works-list .col-md-5, .works-list .col-md-6, .works-list .col-md-7, .works-list .col-md-8, .works-list .col-md-9, .works-list .col-sm-1, .works-list .col-sm-10, .works-list .col-sm-11, .works-list .col-sm-12, .works-list .col-sm-2, .works-list .col-sm-3, .works-list .col-sm-4, .works-list .col-sm-5, .works-list .col-sm-6, .works-list .col-sm-7, .works-list .col-sm-8, .works-list .col-sm-9, .works-list .col-xs-1, .works-list .col-xs-10, .works-list .col-xs-11, .works-list .col-xs-12, .works-list .col-xs-2, .works-list .col-xs-3, .works-list .col-xs-4, .works-list .col-xs-5, .works-list .col-xs-6, .works-list .col-xs-7, .works-list .col-xs-8, .works-list .col-xs-9 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.filter-button {
    margin-bottom: 10px;
}
.foot-logo img {
    width: 200px;
    margin: 0px auto;
    text-align: center;
}
.service-sec .ser-description h3 {
    font-size: 14px;
    margin-top: 18px;
}
.service-sec .ser-icon:after {
    width: 27px;
    height: 100%;
}
.service-sec .ser-description {
    padding: 0px 20px;
}

.timeline li:nth-child(2) .timeline-panel:after,
 .timeline li:nth-child(4) .timeline-panel:after,
 .timeline li:nth-child(6) .timeline-panel:after,
 .timeline li:nth-child(8) .timeline-panel:after {

	transform: rotate(180deg);
}
.timeline li:nth-child(2) .timeline-panel:before ,
.timeline li:nth-child(4) .timeline-panel:before, 
.timeline li:nth-child(6) .timeline-panel:before,
 .timeline li:nth-child(8) .timeline-panel:before
 {
    border:none;
}
.services-btn{
	display:none;
}
.email-marketing, .travel-bot, .b2b, .content-writing, .digital-marketing, .mba-professional, .website-development, .graphic-design{
   padding:0px 0px 20px;
   margin-top:40px;
}

}

@media only screen and (max-width:640px) {
.phone-no, .flag  {
    display: none !important;
}
.page-title h1 {
    text-align: center;
    font-size: 26px;
}
.page-title h2{
font-size:22px;	
}
.services-title{
	margin-top:0px;
	line-height:20px;
}
}


@media only screen and (max-width:580px) {
.email-marketing, .travel-bot, .b2b, .content-writing, .digital-marketing, .grah3hic-design, .mba-h3rofessional, .website-develoh3ment {
    padding: 15px 0px 15px;
}


.phone-no{
	display:none !important;
}
.flag{
	display:none !important;
}
.fixed {
    position: fixed;
    top: 0;
	height: 75px;
}
.fixed .logo1 {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
}
.service-sec .ser-icon:after {
    width: 23px;
    height: 100%;
}
.graphic-design .bullets ul {
    margin-left: 0%;
    padding: 0px;
    list-style-type: none;
}
.graphic-design .bullets ul li {
    text-indent: -13px;
	font-size:14px;
    text-align: left;
    font-weight: 600;
    line-height: 26px;
    color: #606060;
	margin: 18px 14px 0px;
}

.flati  .bullets ul li  {
    text-indent: -31px;
	margin: 18px 14px 0px 35px;
}

/*
.services-btn .pull-left{
    float: none!important;
    margin: 0 auto;
    text-align: center;
	margin-bottom:20px;
}

.services-btn .pull-right{
    float: none!important;
    margin: 0 auto;
    text-align: center;
}*/

}


@media only screen and (max-width:490px) {
.icon-a {
    padding: 10% 20%;
}
.service-sec .ser-icon:after {
    width: 19px;
    height: 100%;
}
.service-sec .ser-description {
    padding: 0px 10px;
}
.page-title {
    top: 10%;
}
.ser-t{
	top:7%;
}
}


@media only screen and (max-width:420px) {
p {
font-size: 14px;
}

h1, .h1 {
    font-size: 18px;
}
h2, .h2 {
    font-size: 17px;
}
h3, .h3 {
    font-size: 16px;
}
	h4, .h4 {
    font-size: 15px;
	}
.page-title h1 {
    text-align: center;
    font-size: 20px;
}
.page-title h2{
font-size:17px;	
}

.choose-us h3 {
    font-size: 15px;
    color: #008cba;
}
.subs-form {
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.links {
    margin-top: 20px;
    text-align: center;
}
.contact-area h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
	font-size: 13px;
	line-height:20px;
}

.portfolio .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
    float: none;
    display: block;
}
.portfolio .port-img {
	padding-right: 15px;
    padding-left: 15px;
    margin: 0px;
    padding-top: 0px;
}
.portfolio .port-img:first-child { 
    padding-top: 15px;
}
.logo img {					/*---new---*/
    margin-left: 10px;
    width: 100%;
}

.about h1.cd-headline {
    margin-top: 0px;
    margin-bottom: 10px;
}
.virtual-assistant2 {
    margin: 20px;
    padding-bottom: 0px;
}
.virtual-tailor {
    top: 0px;
}
.virtual-robo1 {
    top: 0px; 
    z-index: 2;
}
#test_custom, #test_new {
    font-size: 16px;
}
.v-2 {     
    -webkit-animation: slidein 0s ease 1s forwards;
       -moz-animation: slidein 0s ease 1s forwards;
         -o-animation: slidein 0s ease 1s forwards;
            animation: slidein 0s ease 1s forwards;
}   
.about .virtual-man {
    /* padding-right: 0px; */
    padding-left: 15px;
    top: -60px;
}
section.cd-section {
    float: right;
    position: relative;
    z-index: 99999;
    margin-top: 25px;
    right: 5px;
}
.sign {
    float: right;
    margin: 20px 5px;
}
.btn1 {
padding: 5px 5px;
font-size:10px;
}
.service-sec .ser-description h3 {
    font-size: 14px;
    margin-top: 14px;
}
.service-sec .ser-icon:after {
    width: 15px;
    height: 100%;
}


}

@media only screen and (max-width:360px) {
.contact-area.cols-border [class*="col-"] {
    height: 250px;
}
.service-sec .ser-description h3 {
    font-size: 13px;
    margin-top: 12px;
}
.service-sec .ser-icon:after {
    left: 66%;
}
}