/*
  Theme Name: eBusiness
  Theme URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*-----------------------------------------------------------------------------------
   CSS INDEX
  ===================

  1. Theme Default CSS (body, link color, section etc)
  2. Header Area
   2.1 Stick menu Area
  3. About Area
  4.Services Area
  5.Skill Area
  6.Faq Area
  7.Wellcome Area
  8.Team Area
  9.Review Area
  10.Portfolio Area
  11. Pricing Table
  12. Testimonials area
  13. Review Area
  14. Quote area
  15.Footer Area
  16.Home Page-2 Area
  17.Home Page 3  CSS
  18.Blog CSS
  17.Blog Details CSS

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

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html, body {
  height: 100%;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}
.fa{
  color: #3ec1d5;
}
img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #3EC1D5;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #3EC1D5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../img/preloader.gif') no-repeat center center;
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 70px 0px 80px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
   color:#646567;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #646567;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

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

/*  2. Header top Area
/*--------------------------------*/

.header-area {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgb(255 255 255);
    z-index: 9;

}

.navbar-header a.navbar-brand {
  display: inline-block;
  height: 70px;
  padding: 15px 0;
}

.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 13px;
}

.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.main-menu ul.navbar-nav li.active a:hover {
  background: none;
  color: #3b6db5;
}

.main-menu ul.navbar-nav li.active a:focus {
  color: #3b6db5;
}

.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #3b6db5;
  position: relative;
}

.main-menu ul.navbar-nav li a:hover {
  color: #3b6db5;
}

.navbar {
  border: medium none;
  margin-bottom: 0;
}

.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #333;
}

.navbar-default .navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 25px 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #3a6ab3;
  width: 30px;
  height: 2px;
}

.top-right.text-right {
  float: right;
  position: relative;
  top: 24px;
  margin-left: 20px;
}

.top-right.text-right>li {
  float: right;
  margin: 0px 8px;
}

.top-right.text-right li a {
  color: #fff;
}

.main-menu .dropdown ul {
  background: #000;
}

.main-menu .dropdown ul li {
  display: block;
}

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

/* 2.1. Stick menu
/*--------------------------------*/

.header-area.stick {
    background: rgb(255 255 255);
    height: 70px;
    position: fixed;
    top: 0;
    /*border-bottom: 1px solid #272727;*/
    width: 100%;
    z-index: 1000;

}

.stick .navbar-header a.navbar-brand {
  display: inline-block;
  height: 90px;
}

.stick .navbar-brand>img {
  display: none;
}

.stick .navbar-brand.sticky-logo>img {

  display: block;
}
.logo_img{
    margin-top: -13px;
    width: 262px;
    height: 65px;
    float: left;
}
.sticky-logo h1 {
  color: #fff;
  padding-top: 10px;
  margin-left: -14px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.list_requiremnet{
    padding: 8px 0px;
}
.sticky-logo h1 span {
  color: #2693D1;
}
.stick .main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #3b6db5;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.stick .main-menu ul.nav>li>a:hover {
  color: #3bb8ea;
}

.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000;
  position: relative;
}

.stick .mainmenu ul#nav>li:hover>a, .stick .mainmenu ul#nav li .mega-menu, .stick .mainmenu ul#nav li ul.sub-menu {
  background-color: #f5f5f5;
  color: #fff;
  outline: medium none;
}

.stick .mainmenu ul#nav li:hover ul.sub-menu li a:hover, .mainmenu ul#nav li .mega-menu span>a:hover, .stick .mainmenu ul#nav li .mega-menu-shop a.mega-menu-title:hover {
  color: #fff;
}

.stick .logo {
  height: 20px;
}

.stick .logo a {
  margin-top: 0px;
}

.stick .main-menu ul.nav>li>a {
      color: #131212;
  line-height: 22px;
  padding: 24px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.stick .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.stick .navbar-default .navbar-toggle {
  padding: 10px 0px;
}

/*------------------------------
  3. About Area
--------------------------------*/

.expert p {
    font-size: 17px !important;
    font-family: 'montserratmedium' !important;
    font-weight: normal !important;
}

.expert p span {
    text-transform: uppercase;
    font-family: 'montserratbold';
}


.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}

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

/* 4.Services Area
/*--------------------------------*/

/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 .expert p {
    font-size: 17px;
    font-family: 'montserratmedium';
    font-weight: normal;
}
 .expert p span {
    text-transform: uppercase;
    font-family: 'montserratbold';
}
.boxservicess{
    margin-top:50px;
}
section {
    padding: 50px 0;
}
.second-sec-main {
    background: #272727;
    padding-bottom: 50px;
}
.specialities {
    text-align: left;
  
}
section#home-main-con {
    padding-top: 100px;
    padding-bottom: 50px;
}
.specialities h2 {
    
    font-size: 45px;
    color: #fff;
    font-family: 'montserratmedium';
    display: inline-block;
    font-weight: 600;
  
    text-transform: capitalize;
}
.specialities p {
    line-height: 1.5;
    margin-top:15px;
    color: #ada8a8;
    font-size: 16px;
    font-weight: normal;
	font-family:arial;
}
.magento-1 div {
    margin: 0px auto;
}
p.service-par {
    padding-top: 20px !important;
    color: #333 !important;
	text-transform: inherit !important;
}
ul.service-main-line {
    padding: 0;
    list-style: none;
    display: inline-block;  
	    width: 100%;
}
ul.service-main-line li {
    display: inline-block;
    text-align: center;
	margin-bottom:50px;
}
ul.service-main-line a {
    color: #ffffff;
    text-decoration: none;
	display:inline-block;
}
ul.service-main-line p span {
    font-size: 9px;
    color: #33a4b5;
    font-weight: lighter;
	transition:all ease-out 0.2s;
}


a .magento-1 .for-hieght {
    height: 72px;
	width:119px;
	background:url(../img/1.png) no-repeat;
	
}
a .magento-1 .for-hieght:hover {
    height: 72px;
	width:119;
	background:url(../img/1.png) no-repeat;
	/* background-position: 100% 97%; */
}
a .magento-1 .for-hieght1 {
    height: 72px;
	width:119px;
	background:url(../img/2.png) no-repeat;
	
}
a .magento-1 .for-hieght1:hover {
    height: 72px;
	width:119;
	background:url(../img/2.png) no-repeat;
	/* background-position: 100% 93%; */
}
a .magento-1 .for-hieght2 {
    height: 72px;
	width:119px;
	background:url(../img/3.png) no-repeat;
}
a .magento-1 .for-hieght2:hover {
    height: 72px;
	width:119;
	background:url(../img/3.png) no-repeat;
	/* background-position: 100% 92%; */
}
a .magento-1 .for-hieght3 {
    height: 72px;
	width:119px;
	background:url(../img/4.png) no-repeat;
}
a .magento-1 .for-hieght3:hover {
    height: 72px;
	width:119;
	background:url(../img/4.png) no-repeat;
	/* background-position: 100% 89%; */
}
a .magento-1 .for-hieght4 {
    height: 72px;
	width:119px;
	background:url(../img/2.png) no-repeat;
}
a .magento-1 .for-hieght4:hover {
    height: 72px;
	width:119;
	background:url(../img/2.png) no-repeat;
	/* background-position: 100% 93%; */
}
a .magento-1 .for-hieght111 {
    height: 72px;
	width:119px;
	background:url(../img/about/laravel-menu.png) no-repeat;
}
a .magento-1 .for-hieght111:hover {
    height: 72px;
	width:119;
	background:url(../img/about/laravel-menu.png) no-repeat;
	/* background-position: 100% 92%; */
}
a .magento-1 .for-hieght5 {
    height: 72px;
    width: 119px;
    background: url(../img/5.png) no-repeat;
   /*  background-position: 100% 2%; */
}
a .magento-1 .for-hieght5:hover {
    height: 72px;
	width:119;
	background:url(../img/5.png) no-repeat;
	/* background-position: 100% 93%; */
}
a .magento-1 .for-hieght6 {
    height: 72px;
	width:119px;
	background:url(../img/6.png) no-repeat;
}
a .magento-1 .for-hieght6:hover {
    height: 72px;
	width:119;
	background:url(../img/6.png) no-repeat;
	/* background-position: 100% 93%; */
}
a .magento-1 .for-hieght7 {
    height: 72px;
	width:119px;
	background:url(../img/7.png) no-repeat;
}
a .magento-1 .for-hieght7:hover {
    height: 72px;
	width:119;
	background:url(../img/7.png) no-repeat;
	/* background-position: 100% 94%; */
}
a .magento-1 .for-hieght8 {
    height: 72px;
	width:119px;
	background:url(../img/8.png) no-repeat;
}
a .magento-1 .for-hieght8:hover {
    height: 72px;
	width:119;
	background:url(../img/8.png) no-repeat;
	/* background-position: 100% 94%; */
}
a .magento-1 .for-hieght9 {
    height: 72px;
	width:119px;
	background:url(../img/9.png) no-repeat;
}
a .magento-1 .for-hieght9:hover {
    height: 72px;
	width:119;
	background:url(../img/9.png) no-repeat;
	/* background-position: 100% 95%; */
}
a .magento-1 .for-hieght10 {
    height: 72px;
	width:119px;
	background:url(../img/10.png) no-repeat;
}
a .magento-1 .for-hieght10:hover {
    height: 72px;
	width:119;
	background:url(../img/10.png) no-repeat;
	/* background-position: 100% 95%; */
}
a .magento-1 .for-hieght11 {
    height: 72px;
	width:119px;
	background:url(../img/11.png) no-repeat;
}
a .magento-1 .for-hieght11:hover {
    height: 72px;
	width:119;
	background:url(../img/11.png) no-repeat;
	/* background-position: 100% 95%; */
}
a .magento-1 p:hover {
	color:#33a4b5 !important;
	transition:all ease-in 0.0s;
}

ul.service-main-line p {
    text-transform: uppercase;
    color: #ffffff;
    line-height: 18px;
	padding-top: 80px;
	transition:all ease-out 0.2s;
	font-size: 13px;
	font-family: 'montserratlight';
    font-weight: normal;
}
.expert {
    padding: 50px 0;
    text-align: center;
}
.expert p {
    font-size: 17px;
    font-family: 'montserratmedium';
    font-weight: normal;
}
.expert p span {
	text-transform:uppercase;
	font-family: 'montserratbold';
}
.email-live {
    display: inline-block;
    float: left;
    padding: 0 28px;
    border-right: 1px solid #4a4a4a;
}
.email-live-2 {
    display: inline-block;
    float: left;
    padding: 10px 40px;
	border-right: 1px solid #4a4a4a;
}
.email-live-3 {
    display: inline-block;
    float: left;
    padding: 17px 40px;
}
.expert a {
    color: #4a4a4a;
    font-size: 20px;
    text-decoration: none;
	font-family: 'montserratregular';
}
.php-dev {
    list-style-image: url(../img/bullets-points-purple.png);
}
.magento-right-sec {
    background: url(../img/certified-m.png) no-repeat;
    color: #fff;
	min-height: 710px;
	background-size: cover;
}
.magento-right-sec-2 {
    background: url(../img/certified-d.png) no-repeat;
    color: #fff;
	min-height: 710px;
	background-size: cover;
}
.certified {
    padding: 105px 120px 0;
    display: inline-block;
    text-align: center;
}
.certified img {
    margin-bottom: 20px;
}
.certified-2 {
    text-align: center;
    padding: 96px 120px 0;
}
.certified h2 {
    text-align: center;
    margin-top: 0;
    font-size: 75px;
    font-family: 'montserratmedium';
    font-weight: normal;
    line-height: 46px;
}
.certified span {
    font-family: 'montserratregular';
    font-weight: normal;
    font-size: 31px;
    letter-spacing: 6px;
	text-transform:uppercase;
}
.certified-2 h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 75px;
    font-family: 'montserratmedium';
    font-weight: normal;
    line-height: 46px;
}
.certified-2 span {
    font-family: 'montserratregular';
    font-weight: normal;
    font-size: 31px;
    letter-spacing: 6px;
	text-transform:uppercase;
}
.certified p {
    text-align: center;
    margin-top: 0;
    font-size: 17px;
    font-family: arial;
    font-weight: normal;
}
.certified-2 p {
    text-align: center;
    margin-top: 0;
    font-size: 17px;
    font-family: arial;
    font-weight: normal;
}
#Container .mix{
    display: none;
}
ul.new-filter {
    list-style: none;
    padding: 0;
    clear: both;
    text-align: center;
	padding-top: 11px;
}
ul.new-filter li {
    display: inline-block;
	margin-bottom:10px;
}
.mix {
    margin-bottom: 0px;
	position:relative;
	padding:0;
	overflow: hidden;
	    border: 1px solid #fff;
}
img.oyee:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
img.oyee:hover:after {
    opacity: 1;
}
ul.new-filter li .btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
	background-color:none;
    color: #bdd030; 
}
ul.new-filter li.active {
    background-color: #212121;
    color: #fff;
}
ul.new-filter li button {
    background-color: #fff;
    border: 0px solid #f1f1f1;
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    outline: none !important;
	font-family: 'montserratregular';
	font-size: 13px;
    padding: 0;
}
.filter-gallery {
    margin-top: 20px;
}
.main-portfolio h2 {
    margin: 0;
    font-size: 38px;
    font-family: 'montserratmedium';
    font-weight: normal;
    color: #464646;
}
.main-portfolio {
    padding: 50px 0;
    background: #fff;
}

section.bisiness-tech {
    background: #fff;
    padding-top: 0;
}
#owl-demo .item {
    background: #484848;
    padding: 40px 10px;
    color: #FFF;
    text-align: center;
    border: 1px solid #464646;
}
.item img {
    padding-top: 6px;
}
.customNavigation{
  text-align: center;
}
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container-fluid.slider-bg h2 {
    font-size: 58px;
    font-family: 'HelveticaNeue LT 97 BlackCn';
    color: #fff;
    margin-top: 43px;
}
.container-fluid.slider-bg {
    background: #4a4a4a;
}
section.bisiness-tech h3 {
    text-align: center;
    font-size: 60px;
    font-family: 'montserratmedium';
    font-weight: normal;
    line-height: 58px;
}
section.bisiness-tech h3 span {
    text-align: center;
    font-size: 32px;
    font-family: 'montserratregular';
    font-weight: normal;
    letter-spacing: 6px;
}
.business-inner-main {
    margin-top: 50px;
    text-align: center;
}
.business-inner-main h2 {
    color: #797979;
    font-size: 30px;
	font-family: 'HelveticaNeue LT 45';
}
ul.partners-list {
    padding: 0;
    list-style: none;
}
ul.partners-list li {
    text-align: center;
}
.for-line-bottom {
    padding-bottom: 30px;
}
.for-tech-logo img {
    display: inline-block;
}
img.img-responsive.crm-indide {
    margin-left: -45px;
}
.for-tech-logo {
    margin-bottom: 20px;
}
.for-line-bottom.remove-bottom-line {
    border-bottom: none;
    padding-bottom: 0;
}

.second-sec-bg {
    background: url(../img/map.png) no-repeat 5%;
    background-color: #fff;
    background-size: 39%;
	    position: relative;
}
.respond h5 {
    color: #4a4a4a;
    font-size: 53px;
    text-transform: uppercase;
	 font-family: 'montserratregular';
    font-weight: normal;
	    word-spacing: -5px;
}
.respond{
	padding:70px 0 60px 0;
	}
.mid-sec-text {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.mid-sec-text h2 {
    margin: 0;
    color: #4a4a4a;
    font-size: 17px;
    padding-bottom: 0px;
	 font-family: 'montserratlight';
    font-weight: normal;
}
.mid-sec-text h4 {
    font-size: 22px;
    color: #bdd030;
    margin-bottom: 10px;
    font-family: 'montserratlight';
    font-weight: normal;
}
h2.col-md-12.text-upr {
    font-size: 21px;
}
h4.col-md-12.text-upr {
    font-size: 24px;
    color: #bdd030;
    margin-bottom: 15px;
    font-family: 'montserratlight';
    font-weight: normal;
}	
.mid-sec-text p {
    font-size: 14px;
    color: #4a4a4a;
    font-family: 'montserratlight';
    font-weight: normal;
	line-height: 22px;
}
.mid-sec-text h3 {
    margin: 0;
    color: #4a4a4a;
    font-size: 17px;
    padding-top: 23px;
    text-transform: uppercase;
	    padding-bottom: 5px;
	font-family: 'HelveticaNeue LT 45';	
}
.mid-sec-text.mar-top-dec {
    margin-top: 0px;
}
.testimonial .col-md-5 {
    text-align: center;
    padding-top: 60px;
}
.testimonial h1 {
    color: #4a4a4a;
    font-size: 67px;
	font-family: 'HelveticaNeue LT 97 BlackCn';
}
.testimonial p {
	color: #fff;
    font-size: 15px;
	font-family: 'HelveticaNeue LT 45';	
}
.testimonial img {
    width: 100%;
}
.testimonial {
    padding: 80px 0;
}
ul.social-icon li a img {
    width: 40px;
}
ul.social-icon li {
    float: left;
}
h3.sla-head {
    margin-top: 10px !important;
}
a.footer1-social.footer1-social-google{
	
	    background-color: #dc4a38;
}
a.footer1-social.footer1-social-yout {
    background-color: #f00000;
}
h2.contact-head {
    color: #fff;
    font-size: 53px;
    text-transform: uppercase;
    font-family: 'montserratmedium';
    font-weight: normal;
}
.container-fluid.footer-bg {
    background: #212121;
    padding: 46px 0 60px 0;
	text-align: left;
}
.col-md-12.footer-main p {
    font-size: 13px;
    color: #fff;
	font-family: 'montserratlight';
}
.col-md-12.footer-main h3 {
    color: #b2c42d;
    font-size: 18px;
    margin-top: 32px;
	font-family: 'montserratmedium';
    font-weight: normal;
}
.col-md-12.footer-main ul {
    padding: 0;
    list-style: none;
    display: inline-block;
}
.col-md-3.for-logo-mid {
    text-align: center;
}
.col-md-3.for-logo-mid p {
    text-align: left;
}
/*h3.for-border-btm {
    border-bottom: 2px solid;
}*/
.col-md-12.footer-main ul li a {
    color: #fff;
    font-size: 12px;
    padding-bottom: 3px;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'montserratlight';
}
.col-md-12.footer-main ul li a:hover {
    color: #b2c42d;
}

ul.social-icon li img {
    padding-right: 7px;
}
.bottom-footer {
    background: #383838;
    padding: 30px 0;
}
.bottom-footer p {
    text-align: center;
    margin: 0;
    font-size: 15px;
    color: #f8f8f8;
	font-family: 'HelveticaNeue LT 45';
}
.form-main-log input {
    padding: 16px 20px !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: none !important;
	font-family: 'montserratlight';
	color:#797979;
	font-size:15px;
	font-weight: normal;
}
.form-main-log select {
    height: 52px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: none !important;
    font-family: 'montserratlight';
    text-transform: uppercase;
    color: #797979;
    letter-spacing: 0px;
    padding-left: 20px;
	font-weight: normal;
	font-size:15px;
	background-image:url(../img/arrow-down.png);
	background-repeat:no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: 97%;
}
.form-main-log .form-group{
	margin-bottom:0 !important;
	}
p.help-block.text-danger {
    margin: 0;
}
.form-main-log textarea {
    border-radius: 0;
   border: none;
	box-shadow: none !important;
	font-family: 'montserratlight';
	color:#797979;
	font-size:15px;
	font-weight: normal;
}
.next-step {
    margin-top: 30px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    padding: 10px 60px;
    text-transform: uppercase;
	font-family: 'montserratmedium';
    font-weight: normal;
	    font-size: 18px;
		transition: all ease-in 0.2s;
}
.next-step:hover {
	background: #fff;
    color: #bdd030;
}
section#contact .form-main-log .form-control:focus {
    border-color: #cdcdcd;
    box-shadow: none;
}
.change::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #797979 !important;
	font-weight:normal !important;
	font-family: 'montserratlight' !important;
}
.change:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #797979 !important;
    opacity: 1;
	font-weight:normal !important;
	font-family: 'montserratlight' !important;
}
.change::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #797979 !important;
    opacity: 1;
	font-weight:normal !important;
	font-family: 'montserratlight' !important;
}
.change:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #797979 !important;
	font-weight:normal !important;
	font-family: 'montserratlight' !important ;
}
	
a.view-del {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
}
.for-start-btn .next-step {
    margin-top: 30px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    padding: 10px 60px;
    text-transform: uppercase;
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 17px;
    transition: all ease-in 0.2s;
	margin-left:10px;
}
.for-start-btn {
    margin-top: 8px;
}
.for-start-btn img {
    width: 100%;
}
.for-start-btn .next-step:hover {
	background: #fff;
    color: #bdd030;
}
.for-start-btn .next-step2:hover {
	background: #fff;
    color: #bdd030;
	border: 2px solid #fff;
}
.for-start-btn .next-step2 {
    background: #bdd030;
    color: #fff;
    margin-top: 30px;
    border: 2px solid #bdd030;
    border-radius: 30px;
    padding: 10px 60px;
    text-transform: uppercase;
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 17px;
    transition: all ease-in 0.2s;
    margin-right: 10px;
}
.expert2 {
    padding: 20px 0;
    text-align: center;
}
.expert2 p {
    font-size: 20px;
	font-family: 'HelveticaNeue LT 45';
	color: #fff;
	
}
.expert2 p span {
	text-transform:uppercase;
	font-family: 'HelveticaNeue LT 67 MdCn';
}
.counters-like {
    display: inline-block;
    float: left;
    padding: 10px 19px;
    border-right: 1px solid #646464;
}
.counters-like.hide-right-border {
    border-right: 0px;
}
.counters-like h2 {
    margin: 0;
    color: #fb5d40;
	font-family: 'HelveticaNeue LT 97 BlackCn';
    font-size: 30px;
	
}
.counters-like h3 {
    font-size: 18px;
    margin: 0;
	font-family: 'HelveticaNeue LT 67 MdCn';
	color: #fff;
	font-weight:normal;
}
.counters-bg {
    background: #4a4a4a;
}
.development-sec {
    background: #f2f2f2;
    padding: 50px 0;
    text-align: center;
}
.development-sec h1 {
    font-size: 60px;
    color: #4a4a4a;
	font-family: 'HelveticaNeue LT 97 BlackCn';
}
.development-box {
    margin-top: 30px;
}
.development-box h2 {
    font-size: 25px;
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal;
}
.development-box a {
    background: #fb5d40;
    color: #fff;
    padding: 6px 40px;
    display: inline-block;
    border-radius: 16px;
    margin-top: 5px;
	font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal;
	font-size: 15px;
	text-decoration:none;
}
img.box-height {
    padding-top: 27px;
}
.col-md-5.fix-picture img {
    width: 100%;
}
.col-md-5.fix-picture {
    padding-left: 0;
}
.col-md-5.based-inner h1 {
    font-size: 60px;
    color: #4a4a4a;
    font-family: 'HelveticaNeue LT 97 BlackCn';
}
.col-md-5.based-inner p {
    font-size: 18px;
    color: #4a4a4a;
    font-family: 'HelveticaNeue LT 45';
    font-weight: normal;
}
.col-md-5.based-inner a {
    margin-top: 30px;
    background: transparent;
    border: 2px solid #878787;
    border-radius: 30px;
    color: #878787;
    padding: 10px 60px;
    text-transform: uppercase;
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-size: 20px;
	text-decoration:none;
	display: inline-block;
    transition: all ease-in 0.2s;
}
section.based-on-cms2 {
    background: #fb5d40;
}
.col-md-5.based-inner2 h2 {
    font-size: 60px;
    color: #fff;
    font-family: 'HelveticaNeue LT 97 BlackCn';
}
.col-md-5.based-inner2 p {
    font-size: 18px;
    color: #fff;
    font-family: 'HelveticaNeue LT 45';
    font-weight: normal;
}
.col-md-5.based-inner2 a {
    margin-top: 30px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    padding: 10px 60px;
    text-transform: uppercase;
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-size: 20px;
	text-decoration:none;
	display: inline-block;
    transition: all ease-in 0.2s;
}
img.box-height2 {
    padding-top: 14px;
}
.development-box2 {
    margin-top: 30px;
}
.development-box2 h2 {
    font-size: 25px;
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal;
	margin-top:0;
}
.development-box2 p {
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 20px;
	font-family: 'HelveticaNeue LT 45';
    font-weight: normal;
	color:#878787;
}
/*========OLD PAGES CSS===========*/
.main-banner2 {
	background:#000;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    text-align: center;
    color: white;
    height: 680px;
	position: relative;
	overflow: hidden;
}
.banner-text-web-2 h3 img {
    width: 12%;
    margin-left: -129px;
    margin-top: -37px;
}
.banner-text-web-2 {
    margin-top: 200px;
}
.banner-text-web-2 h3 {
    font-size: 80px;
    font-weight: bold;
    font-family: 'HelveticaNeue LT 97 BlackCn';
    margin-top: 0;
}
.banner-text-web-2 h1 {
    font-size: 40px;
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal;
    margin-bottom: 0;
}
.banner-text-web-2 a {
    background: #ff7e00;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 40px;
    display: inline-block;
    font-size: 30px;
	font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal;
}
.container.video-set {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
#video-background {
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
  opacity: 0.5;
}
.banner-main-1 {
    overflow: hidden;
}
.meetup-bar {
    background: url(../img/meetup-bar.png) no-repeat;
    width: 100%;
    background-size: cover;
	padding: 10px 0;
	background-position: 34%;
}
ul.left-side {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 49%;
    margin-bottom: 0;
}
ul.left-side li {
    float: left;
    width: 50%;
    text-align: center;
}
ul.left-side li h2 {
    margin: 0;
    display: inline-block;
    text-align: center;
    margin-top: 21px;
    font-size: 27px;
    text-transform: uppercase;
	font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal;
}
ul.left-side li img {
    margin-left: 30px;
}
ul.right-side {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 49%;
    margin-bottom: 0;
}
ul.right-side li {
    float: left;
    width: 50%;
    text-align: center;
}
ul.right-side li h2 {
    margin: 0;
    display: inline-block;
    text-align: center;
    color: #fff;
	font-size: 27px;
	margin-top: 18px;
	font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal;
}
ul.right-side li img {
    margin-left: 0px;
}
.magento-services-bg {
    	
}
.magento-services-main {
    text-align: center;
}
.magento-services-main h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0px;
	font-family: 'HelveticaNeue LT 97 BlackCn';
    margin: 0;
}
.services-short-section {
    margin: 0 0px 20px 0px;
    background: #fff;
    padding: 50px 20px 0;
    min-height: 330px;
    position: relative;
    margin-top: 100px;
}
.services-short-section:nth-child(3n+3) {
    margin-right: 0;
}
.services-short-section h2 {
    text-transform: capitalize;
    color: #2b2b2b;
    font-size: 23px;
    margin-top: 40px;
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal;
}
.services-short-section p {
    min-height: 90px;
    font-size: 13px;
    margin-bottom: 0;
    font-family: 'HelveticaNeue LT 45';
    font-weight: normal;
    color: #878787;
    line-height: 20px;
}
.services-short-section a {
    background: #ff7e00;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 40px;
    display: inline-block;
    font-size: 20px;
	margin-top: 20px;
	font-family: 'HelveticaNeue LT 67 MdCn';
	font-weight: normal;
}
/*.services-short-section:hover {
    background: #eaeaea;
}*/
.services-short-section img {
    position: absolute;
    left: 33%;
    top: -71px;
    width: 130px;
}
section.magento-services-bg {
    background: url(../img/website-design-background.png) no-repeat;
    background-size: cover;
}
a.page-scroll.purple {
    background: #8d73be;
}
.container.about-us-page-inner h2 {
    font-size: 60px;
	font-family: 'HelveticaNeue LT 97 BlackCn';
}
.container.about-us-page-inner h3 {
    font-family: 'HelveticaNeue LT 67 MdCn';
	font-weight: normal;
}
.container.about-us-page-inner p {
    font-family: 'HelveticaNeue LT 45';
    font-weight: normal;
    color: #878787;
	font-size: 17px;
}
.founder-main {
    margin-top: 60px;
}
.founder-co h1 {
    font-size: 60px;
    margin-top: 0;
	font-family: 'HelveticaNeue LT 97 BlackCn';
	color:#fff;
}
.founder-box {
    background: #fff;
    text-align: center;
    padding: 10px 40px;
    margin: 0 20px;
	    min-height: 332px;
}
.founder-box h2 {
    font-size: 23px;
    margin-bottom: 0;
	font-family: 'HelveticaNeue LT 67 MdCn';
	font-weight: normal;
	color:#bdd030;
}
.founder-box h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'HelveticaNeue LT 67 MdCn';
    font-weight: normal;
    color: #777777;
    text-transform: capitalize;
    margin-top: 5px;
}
.founder-box p {
    font-family: 'HelveticaNeue LT 45';
    font-weight: normal;
    color: #878787;
    font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
	text-align: justify;
    
}
#career{
    padding: 70px 0px 60px;
}
.founder-co {
    background: url(../img/parallaxxx.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 80px 0;
}
section.based-on-cms3 {
    background: #1d1156;
}
h1.hover-spacing {
    transition: all .3s cubic-bezier(0.215,0.61,0.355,1);
}
h1.hover-spacing:hover {
    letter-spacing: 7px;
}
/*==========mobile slider============*/

.business-manage h2 {
    font-size: 60px;
    margin-top: 0;
	font-family: 'HelveticaNeue LT 97 BlackCn';
	color:#2b2b2b;
}
.business-manage p {
    font-family: 'HelveticaNeue LT 45';
    font-weight: normal;
    color: #878787;
    font-size: 20px;
	line-height:25px;
}
.business-manage img{
	margin-top:20px;
}
.app-magento-box{
	background:url(../img/slider-back-bg.png) no-repeat;
	background-size:cover;
}
section.based-on-cms4 {
    background: #3e5964;
}
/* PULSATING CARET */
.typer:after {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width:1px;
  height:1em;
  background: #000;
  animation: caretPulsate 1s linear infinite; 
  -webkit-animation: caretPulsate 1s linear infinite; 
}
@keyframes caretPulsate {
  0%   {opacity:1;}
  50%  {opacity:1;}
  60%  {opacity:0;}
  100% {opacity:0;}
}
@-webkit-keyframes caretPulsate {
  0%   {opacity:1;}
  50%  {opacity:1;}
  60%  {opacity:0;}
  100% {opacity:0;}
}



@media only screen and (min-width:768px) and (max-width: 991px)
{
    .sticky-logo h1{
      display:none;
  }
img.img-responsive.terms-book {
    width: 35%;
    margin: 20px 0px;
}
}
@media screen and (max-width: 767px) {
    .footer-logo h2 {
  display:none;
}
  .sticky-logo h1{
      display:none;
  }
}
@media only screen and (min-width:481px) and (max-width: 767px)
{
	.terms-intro {
    margin-top: 2% !important;
}
img.img-responsive.terms-book {
    width: 35%;
    margin: 20px 0px;
}
}
@media(max-width:480px) {
   
.terms-intro {
    margin-top: 2% !important;
}
img.img-responsive.terms-book {
    width: 60%;
    margin: 20px 0px;
}
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
	
	section#bred-sec {
    display: none;
}
.footer1-social-links br {
    display: none;
}
a.footer1-social {
    margin-right: 4px;
}
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

/*footer {
    padding: 0px 0;
    background-color: #f8f8f8;
}*/

p.copyright {
    margin: 15px 0 0;
}
/*==========demo-mobile-background==================*/
.fusion-fullwidth{

	background:#fff url(../img/team/1st-fold.gif) fixed 17% 170px no-repeat;
	padding-top:100px;
	padding-right:30px;
	padding-bottom:80px;
	padding-left:30px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-color:#eae9e9;
	border-top-style:solid;
	border-bottom-style:solid;
	min-height:800px;
	background-size: 15%;
}
.mobile-first-main h3 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
}
.mobile-first-main h5 {
    font-family: 'montserratlight';
    font-weight: normal;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 3px;
}
.mobile-box {
    padding: 20px 20px;
    background: #fcfcfc;
}
.mobile-box h4 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 22px;
    margin-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}
.mobile-box p {
    font-family: 'montserratlight';
    font-weight: normal;
    font-size: 13px;
    margin-top: 25px;
}
.mobile-box a {
    color: #e01256;
    text-decoration: none;
    border: 1px solid #e01256;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 20px;
    font-family: 'montserratmedium';
    font-weight: normal;
    margin-top: 20px;
    font-size: 14px;
    text-transform: capitalize;
}
.mobile-box-main {
    margin-top: 50px;
}
.fusion-fullwidth2{
	background:#07befa url(../img/team/android-fold.gif) fixed 17% 170px no-repeat;
	padding-top:100px;
	padding-right:30px;
	padding-bottom:80px;
	padding-left:30px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-color:#eae9e9;
	border-top-style:solid;
	border-bottom-style:solid;
	min-height:800px;
	position: relative;
    background-size: 15%;	
}
.mobile-second-main {
    padding-top: 130px;
}
.mobile-second-main h3 {
    font-size: 39px;
    font-family: 'montserratbold';
    color: #fff;
    line-height: 38px;
    border-bottom: 1px solid #50d4ff;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
h3.for-bottom-line {
    border-bottom: 1px solid #fff;
}
.mobile-second-main h3 span {
    font-size: 20px;
    font-family: 'montserratregular';
    font-weight: normal;
    letter-spacing: 1px;
}
.mobile-second-main p{
	font-size: 14px;
    font-family: 'montserratregular';
    font-weight: normal;
	color: #fff;
}

.fusion-fullwidth3{
	background:#c60544 url(../img/team/3rd-fold.gif) fixed 17% 170px no-repeat;
	padding-top:100px;
	padding-right:30px;
	padding-bottom:80px;
	padding-left:30px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-color:#eae9e9;
	border-top-style:solid;
	border-bottom-style:solid;
	min-height:800px;
    background-size: 15%;	
	position: relative;
}
.tp-thumbs.tp-span-wrapper.outer-bottom.gyges.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
    display: none;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
	z-index:-1;
}
.iphone-dev {
    width: 80%;
}
.soft-service-black .nativesec-heading {
    font-size: 31px;
}
.soft-service-grey {
    background: #fafafa !important;
    color: #333 !important;
}
.soft-service-grey p {
    color: #333 !important;
}
.soft-service-grey .nativesec-heading {
    color: #333 !important;
	border-bottom: 3px solid #333 !important;
}
.soft-service-grey .nativesec-heading {
    color: #333 !important;
    border-bottom: 3px solid #333 !important;
    font-size: 34px;
    /* padding: 0px 10%; */
    margin: 0 15% 40px;
}
img.img-responsive.right-iphone {
    width: 75%;
    margin: 0px auto;
}
.iphone-content-text p {
    margin-top: 15px;
    font-size: 14px;
    font-family: 'montserratlight';
    font-weight: normal;
    color: #4a4a4a;
    line-height: 21px;
}
.read-more.collapsed {
    background: transparent;
    border: 2px solid #d1544a;
    border-radius: 30px;
       padding: 10px 50px;
    color: #d1544a;
	display:block !important;
}
.laravel-points {
	list-style-image: url('../img/bullets-points.png');
 
}
.read-more {
    background: transparent;
    border: 2px solid #d1544a;
    border-radius: 30px;
       padding: 10px 50px;
    color: #d1544a;
	display:none !important;
}

.soft-service-black {
    background: #333333 !important;
    color: #fff;
}
.full-expert {
    background: #bdd030;
}
.location {
    height: 12px;
    width: 12px;
    position: absolute;
    background: #83c11f;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid #fff;
    z-index: 2;
}
.location .pulse {
    border: 3px solid #83c11f;
    -webkit-border-radius: 30px;
    height: 18px;
    width: 18px;
    position: absolute;
    left:-5px;
    top:-5px;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
video.video-adjust {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
}

.hvr-toptobot.animateit:after {
    transform: translateY(0);
}
.secourWork .swiper-container:after, .tabCover .swiper-container:after, .SocialCover .swiper-container:after {
    content: '';
    background: url(../img/logos/mobilecover.png) no-repeat 0 0;
    width: 245px;
    height: 502px;
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    top: 589px;
    z-index: 9;
}
.hvr-toptobot:after {
    transform: translateY(-550px);
}
.sid-flower1 {
    position: absolute;
    right: -187px;
    top: 30px;
	    width: 29%;
}
.sid-flower {
    position: absolute;
    right: -84px;
    top: 5px;
	width: 23%;
}
.sid-flower img {
    width: 100%;
}
.sid-flower1 img {
    width: 100%;
}
.process-me {
    padding: 60px 0;
}
.process-me h3 {
    font-size: 40px;
    font-family: 'montserratbold';
    color: #4a4a4a;
}
.div-big img {
    display: inline-block;
	width:75%;
}
.div-big {
    margin-top: 40px;
}
.intro-text p {
    font-size: 13px;
    font-family: 'montserratregular';
    font-weight: normal;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.for-video-head .intro-text {
    margin-top: 60px;
}
p.lets-make.text-center {
    font-size: 20px;
    font-family: 'montserratregular';
    font-weight: normal;
    letter-spacing: 4px;
    color: #fff;
}




.secourWork{
    position: relative;
    background-color: #002938;
    background-position: 170% -120px;
    background-repeat: no-repeat;
    background-image: url(../img/logos/bgtexture.png);
    background-size: 60%;
	padding:60px 0;
}
#fullpage .secourWork, #fullpage .tabCover, #fullpage .SocialCover { position: relative; background-color: #002938; background-position: 170% -120px; background-repeat: no-repeat; background-image: url(../images/bgtexture.png); background-size: 60%; }
#fullpage .SocialCover.singlePage { background: #ffffff; }
#fullpage .SocialCover.singlePage:after { display: none; }
.secourWork .swiper-slide.swiper-slide-next img, .tabCover .swiper-slide.swiper-slide-next img, .SocialCover .swiper-slide.swiper-slide-next img, .secourWork .swiper-slide.swiper-slide-prev img, .tabCover .swiper-slide.swiper-slide-prev img, .SocialCover .swiper-slide.swiper-slide-prev img { z-index: -1; }
#fullpage .secourWork:after, #fullpage .tabCover:after, #fullpage .SocialCover:after { content: ''; background: url(../images/bgtexture.png) no-repeat 0 0; background-size: 100%; width: 40%; height: 50%; position: absolute; left: -25%; bottom: -5%; z-index: 0; }
.secourWork h3, .tabCover h3, .SocialCover h3 { color: #ffffff; position: relative; z-index: 1;  font-size: 40px;
    font-family: 'montserratbold'; font-weight:normal; }
.secourWork h3:after, .tabCover h3:after, .SocialCover h3:after { background: #959595; }
.secourWork .swiper-slide, .tabCover .swiper-slide, .SocialCover .swiper-slide { text-align: center; opacity: 0.5; }
.secourWork .swiper-slide.swiper-slide-active, .tabCover .swiper-slide.swiper-slide-active, .SocialCover .swiper-slide.swiper-slide-active { opacity: 1; }
.secourWork .swiper-container, .tabCover .swiper-container, .SocialCover .swiper-container { position: relative; padding: 100px 0 80px; }
.secourWork .swiper-container.mobAnd:after, .tabCover .swiper-container.mobAnd:after, .SocialCover .swiper-container.mobAnd:after { background: url(../images/mobilecover2.png) no-repeat -4px 0px; top: 48px; }
.secourWork .swiper-container.tabCover:after, .tabCover .swiper-container.tabCover:after, .SocialCover .swiper-container.tabCover:after { background: url(../images/tablcover.png) no-repeat -4px 0px; top: 48px; }
.secourWork .swiper-button-next, .tabCover .swiper-button-next, .SocialCover .swiper-button-next { background-image: url(../img/sprite.png); background-position: -239px -100px; background-size: inherit; width: 33px; height: 81px; right: 8%; top: 164px; bottom: 0; margin: auto; font-size: 0; }
.secourWork .swiper-button-prev, .tabCover .swiper-button-prev, .SocialCover .swiper-button-prev { background-image: url(../img/sprite.png); background-position: -239px -9px; background-size: inherit; width: 33px; height: 81px; left: 8%; top: 164px; bottom: 0; margin: auto; font-size: 0; }

#fullpage .anDroid.singlePage { background: #ffffff; }


.mask {
    opacity: 0;
    overflow: visible;
    border: 0px solid rgba(40,168,224,0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
}
.mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.example-image-link:hover .mask {
    opacity: 1;
    background-color:rgba(0, 0, 0, 0.5);
}
.mix img{
	max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mix:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.main-clor {
    background: #fff;
    text-align: center;
    padding: 70px 0;
}
.choose-us-main h2 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
	color:#4a4a4a;
    margin: 0;
}
.choose-us-main h5 {
	font-family: 'montserratlight';
    font-weight: normal;
    font-size: 30px;
    text-transform: capitalize;
	color:#4a4a4a;
    letter-spacing: 3px;

}
.inner-choose {
    margin-top: 70px;
}
.choose-box {
    background: #fcfcfc;
    padding: 40px 20px 0;
    min-height: 602px;
    position: relative;
}
.choose-box h3 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 28px;
    text-transform: uppercase;
	color:#4a4a4a;
    margin-bottom: 0;
}
.choose-box p {
	font-family: 'montserratlight';
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
	color:#4a4a4a;
    letter-spacing: 3px;
}
.desktop-base {
    padding: 100px 0;
    background: #19d576;
    color: #fff;
}
.desktop-left {
    margin-top: 80px;
}
.desktop-left h3 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
}
.desktop-left p {
	font-family: 'montserratlight';
    font-weight: normal;
    font-size: 14px;
}
.desktop-left a {
    margin-top: 30px;
    font-family: 'montserratlight';
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    padding: 6px 40px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    transition: all ease-in 0.2s;
}



.desktop-base2 {
    padding: 100px 0;
    background: #00bff3;
    color: #fff;
}
.desktop-left2 {
    margin-top: 170px;
}
.desktop-left2 h3 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
}
.desktop-left2 p {
	font-family: 'montserratlight';
    font-weight: normal;
    font-size: 14px;
}
.desktop-left2.bottom-line-tab {
    padding-bottom: 60px;
    border-bottom: 1px solid #00afdf;
}

.desktop-base3 {
    padding: 100px 0;
    background: #ef3139;
    color: #fff;
}
.desktop-left3 {
    margin-top: 180px;
}
.desktop-left3 h3 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
}
.desktop-left3 p {
	font-family: 'montserratlight';
    font-weight: normal;
    font-size: 14px;
}
.col-md-5.img-control img {
    margin: 0 auto;
}
.solution-base {
    margin-top: 40px;
    background: url(../img/portfolio/solution-1.png) no-repeat;
    padding-left: 100px;
}
.solution-base h4 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 20px;
}
.solution-base2 {
    margin-top: 40px;
    background: url(../img/portfolio/solution-2.png) no-repeat;
    padding-left: 100px;
}
.solution-base2 h4 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 20px;
}
.solution-base3 {
    margin-top: 40px;
    background: url(../img/portfolio/solution-3.png) no-repeat;
    padding-left: 100px;
}
.solution-base3 h4 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 20px;
}
ul.first-box {
    margin: 0;
    list-style: none;
    padding: 0;
}
ul.first-box li {
    width: 32%;
    display: inline-block;
}
ul.second-box {
    margin: 0;
    list-style: none;
    padding: 0;
}
ul.second-box li {
    width: 32%;
    display: inline-block;
}
ul.third-box {
    margin: 0;
    list-style: none;
    padding: 0;
}
ul.third-box li {
    width: 49%;
    display: inline-block;
    margin-bottom: 25px;
}
/*.choose-box a {
    font-family: 'montserratlight';
    width: 60%;
    background: transparent;
    border: 1px solid #ff7e00;
    border-radius: 30px;
    color: #ff7e00;
    padding: 6px 40px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    transition: all ease-in 0.2s;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: 0 auto;
}*/
.about-us-bg {
    background: #f3f3f3;
    text-align: center;
    padding: 100px 0;
}
.about-main-bg h3 {
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
    color: #4a4a4a;
	font-family: 'montserratmedium';
    margin: 0;
}
.about-main-bg ul {
    padding: 0;
    list-style: none;
    margin-top: 50px;
}
.short-box-choose span i {
    font-size: 39px;
    color: #b6b6b6;
}
.short-box-choose h4 {
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'montserratmedium';
    color: #222222;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 21px;
}
.short-box-choose {
    margin: 0px 40px;
    padding: 50px 0;
	webkit-transition: background-color .2s ease,box-shadow .2s ease;
    -moz-transition: background-color .2s ease,box-shadow .2s ease;
    transition: background-color .2s ease,box-shadow .2s ease;
}
.short-box-choose:hover {
    background: #fff;
	box-shadow: 0 7px 16px rgba(0,0,0,.1);
}
.short-box-choose:hover i {
	background: -webkit-linear-gradient(bottom,#31c8a2,#ae66fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #31c8a2;
}
ul.second-part-ul {
    margin-top: 0;
}
/*===========Slide Div=============*/
.slide-out-div {
  width: 577px;
  background: #f2f2f2;
  z-index: 99999;
}
div#quick_quote_div {
    margin-top: -10px;
}
.floating-form {
  top: 65px;
}
.formfl {
    background: #4a4a4a;
    height: 309px !important;
}
.formfl .tophead {
    background: #bdd030;
    padding: 11.7px;
}
.formfl .tophead h1 {
  font-size: 28px;
  color: #fff;
  width: auto;
  font-weight: 100;
  margin: 0;
  line-height: 28px;
  text-align: left;
  text-transform: none;
}
.formfl h2 {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 0 15px;
    text-transform: capitalize;
}
.formfl form {
    padding: 0px 15px 0px 15px;
}
.formfl .form-group {
  margin-bottom: 13px;
  margin-right: 4px!important;
}
div#quick_quote_div input {
  border-radius: 0px;
  box-shadow: none;
}
div#quick_quote_div select {
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
}
div#quick_quote_div button {
    margin-top: 18px;
    padding: 6px 30px;
    font-size: 13px;
}
.slide-out-div {
    display: none;
}
/*===========Slide Div End=============*/
.drupal-header {
    position: relative;
    padding: 100px 0 30px;
}
.drupal-header-main {
	background-image:url(../img/logos/drupal-main.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	color: #fff;
	    /*background-color: rgba(0,0,0,0.5);*/
}
.drupal-header .intro-text {
    text-align: left;
    padding-top: 70px !important;
    margin-top: 50px;
}
.drupal-header .intro-text p {
    width: 100%;
    font-size: 16px;
    margin-top: 25px;
}
.drupal-btn a {
    color: #0077c0;
    font-size: 18px;
	font-family: 'montserratmedium';
}
.drupal-btn {
    margin-top: 30px;
}
.drupal-side-form {
    margin-top: 50px;
    background: #0077c0;
    padding: 25px;
    border: 10px solid rgba(0,119,192,0.4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.drupal-side-form .form-control {
    background-color: #0077c0;
    border-bottom: 1px solid #4a9ed2;
    color: #fff;
    height: 42px;
}
.drupal-side-form input {
    color: #fff !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}
.drupal-side-form select {
    padding-left: 0;
    padding-bottom: 0 !important;
    height: 34px;
    font-size: 13.5px;
    text-transform: capitalize;
        line-height: 46px;
}
.drupal-side-form textarea {
    padding-left: 0;
    padding-top: 17px;
    height: 120px !important;
}
.change2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 14px;
}
.change2::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 14px;
}
.change2:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 14px;
}
.change2:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 14px;
}
.drupal-side-form button.next-step {
    padding: 6px 30px;
    font-size: 15px;
}
.drupal-side-form p {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.drupal-side-form span {
    font-family: 'montserratlight';
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 5px;
        border-bottom: 2px solid #fff;
    padding-bottom: 13px;
}
.col-md-12.form-main-log {
    border-top: 1px solid #fff;
    margin-top: 10px;
}
.container-fluid.client-test {
    background: #0077c0;
        padding: 84px 0 25px;
}
.clien-test-main .col-md-4{
	text-align: center;
}
.clien-test-main p {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'montserratlight';
    font-weight: normal;
    line-height: 28px;
}
.clien-test-main p span {
    font-family: 'montserratmedium';
}
.clien-test-main button {
    margin-top: 0 !important;
    margin-bottom: 0;
}
.bx-wrapper {
    position: relative;
    padding: 0;
    max-width: 100% !important;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}



.side-screen-form .form-group {
    width: 48%;
    float: left;
    margin-bottom: 0px !important;
    margin-right: 0 !important;
    border-right: 1px solid #cdcdcd;
}
.side-screen-form .form-group input{
	height: 45px;
}
.side-screen-form .form-group select{
	height: 45px;
	text-transform: capitalize;
}
.side-screen-form .form-group textarea {
    height: 45px;
    padding: 12px 19px;
}
body.modal-open {
    overflow: visible;
}
/*modal css*/
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
    margin-top: 50px;
    background: #fff;
    padding: 110px 40px;
    line-height: 1.5em;
    position: relative;
}

button.close.cross-pos {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 30px;
}

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } 
   }
  .details.col-md-6 img {
    width: 100px;
    margin-bottom: 30px;
} 
.preview.col-md-6 img {
    width: 100%;
}
h4.partners-head {
    font-size: 40px;
    font-family: 'montserratbold';
    color: #4a4a4a;
    margin-bottom: 30px;
}
.partners-slider .bx-wrapper {
    margin-bottom: 20px;
}

.slide-out-div {
    display: none !important;
}
.testimonials-main-clr {
    background: #3e3e3e;
    padding: 50px 0 0;
}
h3.test-head {
    font-size: 40px;
    font-family: 'montserratbold';
    color: #fff;
    margin-bottom: 30px;
}
/*Testimonial*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
    background-color: transparent;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 0px solid #3e3e3e;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
span.company-name {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'montserratmedium';
}
video.video-roll {
    margin-top: 50px;
}
.card button {
    color: #f20000;
    opacity: 1;
}
.intro-text.col-md-8.for-video-heading {
    padding-top: 0px !important;
    padding-bottom: 0;
}
.intro-text.col-md-8.for-video-heading h1 {
    margin-top: 0px !important;
    font-size: 34px;
    line-height: 42px;
}
h2.drupal-heading-dev {
    display: inline-block;
    border-bottom: 3px solid #0077c0;
    padding-bottom: 12px;
}
.drupal-dev-main {
    margin-top: 80px;
}
p.dev-text1 {
    text-align: left;
    font-size: 15px;
    font-family: 'montserratlight';
    font-weight: normal;
    color: #4a4a4a;
}
a.drupal-started {
    color: #00588e;
    font-size: 15px;
    text-transform: capitalize;
    border: 2px solid #00588e;
    padding: 10px 60px;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
}
.need-ecommerce-main.container-fluid {
    background: #f5f5f5;
    padding: 50px 0;
}
.need-ecommerce-left h2 {
    color: #0077c0;
    font-family: 'montserratmedium';
    font-weight: 400;
    font-size: 18px;
}
.need-ecommerce-left p {
    font-size: 15px;
    font-family: 'montserratlight';
    font-weight: normal;
    color: #4a4a4a;
}
.need-ecommerce-left {
    margin-top: 40px;
}
.need-ecommerce-right img {
    margin: 0 auto;
}
p.partners-graph {
    width: 44%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: 'montserratlight';
    font-weight: normal;
    color: #4a4a4a;
}
.container-fluid.best-solution-main {
    background: #0077c0;
    padding: 80px 0;
}
.best-solution-left h2 {
    font-size: 30px;
    font-family: 'montserratbold';
    color: #fff;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 15px;
    margin-top: 0;
}
.best-solution-left p {
    color: #fff;
    margin: 20px 0 30px;
    font-size: 13px;
    font-family: 'montserratlight';
    font-weight: normal;
}
.best-solution-left h3 {
    color: #ffca30;
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 18px;
}
.best-solution-right {
    margin-top: 50px;
}
.creation-main {
    background: #f5f5f5;
    padding: 60px 0;
}
.creation-main h2{
	display: inline-block;
    border-bottom: 3px solid #0077c0;
    padding-bottom: 12px;
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
    color: #4a4a4a;
    margin: 0;
}  
.support-main-dev {
    margin-top: 70px;
}  
.support-dev h3 {
    font-family: 'montserratmedium';
    font-weight: normal;
    margin-top: 30px;
        font-size: 20px;
}
.support-dev p {
    color: #4a4a4a;
    font-size: 13px;
    font-family: 'montserratlight';
    font-weight: normal;
    width: 90%;
    margin: 0 auto;
}
.drupal-side-form.opencart-side-form {
    background: #34c7f0;
    border: 10px solid rgba(49,95,124,0.9);
}
.drupal-side-form.opencart-side-form .form-control {
    background-color: #34c7f0;
    border-bottom: 1px solid #6fd7f4;
}
.client-test.client-test-2 {
    background: #242d37;
}
h2.opencart-heading-dev {
    display: inline-block;
    border-bottom: 3px solid #13a3cf;
    padding-bottom: 12px;
}
a.opencart-started {
    color: #13a3cf;
    font-size: 15px;
    text-transform: capitalize;
    border: 2px solid #13a3cf;
    padding: 10px 60px;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
}
h2.opencart-need {
    color: #13a3cf;
}
.container-fluid.best-solution-main.best-solution-main2 {
    background: #242d37;
}
.best-solution-left2 h2 {
    color: #1ebff0;
    border-bottom: 2px solid #646a71;
}
.best-solution-left2 h3 {
    color: #1ebff0;
}
.creation-main2 h2 {
    border-bottom: 3px solid #13a3cf;
    color: #4a4a4a;
}
.opencart-btn {
    margin-top: 30px;
}
.opencart-btn a {
    color: #1ebff0;
    font-size: 18px;
    font-family: 'montserratmedium';
}
.drupal-side-form.prestoshop-side-form {
    background: #000;
    border: 10px solid rgba(54,54,53,0.8);
}
.drupal-side-form.prestoshop-side-form .form-control {
    background-color: #000;
    border-bottom: 1px solid #4a4a4a;
}
.container-fluid.client-test3 {
    background: #70be45;
}
h2.presta-heading-dev {
    display: inline-block;
    border-bottom: 3px solid #70be45;
    padding-bottom: 12px;
}
a.presta-started {
    color: #4a4a4a;
    font-size: 15px;
    text-transform: capitalize;
    border: 2px solid #4a4a4a;
    padding: 10px 60px;
    border-radius: 30px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
}
.container-fluid.best-solution-main.best-solution-main3 {
    background: #70be45;
}
.best-solution-left3 h3 {
    color: #fff;
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 18px;
}
.creation-main3 h2 {
    border-bottom: 3px solid #70be45;
}
.presta-btn {
    margin-top: 30px;
}
.presta-btn a {
    color: #70be45;
    font-size: 18px;
    font-family: 'montserratmedium';
}
.drupal-side-form.woocommerce-side-form {
    background: #9c5c8f;
    border: 10px solid rgba(104,80,98,0.8);
}
.woocommerce-side-form.drupal-side-form .form-control {
    background-color: #9c5c8f;
    border-bottom: 1px solid #b98bb0;
    color: #fff;
    height: 42px;
}
.container-fluid.client-test.client-test4 {
    background: #9c5c8f;
}

h2.woocommerce-heading-dev {
    display: inline-block;
    border-bottom: 3px solid #9c5c8f;
    padding-bottom: 12px;
}
h2.woocommerce-need {
    color: #9c5c8f;
}
.container-fluid.best-solution-main.best-solution-main4 {
    background: #9c5c8f;
}
.best-solution-right img {
    margin: 0 auto;
}
.creation-main4 h2 {
    border-bottom: 3px solid #9c5c8f;
}
h2.presta-need {
    color: #686868;
}
.woocommerce-btn {
    margin-top: 30px;
}
.woocommerce-btn a {
    color: #9c5c8f;
    font-size: 18px;
    font-family: 'montserratmedium';
}
.need-ecommerce-right {
    margin-top: 50px;
}
.need-ecommerce-right img {
    width: 90%;
    margin: 0 auto;
}
.drupal-header .intro-text h1{
	font-size: 46px;
}
a.choose-box-btn {
    font-family: 'montserratlight';
    width: 60%;
    background: transparent;
    border: 1px solid #ff7e00;
    border-radius: 30px;
    color: #ff7e00;
    padding: 6px 40px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    transition: all ease-in 0.2s;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: 0 auto;
}
iframe.vimeo-video {
    width: 88%;
}
p.what-our {
    margin-top: 0 !important;
    font-size: 20px !important;
    margin-bottom: 10px;
    text-transform: capitalize;
}
img.share-icon {
    position: absolute;
    left: -100px;
    top: 70px;
}
.container-fluid.wordpress-service {
    background: #f5f5f5;
    margin-top: 50px;
    padding: 70px 0;
}
.wordpress-service h2{
	font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
    color: #4a4a4a;
    margin: 0;
}
.wordpress-service-main {
    margin-top: 50px;
}
.wordpress-box {
    padding: 20px 20px;
}
.wordpress-box h3 {
    font-family: 'montserratmedium';
    font-weight: normal;
    margin-top: 30px;
    font-size: 18px;
}
.wordpress-box p {
    font-size: 13px;
    font-family: 'montserratlight';
    font-weight: normal;
    line-height: 21px;
}
.wordpress-box h3 {
    font-family: 'montserratmedium';
    margin: 0 auto;
    font-weight: normal;
    margin-top: 30px;
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 12px;
    min-height: 47px;
}
p.wordpress-tagline {
    margin-top: 15px;
    font-size: 14px;
    font-family: 'montserratlight';
    font-weight: normal;
    color: #4a4a4a;
    line-height: 21px;
}

.wordpress-box:hover h3 {
    border-bottom: 1px solid #fff;s;
}
.wordpress-box:hover img {-webkit-filter: brightness(1000%);}
.need-ecommerce-left.wordpress-ecom-left {
    margin-top: 50px;
}
.need-ecommerce-left.wordpress-ecom-left h2 {
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 30px;
    color: #000;
}
.wordpress-box img {
    width: 90px;
}


.dropdown-menu {
    right: 0;
    left: 0;
    border: 0px solid rgba(0,0,0,.15);
    /*	*/
}
.dropdown-header {
  font-size: 14px;
  font-weight: bold;
  color: #bcce45;
  display: block;
  padding: 1em 2em 1em 1.5em;
  white-space: nowrap;
  line-height: 28px;
  margin-bottom: 1px;
  padding-top: 19px;
}

.navbar-collapse {
  border-bottom: 0 !important;
}

.mega-menu .mega-menu-content {
    position: relative;
    padding: 0;
}
@media (max-width: 768px) {
  .mega-menu .mega-menu-content {
    padding: 0 15px;
  }
}
.mega-menu .mega-menu-content .widget .thumb {
  position: relative;
  padding: 20px;
}
.mega-menu .mega-menu-content .box li {
  /*border-bottom: 1px solid #eeeeee;
  border-bottom-color: rgba(0, 0, 0, 0.1);*/
  position: relative;
  padding: 1px 10px 10px 0;
}
.mega-menu .box li:before {
  color: inherit;
}
.mega-menu .box li:last-child {
  border-bottom: 0 solid #FFFFFF;
}
.mega-menu .box li i {
  right: 0;
  clear: both;
  top: 10px;
  display: block;
  position: absolute;
}
.mega-menu .box li a {
    color: inherit;
    border-bottom: none;
    border-bottom: 0 !important;
    padding: 14px 30px 12px 0 !important;
    position: relative;
    text-decoration: none;
    text-transform: none;
   
    font-size: 12px;
}
.mega-menu .box li a:hover, .mega-menu .mega-menu-content .box li a:focus {
  background: none !important;
  border: 0;
  box-shadow: none;
}
.mega-menu .dropdown-menu {
    padding: 0;
}
.mega-menu .navbar-default .mega-menu-content {
  border-radius: 0;
}
.mega-menu .navbar-default .mega-menu-full .dropdown-menu {
  left: 0;
  right: 0;
}
.mega-menu .navbar-default .mega-menu-half .dropdown-menu {
  left: 20%;
  right: 20%;
}
.mega-menu .entry {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.mega-menu .entry img {
  width: 100%;
}
.mega-menu .entry:hover .magnifier {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mega-menu .coldesc {
  background: #4b4e53;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: center;
}
.mega-menu .menu-image {
  margin-bottom: 30px;
}
.mega-menu .box p {
  color: inherit;
  font-weight: 400;
  padding-top: 10px;
  font-size: 13px;
}
.mega-menu .box h4 {
  color: inherit;
  font-weight: bold;
  font-size: 14px;
  padding-top: 0;
}
.mega-menu .box ul li span {
  float: right;
  margin-top: 4px;
}
.mega-menu .box ul li:hover .fa {
  color: #D83D59 !important;
}
.mega-menu .dropdown-submenu {
  position: relative;
}
.mega-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
}
.mega-menu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.mega-menu .dropdown-submenu.pull-left {
  float: none;
}
.mega-menu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.mega-menu .navbar-default .mega-menu-half .dropdown-menu {
    left: 20%;
    right: 20%;
}
.dropdown {
    position: static !important;
}
.mega-menu .box ul {
    padding-left: 0;
    list-style: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent; 
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #fff;
}
li.for-mar-set {
    margin: 0 !important;
}
.drop-main-set {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-right: 1px solid #bcce45;
}
.drop-main-set.hide-border {
    border: none;
}
.last-right-row {
    padding: 20px 0 59px 20px;
    background: #b6d133;
}
.drop-main-set ul li a {
    color: #000 !important;
}
.last-right-row ul li.dropdown-header {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
li.dropdown.mega-menu-half {
    padding-bottom: 20px;
}
a.dropdown-toggle:hover {
    border-bottom: none !important;
}
.for-mob-lines{
	display: none !important;
}
.mega-menu .box li a:hover {
    color: #a9a9a9 !important;
}
img.dd-arrow {
    position: absolute;
    margin-top: 5px;
    display: none;
    width: 72px;
}
.dropdown:hover img.dd-arrow {
    display: block;
}
.navbar-header.page-scroll {
    position: relative;
    z-index: 99999;
}
ul.first-box li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
ul.first-box li:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
ul.second-box li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
ul.second-box li:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
button.for-sub-page {
    background: transparent;
    border: 1px solid gray;
    border-radius: 30px;
    color: grey;
    font-size: 10px;
    padding: 2px 8px;
    letter-spacing: 1px;
}
button.for-sub-page:hover {
	border: 1px solid #ff7e00;
	color: #ff7e00;
}



.overlay {
  width: 100%;
  height: 100%;
  overflow: auto;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
      z-index: -5;
  opacity: 0;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: opacity 0.5s, z-index 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, z-index 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, z-index 0s 0.5s;
  transition: opacity 0.5s, transform 0.5s, z-index 0s 0.5s, -webkit-transform 0.5s;
}
.overlay .overlay-background {
  background-color: rgba(44, 154, 206, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.overlay .overlay-content {
  width: 100%;
  max-width: 530px;
  margin: 100px auto 0;
  padding: 0 15px;
  color: #fff;
  position: relative;
  z-index: 10;
}
.overlay .overlay-content .overlay-close {
  display: block;
  font-size: 35px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 15px;
}
.overlay .overlay-content .overlay-close:hover {
  opacity: .8;
}
.overlay .overlay-content .blurb {
    margin-top: 15px;
    line-height: 100%;
    font-weight: 600;
    font-size: 18px;
    font-family: 'montserratlight';
    font-weight: normal;
}
.overlay .overlay-content .blurb-tagline {
  display: block;
  margin-top: 10px;
  line-height: 100%;
  font-size: 14px;
}
.overlay .overlay-content .signup-form {
  margin-top: 35px;
}
.overlay .overlay-content .signup-form label {
  line-height: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}
.overlay .overlay-content .signup-form input {
    background-color: transparent;
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    padding: 0 8px !important;
    border: 1px solid rgba(254, 254, 254, 0.82);
    color: #fff;
}
.overlay .overlay-content .signup-form select {
    background-color: transparent;
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
    padding: 0 20px;
    border: 1px solid rgba(254, 254, 254, 0.82);
        text-transform: capitalize;
        color: #fff;
}
.overlay .overlay-content .signup-form textarea {
    background-color: transparent;
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    padding: 5px 20px;
    border: 1px solid rgba(254, 254, 254, 0.82);
    color: #fff;
}
.overlay .overlay-content .signup-form input:hover, .overlay .overlay-content .signup-form input:focus {
  border-color: #fff;
}
.overlay .overlay-content .signup-form .submit-btn {
  width: 150px;
}
.overlay.open {
       z-index: 99999999;

  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s, z-index 0s, -webkit-transform 0.5s;
  transition: opacity 0.5s, z-index 0s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, z-index 0s;
  transition: opacity 0.5s, transform 0.5s, z-index 0s, -webkit-transform 0.5s;
}
.overlay.short .overlay-content {
  margin: 30px auto;
}

@media (max-width: 600px) {
  .overlay .overlay-content {
    margin: 25px auto;
  }
}
.col-md-12.form-main-log.popup-form-main {
    border-top: none;
}
.overlay .overlay-content .signup-form select:hover, .overlay .overlay-content .signup-form select:focus {
    border-color: #fff;
}
.overlay .overlay-content .signup-form textarea:hover, .overlay .overlay-content .signup-form textarea:focus {
    border-color: #fff;
}
select.sel-color-chnage option {
    color: #000;
}
button.popup-start-btn {
    padding: 8px 30px;
    font-size: 15px;
    margin-top: 20px;
}
.get-in-touch-wrap.vertical {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
}
button.get-in-touch-wrap {
    font-size: 13pt;
    background: #bdd030;
    color: #fff;
    z-index: 99999999;
    right: 100px;
    top: 40px;
    position: fixed;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.39,-.16,.4,1.21);
    -webkit-transform-origin: 193px 23px;
    -ms-transform-origin: 193px 40px;
    transform-origin: 240px 35px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

button.get-in-touch-wrap-r{
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
   
}
ul.service-main-line.service-main-line2 {
    width: 100%;
    margin-top: 20px;
    transform: scale(0.9);
}
ul.service-main-line.service-main-line2 li {
    margin: 0 !important;
}
.hieght-dark:hover {
    filter: brightness(80%);
}
ul.service-main-line.service-main-line2:last-child {
    margin-bottom: 20px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    border-radius: 10px;
}
.main-heading {
    font-size: 30px;
    line-height: 26px;
    text-transform: capitalize;
    font-family: 'montserratlight';
    font-weight: normal;
}
.main-table-cr {
    margin: 60px 0;
    font-family: 'montserratlight';
}
.main-table-cr h2 {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'montserratlight';
}
.main-table-cr .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}





.work-process-area {
    overflow: hidden;
    /* margin-top: 76px; */
    margin-top: 50px;
    padding-bottom: 80px;
    padding-top: 30px;
}


.work-process-area .work-process {
    padding: 30px;
    color: #fff;
    min-height: 410px;
}
.work-process-area .work-title {
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 70px;
    line-height: 70px;
    font-family: 'montserratmedium';
    font-weight: 400;
}
.work-process-area .work-process h3 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 23px;
    font-family: 'montserratmedium';
    font-weight: normal;
    line-height: 25px;
}
.work-process-area .work-process p {
    margin-bottom: 50px;
}

.work-process-area .work-01 {
    background: #52d2fc;
}
.work-process-area .work-02 {
    background: #39cbfb;
}
.work-process-area .work-03 {
    background: #20c5fb;
}
.work-process-area .work-04 {
    background: #07befa ;
}
.intro-text.col-md-8.soft-top-mar {
    margin-top: 130px;
}
.soft-service-back {
    background: #07befa ;
    color: #fff;
}
.creation-main-all.soft-service-back h2 {
    border-bottom: 3px solid #fff;
    color: #fff;
}
.soft-service-back .support-main-dev .support-dev p{
	color: #fff;
}
a.drupal-started.soft-started {
    color: #fff;
    border-color: #fff;
}
.container-fluid.client-test.soft-client {
    background: #07befa;
}
.soft-client .clien-test-main p {
	color: #fff ;
}



#technology {
    padding: 30px 0 70px;
    width: 100%;
    background: url(../img/cms/tech-bg.jpg);
    background-size: cover;
    min-height: 230px;
    position: relative;
}
.section-header {
    margin-bottom: 80px;
    text-align: center;
}
h2.section-title {
    color: #000;
    display: inline-block;
    border-bottom: 3px solid #07befa ;
    padding-bottom: 12px;
    font-family: 'montserratmedium';
    font-weight: normal;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.section {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.technology-list {
    width: 100%;
    float: left;
    text-align: center;
}
.technology-list .img {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}
.technology-list .img {
    border-radius: 100%;
    margin: 10px 0;
    text-align: center;
    width: 100px;
    padding: 10px;
    height: 100px;
    display: inline-block;
}
.sprite.php {
    background-position: 0 -975px;
}
.sprite {
    background: url(../img/cms/sprite.png) no-repeat top left;
    width: 70px;
    height: 70px;
    margin-top: 5px;
}
.sprite-img+.technology-name {
    margin: 0px;
}
.technology-list .technology-name {
    width: 100%;
    float: left;
    margin: 5px 0;
    color: #fff;
    text-align: center;
}
.technology-list .img .fa {
    color: #fff;
    font-size: 65px;
    line-height: 83px;
}
.sprite.perl {
    background-position: 0 -900px;
}
.sprite.magento {
    background-position: 0 -600px;
}
.sprite.bootstrap {
    background-position: 0 -150px;
}
.sprite.zend {
    background-position: 0 -1350px;
}
.sprite.angular {
    background-position: 0 0;
}
.sprite.codeigniter {
    background-position: 0 -300px;
}
.sprite.django {
    background-position: 0 -375px;
}
.sprite.mongodb {
    background-position: 0 -675px;
}
.sprite.python {
    background-position: 0 -1125px;
}
.sprite.mysql {
    background-position: 0 -750px;
}
.sprite.jquery {
    background-position: 0 -450px;
}
.sprite.nodejs {
    background-position: 0 -825px;
}
.sprite.bigcommerce {
    background-position: 0 -75px;
}
.sprite.Laravel {
    background-position: 0 -525px;
}
.sprite.cakephp {
    background-position: 0 -225px;
}
.sprite.yii {
    background-position: 0 -1275px;
}
button.btn.btn-callnow.navbar-btn.soft-action-btn {
    color: #fff;
    background: #07befa ;
    border-radius: 20px;
    padding: 8px 30px;
}
p.dev-text1.dev-text-start {
    margin-top: 40px;
}
.support-dev.support-dev-start {
    min-height: 340px;
}
.cms-logo {
    margin: 30px 0;
}
.cms-logo .col-md-4 {
    margin: 15px 0;
}
.cms-logo img {
    
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}
.our_solution .modern-ecommerce_icons {
    margin-top: 30px;
}
.our_border {
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin: 0!important;
    padding: 20px 3%!important;
}
.our_solution .icon-header {
    text-align: left;
    margin-bottom: 0;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'montserratregular';
}
.our_solution .full-content {
    text-align: justify;
    width: 100%;
    margin: 8px 0 0;
    min-height: 160px;
    color: #4a4a4a;
    font-size: 15px;
    font-family: 'montserratlight';
    font-weight: normal;
}
.our_solution .our_border:nth-child(3n+3) {
    border-right: 0;
}
.our_solution .our_border:nth-child(4), .our_solution .our_border:nth-child(5), .our_solution .our_border:nth-child(6) {
    border-bottom: 0;
}
.sixteen.columns h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'montserratmedium';
}
span.sub-quote_header {
	font-weight: normal;
    font-family: 'montserratlight';
}
.our_solution {
    padding: 50px 0 0;
}
.ecommerce-side-form .form-main-log .form-group {
    margin-bottom: 15px !important;
}
.blocks-half:nth-of-type(odd) {
    float: left;
}
.blocks-half:nth-of-type(even) {
    float: right;
}
.blocks-half {
    position: relative;
    width: 48.75vw;
    width: calc(50% - .5vw);
    height: 49.9vw;
    box-sizing: border-box;
    padding: 0;
}
.blocks-half>img {
    object-fit: cover;
    width: 100%;
}
.overlay-ecom {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(189,208,48,0.8);
}
.overlay-ecom2 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(62,62,62,0.8);
}
.block-text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    color: #FFF;
}
.block-text-center h3 {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'montserratregular';
}
.block-text-center h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.technology-stack-main h3 {
    font-size: 30px;
    font-family: 'montserratmedium';
}
.technology-stack-main h3 span {
    font-weight: normal;
    font-family: 'montserratlight';
}
.technology-stack-main p {
    font-size: 15px;
    font-family: 'montserratlight';
    font-weight: normal;
}
.block-text-center p {
	font-size: 15px;
    font-family: 'montserratlight';
    font-weight: normal;
}
.contrainer-fluid.Pixafy-ecom {
    padding-bottom: 14px;
}
.approach-agile {
    background: #35a4dd;
    padding: 50px 0;
    color: #fff;
}
.approach-box img {
    width: 200px;
}
.approach-agile h3 {
	font-size: 30px;
    font-family: 'montserratmedium';
}
.approach-agile p{
	font-size: 15px;
    font-family: 'montserratlight';
    font-weight: normal;
}
.approach-box h4 {
    font-size: 18px;
    font-family: 'montserratlight';
    text-transform: capitalize;
}
.approach-box p {
    line-height: 22px;
}
.call-center-bg {
    padding: 50px 0;
    background: #e0e0e0;
}
.call-center-bg h3 {
    font-size: 30px;
    font-family: 'montserratmedium';
}
.call-center-bg p {
    font-size: 15px;
    font-family: 'montserratlight';
    font-weight: normal;
}
.call-center-main {
    margin-top: 50px;
}
.call-box {
    margin: 0 60px;
    padding: 20px;
    background: #4a4a4a;
    color: #ffcc38;
    border-radius: 16px;
}
.call-box h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'montserratlight';
    font-weight: normal;
}
.call-box p {
    margin-bottom: 0;
    font-family: 'montserratlight';
    font-weight: normal;
}
.support-dev p a {
    color: #4a4a4a;
}
.support-dev p a:hover {
	text-decoration: none;
}

img.hiring-text {
    position: absolute;
    top: -3px;
    margin: 0 5px;
}









/*==========Responsive===========*/
@media screen and (max-width: 1024px) {
	.nav.navbar-nav.navbar-right.my-nav-new {
    float: left !important;
	}
	.expert {
    display: none;
	}
	.certified {
    padding: 105px 0px 0;
	}
	.certified-2 {
    padding: 96px 0px 0;
	}
	.certified h2 {
    font-size: 63px;
    line-height: 40px;
	}
	.certified h2 span {
    font-size: 25px;
	}
	.certified-2 h3 {
    font-size: 63px;
    line-height: 40px;
	}
	.certified-2 h3 span {
    font-size: 25px;
	}
	.respond h5 {
    font-size: 49px;
	}
	ul.my-nav-new {
    margin-left: 0px;
    width: 100%;
	}
	/*.swiper-slide.swiper-slide-active {
    margin-left: -12px !important;
	}*/
	.secourWork .swiper-slide, .tabCover .swiper-slide, .SocialCover .swiper-slide {
    opacity: 0.07;
    text-align: center;
	}
}
@media screen and (max-width: 991px) {
	.fusion-fullwidth {
    background: #fff ;
	}
	.fusion-fullwidth2 {
    background: #07befa ;
	}
	.fusion-fullwidth3 {
    background: #c60544 ;
    }
}
@media screen and (max-width: 768px) {
	.intro-text {
    padding-top: 140px !important;
	}
	.framework-desktop {
    display: none !important;
}
ul.service-main-line {
    text-align: center;
}
.framework-mobile {
    display: block !important;
}
	.arpatech-logo img {
    width: 18%;
	}
	.intro-text h1 {
    font-size: 45px;
    line-height: 45px;
	}
	.intro-text h1 span {
    font-size: 25px;
	}
	.for-start-btn .next-step2 {
    padding: 10px 40px;
    font-size: 15px;
	}
	.for-start-btn .next-step {
    padding: 10px 40px;
    font-size: 15px;
	}
	.specialities {
    padding-top: 0;
    margin-bottom: 50px;
	}
	ul.service-main-line {
    width: 100%;
	}
	img.img-responsive.crm-indide {
    margin-left: 0;
	}
	h2.contact-head {
    font-size: 43px;
	}
	.specialities {
    text-align: center;
	}
	.second-sec-bg {
    background: none;
	}
	.location {
    display: none;
	}
	.for-width-con {
    width: 100%;
	}
	section.bisiness-tech h3 {
    font-size: 50px;
    line-height: 48px;
	}
	section.bisiness-tech h3 span {
    font-size: 26px;
	}
	.second-sec-bg {
    text-align: center;
	}
	.container-fluid.footer-bg {
    text-align: center;
	}
	.col-md-3.for-logo-mid p {
    text-align: center;
	}
	.secourWork .swiper-slide, .tabCover .swiper-slide, .SocialCover .swiper-slide {
    opacity: 0.03;
    text-align: center;
	}
	/*.swiper-slide.swiper-slide-active {
    margin-left: -32px !important;
	}*/
	
}
@media screen and (max-width: 767px) {
	.video-res {
    display: none;
	}
	.mob-lia {
    clear: both;
}
.footer1-wrapper .grid.grid-footer1 [class*="span"] {
   
    width: 100%;
}
	.header {
		background-image:url(../img/4.jpg);
	}
	.slide-out-div{
		display: none !important;
	}
	.mega-menu-half{
		display: none !important;
	}
	.for-mob-lines{
	display: block !important;
	}
	button.get-in-touch-wrap{
	display: none;
	}
}
@media screen and (max-width: 640px) {
	.intro-text {
		padding-top: 0px !important;
	}
	.arpatech-logo {
    display: none;
	}
	.arrow {
    display: none;
	}
	.next-step2 {
		margin-top:0;
	}
	.next-step {
		margin-top:0;
	}
	.main-head {
    padding: 70px 0;
	}
	h2.contact-head {
    font-size: 35px;
	}
	.gtm-track {
    margin-top: 30px;
	}
	section.bisiness-tech h3 {
    font-size: 35px;
    line-height: 36px;
	}
	section.bisiness-tech h3 span {
    font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.for-start-btn .next-step2 {
    margin-top: 0;
	}
	.for-start-btn .next-step {
    margin-top: 0;
	}
	/* ul.service-main-line li { 
    width: 100%;
	 } */
	.respond h5 {
    font-size: 35px;
	}

}
@media screen and (max-width: 479px) {
	.intro-text h1 span {
    font-size: 22px;
    letter-spacing: 6px;
	}
	.intro-text h1 {
    font-size: 38px;
    line-height: 40px;
	}
	.for-start-btn .next-step2 {
    margin-right: 0;
    margin-top: 10px;
	}
	.for-start-btn .next-step {
    margin-left: 0;
    margin-top: 20px;
    padding: 10px 35px;
	}
	.intro-text {
    padding-top: 50px !important;
	}
}
@media screen and (max-width: 360px) {
section.bisiness-tech h3 span {
    font-size: 17px;
	}
	section.bisiness-tech h3 {
    font-size: 32px;
    line-height: 30px;
	}
	.intro-text h1 span {
    font-size: 23px;
    letter-spacing: 6px;
	}
	.intro-text h1 {
    font-size: 35px;
    line-height: 35px;
	}
	.intro-text {
    padding-top: 70px !important;
	}
	.for-start-btn .next-step2 {
    margin-right: 0;
    margin-top: 30px;
	}
	.for-start-btn .next-step {
    margin-left: 0;
    margin-top: 30px;
    padding: 10px 33px;
	}
	
}

@media screen and (max-width: 360px) {
	.navbar-brand {
    padding-right: 0;
    width: 68%;
	}
	.intro-text {
    padding-top: 0 !important;
	}
	.intro-text h1 span {
    font-size: 23px;
    letter-spacing: 3px;
	}
	.intro-text h1 {
    font-size: 30px;
    line-height: 35px;
	}
	.specialities h2 {
    font-size: 35px;
    font-weight: normal;
	}
	.certified span {
    font-size: 25px;
    letter-spacing: 2px;
	}
	.certified-2 h3 {
    font-size: 53px;
    line-height: 40px;
	}
	.certified h2 {
    font-size: 53px;
    line-height: 40px;
	}
	.certified-2 span {
    font-size: 25px;
    letter-spacing: 2px;
	}
	.main-portfolio h2 {
    font-size: 30px;
	}
	section.bisiness-tech h3 span {
    font-size: 32px;
    letter-spacing: 0;
	}

}

























footer1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

footer1,
section {
    display: block
}




.footer1-wrapper {
    background: #fafafa;
}

.footer1-wrapper ul{
	list-style: none;
}


.footer1-wrapper h5 {
    font-size: 0.9375em;
    color: #83838f
}

.footer1-wrapper a {
	line-height: 1.6em;
	text-decoration: none;
	font-family: 'montserratlight';
    font-weight: normal;
    color: #808080
}

.footer1-wrapper p {
	line-height: 1.6em;
	text-decoration: none;
	font-family: 'montserratlight';
    font-weight: normal;
    color: #808080
}

.footer1-wrapper a:hover,
.footer1-wrapper a:active,
.footer1-wrapper a:focus {
    color: #b2b2b2
}

.footer1-change-location-link {
    margin: 7px 0 0 0
}

.footer1-ex {
    clear: both
}

.footer1-social-links {
    display: inline-block;
    /*margin-left: 1.5em;*/
    *display: inline;
    *zoom: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

.footer1-social-links a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: table;
    width: 2.25em;
    height: 2em;
    float: left;
    margin-bottom: 5px;
    text-align: center;
    color: #fff
}

.footer1-social-links a:hover,
.footer1-social-links a:active,
.footer1-social-links a:focus {
    color: #fff
}

.footer1-social-links a i {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

a.footer1-social-twitter {
    background-color: #00acee
}

a.footer1-social-facebook {
    background-color: #3b5b99
}

a.footer1-social-instagram {
    background-color: #507da2
}

a.footer1-social-tumblr {
    background-color: #36465d
}

.footer1-signature {
    position: relative
}

.footer1-copyright {
    font-size: 9pt;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #83838f
}

.footer1-links-list {
    margin-left: -30pt;
}




.footer1-wrapper .footer1-store-locator h5 {
    margin-bottom: 18px
}

.footer1-signature-w {
    border-top: solid 1px #3c3c42;
    margin-top: 0.9375em;
    padding-top: 1.75em;
    -webkit-transform: translate3d(0, 0, 0)
}

.footer1-legal-links {
    font-size: 7pt;
}

.footer1-legal-links a {
    display: inline-block;
    margin-right: 1em;
    text-transform: uppercase
}

.footer1-wrapper {
	font-size: 10pt;
    padding: 3.75em 0 1.75em
}

.footer1-wrapper h5 {
    margin-bottom: 1.0625em
}

.footer1-wrapper .footer1-mobile-section {
    padding-bottom: 74px
}

.footer1-wrapper .footer1-contact.span9 {
    padding-top: 2px;
    float: right;
    text-align: right
}

.footer1-wrapper .footer1-contact.span9>p {
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0)
}

.footer1-wrapper .footer1-contact.span9>p a {
    display: inline-block;
    position: relative;
    top: -11px;
    margin-left: 1.5em
}

.footer1-copyright {
    position: static
}



.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visible-phone {
    display: none !important
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.container1,
.grid {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.container1:before,
.container1:after,
.grid:before,
.grid:after {
    display: table;
    content: "";
    line-height: 0
}

.container1:after,
.grid:after {
    clear: both
}

.container1 {
    width: 93.06122%;
    max-width: 1400px
}

.container1.full-bleed-no-max {
    max-width: 100%
}

.grid {
    width: 92.76316%;
    max-width: 1190px
}

.container1.full-bleed-no-max {
    width: auto
}

.grid {
    *zoom: 1
}

.grid:before,
.grid:after {
    display: table;
    content: "";
    line-height: 0
}

.grid:after {
    clear: both
}

.grid [class*=span] {
    display: block;
    width: auto;
    float: left;
    margin-left: 3.5461%;
    *margin-left: 3.487%
}

.grid [class*=span]:first-child {
    margin-left: 0
}

.grid .span9 {
    width: 74.11348%;
    *width: 74.05437%
}

.grid .span3 {
    width: 22.34043%;
    *width: 22.28132%
}

[class*="span"]:first-child {
    margin-left: 0
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px
}

.span9 {
    width: 627px
}

.span3 {
    width: 189px
}

@media (min-width: 48em) and (max-width: 61.1875em) {
    .visible-phone {
        display: none !important
    }
}

@media (max-width: 47.9375em) {
    .visible-phone {
        display: inherit !important
    }
}

@media (min-width: 35.5em) and (max-width: 47.9375em) {
    .phone-at-567 .visible-phone {
        display: none !important
    }
}

@media (min-width: 75em) {
    .container1 {
        width: 92.5%
    }
    .grid {
        width: 100%
    }
    .grid {
        *zoom: 1
    }
    .grid:before,
    .grid:after {
        display: table;
        content: "";
        line-height: 0
    }
    .grid:after {
        clear: both
    }
    .grid [class*=span] {
        display: block;
        width: auto;
        float: left;
        margin-left: 3.52941%;
        *margin-left: 3.47031%
    }
    .grid [class*=span]:first-child {
        margin-left: 0
    }
    .grid .span9 {
        width: 74.11765%;
        *width: 74.05855%
    }
    .grid .span3 {
        width: 25.35294%;
        *width: 22.29384%;
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 36px
    }
    .span9 {
        width: 756px
    }
    .span3 {
        width: 228px
    }
}

@media (min-width: 87.5em) {
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 38px
    }
    .span9 {
        width: 826px
    }
    .span3 {
        width: 250px
    }
}

@media (min-width: 48em) and (max-width: 61.1875em) {
    .container1 {
        width: 92.1875%
    }
    .grid {
        width: 91.80791%
    }
    .grid {
        *zoom: 1
    }
    .grid:before,
    .grid:after {
        display: table;
        content: "";
        line-height: 0
    }
    .grid:after {
        clear: both
    }
    .grid [class*=span] {
        display: block;
        width: auto;
        float: left;
        margin-left: 3.38462%;
        *margin-left: 3.32551%
    }
    .grid [class*=span]:first-child {
        margin-left: 0
    }
    .grid .span9 {
        width: 74.15385%;
        *width: 74.09474%
    }
    .grid .span3 {
        width: 22.46154%;
        *width: 22.40244%
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 22px
    }
    .span9 {
        width: 482px
    }
    .span3 {
        width: 146px
    }
}

@media (max-width: 61.1875em) {
    h5,
    h5 {
        font-size: 1.125em;
        line-height: 1.22222;
        margin-bottom: 12px
    }
    p,
    p {
        font-size: 0.8125em;
        line-height: 1.53846
    }
}

@media (max-width: 47.9375em) {
    .container1 {
        width: 93.75%
    }
    .grid {
        width: 92%
    }
    .container1.m-full-bleed {
        width: auto
    }
}

@media (max-width: 35.4375em) {
    .no-grid-at-567.grid [class*="span"],
    .no-grid-at-567.grid [class*="span"]:first-child {
        float: none;
        display: block;
        width: auto;
        margin-left: 0
    }
    .container1.full-bleed-at-567 {
        width: auto
    }
}

@media (max-width: 29.9375em) {
    .container1 {
        width: 93.75%
    }
    .grid {
        width: 92%
    }
}

@media (max-width: 47.9375em) {
    #footer1-wrapper {
        -webkit-transition: left 0.15s ease-out 0s;
        transition: left 0.15s ease-out 0s
    }
    #footer1-wrapper {
        position: relative
    }
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.footer1-social-links {
	font-size: 13.5pt !important;
    position: relative
}

.footer1-social-links .social-overlay {
    display: none;
    width: 260px;
    position: absolute;
    bottom: 52px;
    left: 0px;
    background: rgba(255, 255, 255, 0.95);
    text-align: left;
    z-index: 10;
    padding: 15px;
    min-height: 135px
}

.footer1-social-links .social-overlay .arrow-bottom {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, 0.95);
    position: absolute;
    bottom: -30px;
    margin-left: 108.5px;
    padding-bottom: 20px
}

.footer1-social-links .social-overlay .social-title {
    color: #1b8fd2;
    font-size: 10px;
    *zoom: 1
}

.footer1-social-links .social-overlay .social-title:before,
.footer1-social-links .social-overlay .social-title:after {
    display: table;
    content: "";
    line-height: 0
}

.footer1-social-links .social-overlay .social-title:after {
    clear: both
}

@media (min-width: 75em) {
    .footer1-wrapper .footer1-contact.span9>p a {
        margin-left: 1.2em
    }
}

@media (min-width: 35.5em) and (max-width: 61.1875em) {
    .footer1-wrapper .grid.no-grid-at-567 .footer1-contact.span9>p {
        display: block;
        margin-bottom: 0.1875em;
        min-width: 560px
    }
    .footer1-wrapper .grid.no-grid-at-567 .footer1-contact.span9>p a {
        margin-right: 0;
        margin-left: 1.5625em
    }
    .footer1-wrapper .grid.no-grid-at-567 .span3 {
        width: 30.9%
    }
    .footer1-wrapper .grid.no-grid-at-567 .footer1-store-locator.span3 {
        width: 100%;
        float: none;
        overflow: hidden;
        padding-bottom: 2.3125em;
        margin-bottom: 0
    }
    .footer1-wrapper .grid.no-grid-at-567 .footer1-store-locator.span3 h5 {
        display: block;
        width: 6.5625em;
        float: left;
        position: relative;
        top: 0.8125em
    }
    .footer1-wrapper .grid.no-grid-at-567 .footer1-store-locator.span3+.span3 {
        margin-left: 0
    }
}

@media (min-width: 35.5em) and (max-width: 63.9375em) {
    .footer1-ex {
        position: relative
    }
    .footer1-contact.span9>p {
        position: absolute;
        width: 100%;
        left: 0
    }
    .footer1-contact.span9>p a:last-child {
        margin: 0
    }
    .footer1-social-links {
        margin: 1.25em 0 0;
        width: 250px
    }
}

@media (min-width: 30em) and (max-width: 61.1875em) {
    .footer1-change-location-link {
        float: left;
        padding: 0.3125em 0 0 1em
    }
}

@media (min-width: 35.5em) and (max-width: 61.1875em) {
    .container1 .grid .footer1-contact.span9 {
        width: 45%;
        margin-left: 0
    }
    .footer1-mobile-section {
        padding-bottom: 4.625em
    }
}

@media (min-width: 35.5em) {
    .social-overlay .box-close {
        display: none
    }
}

@media (max-width: 35.4375em) {
    .footer1-wrapper {
        padding: 0 0 3.75em
    }
    .footer1-wrapper .grid.grid-footer1 {
        width: auto
    }
    .footer1-wrapper .grid.grid-footer1 [class*="span"] {
        padding-left: 7.125%;
        padding-right: 7.125%
    }
    .footer1-wrapper .footer1-mobile-section[class*="span"] {
        overflow: hidden;
        border-bottom: solid 1px #3c3c42;
        padding-bottom: 0
    }
    .footer1-wrapper .footer1-mobile-section[class*="span"] .footer1-links-list {
        padding-bottom: 1.1875em
    }
    .footer1-wrapper h5 {
        position: relative;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0.8125em;
        padding-top: 0.9375em
    }
    .footer1-wrapper h5 .fonticon-10-arrowhead-down {
        position: absolute;
        top: 30%;
        right: 0;
        font-size: 16px;
        color: #bcbccc;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        transform-origin: 47% 53% 0;
        -ms-transform-origin: 47% 53% 0;
        -webkit-transform-origin: 47% 53% 0;
        -moz-transform-origin: 47% 53% 0;
        -o-transform-origin: 47% 53% 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased
    }
    .footer1-wrapper .footer1-store-locator.span3 {
        border-top: solid 1px #3c3c42
    }
    .footer1-wrapper .footer1-store-locator.span3 h5 {
        width: 100%;
        padding-top: 0.9375em;
        padding-bottom: 1.0625em;
        margin-top: 0;
        margin-bottom: 0.125em
    }
    .footer1-wrapper .footer1-change-location-link {
        display: block;
        margin: 0px;
        margin-bottom: 15px
    }
    .footer1-link-li {
        line-height: 1.9
    }
    .footer1-wrapper .footer1-contact.span9 {
        width: auto;
        float: none;
        text-align: center;
        padding: 1.8125em 0;
        border-bottom: solid 2px #3c3c42;
        border-top: solid 2px #3c3c42
    }
    .footer1-wrapper .footer1-contact.span9>p {
        display: block;
        margin-left: -1.875em;
        line-height: 1.85
    }
    .footer1-wrapper .footer1-contact.span9>p a {
        top: auto;
        text-align: center
    }
    .footer1-wrapper .footer1-contact.span9>p a:last-child {
        margin-right: 0
    }
    .footer1-wrapper .footer1-contact.span9 .footer1-social-links {
        margin-left: -0.375em
    }
    .footer1-wrapper .footer1-contact.span9 .footer1-social-links .social-overlay {
        bottom: 58px;
        width: 275px
    }
    .footer1-wrapper .footer1-contact.span9 .footer1-social-links .social-overlay .box-close {
        display: block
    }
    .footer1-wrapper .footer1-contact.span9 .footer1-social-links a.footer1-social {
        width: 2.6em;
        height: 2.35em
    }
    .footer1-wrapper .footer1-contact.span9 .footer1-social-links a.footer1-social i {
        line-height: 1.25
    }
    .footer1-signature-w {
        border: none;
        margin-top: 0
    }
    .footer1-signature {
        text-align: center
    }
    .footer1-copyright {
        position: static;
        top: auto;
        display: block
    }
    .footer1-legal-links a {
        display: block;
        line-height: 2.4
    }
}

@media (max-width: 29.9375em) {
    .footer1-wrapper .footer1-store-locator.span3 .footer1-change-location-link {
        float: none;
        color: #fff
    }
}

@media (min-width: 568px) and (max-width: 580px) {
    .footer1-contact p {
        margin-left: -50px
    }
}

@media (min-width: 581px) and (max-width: 620px) {
    .footer1-contact p {
        margin-left: -30px
    }
}

@media (min-width: 1024px) and (max-width: 1215px) {
    .footer1-contact {
        position: relative
    }
    .footer1-contact p {
        position: absolute;
        width: 100%;
        margin-top: -20px;
        right: 0
    }
}

.ghf-wrap-outer .footer1-copyright {
    position: static;
    left: 85px;
    top: 3px
}

@media (max-width: 35.4375em) {
    .ghf-wrap-outer .footer1-copyright {
        position: static
    }
}


.footer-head{
	margin-bottom: 1.0625em;
    font-size: 11pt;
    color: #555;
    font-family: 'montserratlight';
    font-weight: bold;
}

.footer-about{
    margin-right: 70pt;
}


h1.hover-spacing.oops-big {
    font-size: 300px;
}
p.oops-short {
    font-size: 18px;
}
.heading_size h4 a { font-size: 15px; font-family: 'montserratlight'; text-transform: none; font-weight: 700; line-height: 2;}
.heading_size h4 a:hover, .heading_size h4 a:visited, .heading_size h4 a:focus, .heading_size h4 a:link { text-decoration: none; color: #333;}
.bg-dark{ background-color: #f9f9f9 !important; }
.bg-light{ background-color: #ffffff !important;}
.bg-dark:hover, .bg-light:hover{ background-color: #f5f5f5 !important; }
.content-jo h3 { font-size: 24px; font-weight: normal; font-family: 'montserratlight'; text-transform: none; text-align: center; margin-bottom: 40px;}
.right-side-image img{ width: 100%; margin-bottom: 20px;}
.left-side-content p{ font-weight: normal; text-align: justify;}
.bg-banner { background: url(../img/jo-banner2.jpg) no-repeat center; padding: 35px 0 35px; width: 100%; margin: 10px 0px 35px;}
.bg-banner h2 { font-size: 40px;}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
    content: "â€º" !important;
}
ol.breadcrumb {
    background: transparent;
	    margin-bottom: 0px;
}
ol.breadcrumb a {
    color: #242424;
}
.container.bred-web {
   margin-top: 10px;
   margin-bottom: 10px;
   
}
section#bred-sec 
{
    background: #e1dfdf;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px !important;
	position: relative;
    z-index: 999;
	height: 55px;
}


.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
        padding: 9px 12px 6px 24px;
}
.btn-group.btn-breadcrumb a {
    font-size: 13px;
}
.btn-breadcrumb .btn:first-child {
    padding: 8px 6px 7px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 8px 18px 7px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
        border-left: 10px solid #3e3e3e;
}
a.btn.btn-primary.current-breadcrumb {
   background: transparent!important;
    border-color: #3e3e3e!important;
    pointer-events: none;
    color: #3e3e3e!important;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
        border-left: 10px solid #f1f1f1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
      border-left: 10px solid #3e3e3e;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
 border-left: 10px solid #f1f1f1;
}

.btn-group.btn-breadcrumb a.btn.btn-primary {
       background: #3e3e3e;
    border-color: #3e3e3e;
    color: #f1f1f1;
}
.framework-mobile {
    display: none ;
}
section#contact {
  
    padding: 100px 0px;
}
@media only screen and (min-width:992px) and (max-width: 1199px)
{
button.get-in-touch-wrap {
    font-size: 15px;
    right: 10px;
}
.navbar-custom .nav li a {
    font-size: 12px;
}	
ul.my-nav-new {
       margin-left: 10px;
    width: 70%;
}
.navbar-brand>img {
    width: 110px;
    margin-top: -10px;
}

}

@media only screen and (min-width:1200px) and (max-width: 1375px)
{
	button.get-in-touch-wrap {
    right: 15px;
}
ul.my-nav-new {
    margin-left: 30px;
}

}
@media only screen and (min-width:768px) and (max-width: 991px)
{
section#contact {
  
    padding: 150px 0px;
}

}
/* arpatech */













.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 14px;
}

/*----------------------------------------
  5.Skill Area
----------------------------------------*/

.our-skill-area {
  position: relative;
}

.our-skill-area {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg") no-repeat fixed center top / cover;
}

.test-overly {
  background: rgba(0, 0, 0, 0.80);
  position: absolute;
  width: 100%;
  height: 100%;
}

.progress-h4 {
  color: #fff;
  font-weight: 500;
}

/*----------------------------------------
  6.Faq Area
----------------------------------------*/

.faq-details .panel-heading {
  padding: 0;
}

.panel-default>.panel-heading {
  background-color: transparent;
  border: medium none;
  color: #333;
}

.faq-details h4.check-title a {
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}

.panel-body {
  padding: 15px 15px 0px 50px;
}

.faq-details h4.check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.faq-details a span.acc-icons {
  position: relative;
}

.faq-details a span.acc-icons::before {
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
  color: #3EC1D5;
}

.faq-details a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.second-row {
  margin-top: 30px;
}

.event-content.head-team h4 {
  background: transparent none repeat scroll 0 0;
  color: #333;
  padding: 30px 0 10px;
  font-weight: 500;
  text-transform: capitalize;
}

.tab-menu .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.tab-menu {
  display: block;
  text-align: center;
}

.tab-menu ul.nav {
  margin: 0;
  padding: 0;
}

.tab-menu ul.nav li {
  border: medium none;
  display: inline-block;
}

.tab-content {
  border: 1px solid #ccc;
  padding: 0 15px 15px;
}

.tab-menu ul.nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #444;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: raleway;
  font-size: 18px;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
  border-bottom: 1px solid #fff;
  color: #3EC1D5 !important;
}

.tab-menu .nav-tabs {
  border-bottom: none;
}

.tab-main-img a {
  position: relative;
  display: block;
}

.tab-main-img a:hover span.events-offer {
  height: 20%;
}

.tab-main-img a span.events-offer {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  content: "";
  font-size: 20px;
  font-weight: 700;
  height: 0%;
  left: 0;
  line-height: 70px;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: all 0.5s ease 0s;
  width: 100%;
  padding: 0px 10px;
}

/*----------------------------------------
 7.Wellcome Area Css
----------------------------------------*/

.wellcome-area {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.well-bg {
  position: relative;
}

.wellcome-text {
  margin: 70px 0;
  padding: 30px 40px;
}

.well-text>h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 50px;
}

.well-text p {
  font-size: 18px;
  font-style: italic;
  color: #fff;
}

.wellcome-text .section-headline p {
  margin-bottom: 0;
}

.subs-feilds {
  border: 1px solid #fff;
  display: inline-block;
  height: 52px;
  margin-top: 30px;
  width: 60%;
  border-radius: 30px;
  overflow: hidden;
}

.suscribe-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 15px;
  width: 70%;
  height: 50px;
}

.suscribe-input button {
  background: #3ec1d5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 20px;
  width: 30%;
}

.suscribe-input button:hover {
  background: #fff none repeat scroll 0 0;
  color: #3ec1d5;
}

/*----------------------------------------
 8.Team Area Css
----------------------------------------*/

.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button>button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img>a {
  display: block;
}

.team-img>a::after {
  background: rgba(0, 0, 0, 0.70);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 35px;
  margin: 0 3px;
  width: 34px;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.team-content {
  padding: 10px 0px;
}

.team-content>h4, .team-content>p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

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

/*  9.review Area
/*--------------------------------*/

.reviews-area {
  background: url(../img/background/bg1.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-left-text {
  width: 50%;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  float: right;
  height: 100%;
  overflow: hidden;
  padding: 71px 0;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/

.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

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

/* 11. Pricing Area
/*----------------------------------------*/

.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  text-align: left;
}

.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: indianred;
}

.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #3EC1D5;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active>h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active>button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*----------------------------------------
 12.Testimonial Area Css
----------------------------------------*/

.testimonials-area {
  background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top / cover;
  height: auto;
  width: 100%;
}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-overly {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.quate {
  border: 1px dotted #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.quate:hover {
  color: #fff;
}

.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.testimonial-content {
  margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #3EC1D5;
}

.testi-text.text-center>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-rev {
  color: #ddd;
  font-size: 16px;
}

.guest-rev>a {
  color: #3EC1D5;
  font-size: 14px;
}

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

/*  13.Blog Area
/*--------------------------------*/

.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;
}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}

/*------------------------------
  13. Quote area
--------------------------------*/

.suscribe-area {
  background: #3EC1D5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #3EC1D5;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

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

/*  14.Contact Area
/*--------------------------------*/

.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea  {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}

.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.contact-form  #sendmessage {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

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

/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3EC1D5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #444;
}

.copyright>p {
  margin-bottom: 0;
  color: #444;
}

.copyright a, .credits a {
  color: #3EC1D5;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

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

/*  16.Home Page 2  CSS
/*----------------------------------------*/

.header-bg {
  background: url(../img/slider/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.header-bg.home-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-overly {
  background: rgba(0, 0, 0, 0.50);
  height: 100%;
  position: absolute;
  width: 100%;
}

.home-2 .layer-1-3, .home-3 .layer-1-3 {
  margin: 10px 0 0;
}

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

/*  17.Home Page 3  CSS
/*----------------------------------------*/

.home-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.header-image.home-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

.table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/*----------------------------------------
  18. Blog page
----------------------------------------*/

.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a:hover {}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover, .left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

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

/*  19.	Blog Details css
/*----------------------------------------*/

.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing>h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px
}

.comments-content-wrap span a:hover {}

span.post-time {
  margin-right: 5px
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px
}

.comment-respond {
  margin-top: 60px;
}

h3.comment-reply-title {}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}

/*----------------------------------------
 .End CSS
----------------------------------------*/
