/*************************
*******Theme******
**************************/

body {	background-image: url("images/bgrandom.png");  font-family: 'Open Sans', sans-serif !important;	color:#4e4e4e;line-height: 22px;}
h1, h2, h3, h4, h5, h6 {font-weight: 600; font-family: 'Open Sans', sans-serif; color:#4e4e4e;}
h1 {	font-size: 28px;	color:#fff;}
h2 {	font-size: 22px;}
h3 {	font-size: 16px;	color: #787878;font-weight: 400;	line-height: 24px;}
h4 {	font-size: 16px;}
a {color: #0092ff;-webkit-transition: color 300ms, background-color 300ms;	-moz-transition: color 300ms, background-color 300ms;
   -o-transition:  color 300ms, background-color 300ms;transition:  color 300ms, background-color 300ms;}
a:hover, a:focus {	color: #d43133;}
hr {	border-top: 1px solid #e5e5e5;	border-bottom: 1px solid #fff;}
.btn-primary {  border-bottom: 3px solid #006698;	padding: 8px 20px;background: #0092ff;	color: #fff;	border-radius: 4px;	border:none;	margin-top: 10px;}
.btn-primary:hover, .btn-primary:focus {background: #000000;outline: none;	box-shadow: none;}
.btn-transparent {	border: 3px solid #fff;	background: transparent;	color: #fff;}
.btn-transparent:hover {	border-color: rgba(255, 255, 255, 0.5);}
a:hover, a:focus {	color: #111;	text-decoration: none;	outline: none;}
.dropdown-menu {	margin-top: -1px;	min-width: 180px;}
.center h2 {	font-size: 36px;	margin-top: 0;margin-bottom: 20px;}
.media>.pull-left {
    margin-right: 20px;
}
.pull-left i {
    font-size: 60px;
    color: #27AE60;
}
.media>.pull-right {
    margin-left: 20px;
}
body > section {
    padding-top: 0px;
    padding-bottom:20px;
}
.center {
    text-align: left;
    padding-bottom: 25px;
}
.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}
.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/* ----------------------------------------------------------------
  Page Loaders
-----------------------------------------------------------------*/

#loader,
#loader2,
#loader3 {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    top: 0;
}
#loader .loader-item,
#loader2 .loader-item,
#loader3 .loader-item {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
}
#loader .loader-item img,
#loader2 .loader-item img,
#loader3 .loader-item img {
    display: block;
}
#loader .spinner,
#loader2 .spinner,
#loader3 .spinner {
    margin: 40px auto 0;
    width: 70px;
    text-align: center;
}
#loader .spinner > div,
#loader2 .spinner > div,
#loader3 .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #0092ff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#loader .spinner .bounce1,
#loader2 .spinner .bounce1,
#loader3 .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
#loader .spinner .bounce2,
#loader2 .spinner .bounce2,
#loader3 .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/* Loader 2  */

#loader2 {
    background-color: #ffffff;
}
#loader2 .sk-spinner-wave.sk-spinner {
    margin: 40px auto 0;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}
#loader2 .sk-spinner-wave div {
    background-color: #0092ff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
#loader2 .sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
#loader2 .sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
#loader2 .sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
#loader2 .sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
/* Loader 3 */

#loader3 {
    background-color: #0092ff;
}
#loader3 .spinner {
    margin: 40px auto 0;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}
#loader3 .spinner .dot1,
#loader3 .spinner .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}
#loader3 .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/*************************
*******Header******
**************************/
header {border-bottom:0.5px solid #DDD; padding-bottom: 10px;}
#header .search {	display: inline-block;}
.navbar>.container .navbar-brand {	margin-left: 0;	color:#0092ff;	text-transform:uppercase;font-weight:bold;	font-size:28px;}
.top-bar {padding-top: 10px; }
.top-number {	color: #858586}
.top-number p {	margin: 0}
.social {text-align: right;}
.social-share {	display: inline-block;	list-style: none;	padding: 0;	margin: 0;}
ul.social-share li {
    display: inline-block;
}
ul.social-share li a {
    display:inline-block;
    color: #858586;
    margin-left: 10px;
    height:25px;
    line-height: 25px;
    text-align:center;
    border-radius: 2px;
}
ul.social-share li a:hover {
    color: #0092ff;
}
.search i {
    color: #8E8E8E;
}
input.search-form {
    background: transparent;
    border: 0 none;
    width: 65px;
    padding: 0 10px;
    color: #858586;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
input.search-form::-webkit-input-placeholder {
    color: transparent;
}
input.search-form:hover::-webkit-input-placeholder {
    color: #858586;
}
input.search-form:hover {
    width: 180px;
    border-bottom: 1px solid #0092ff;
}
.navbar-brand {
    padding: 0;
    margin:0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 0;
    padding-bottom: 0;
    background-color: #fff !important;
}
.navbar-nav {
    margin-top: 12px;
}
.navbar-nav>li {

    padding-bottom: 0px;
}
.navbar .navbar-nav > li > a {
    font-size:16px;
    padding: 5px 16px;
    margin: 0;
    border-radius: 3px;
    color: #919191;
    line-height: 24px;
    display: inline-block;
}
.navbar .navbar-nav > li > a:hover {
    background-color: #0092ff;
    color: #fff;
}
.navbar {
    border: none;
}
.navbar .navbar-brand {font-size: 36px;line-height: 50px;	color: #fff; margin:6px 0;}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    background-color: #0092ff;
    color: #fff;
}
.navbar .navbar-nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 100);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-top: 4px solid #0092ff;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
}
.navbar .navbar-nav .dropdown-menu:before {
    position: absolute;
    top:0;
}

.navbar .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #858586;
    transition: 0.3s ease-in-out;
}
.navbar .navbar-nav .dropdown-menu > li:hover > a, .navbar .navbar-nav .dropdown-menu > li:focus > a, .navbar .navbar-nav .dropdown-menu > li.active > a {
    background-color: #0092ff;
    color:#fff;
    transition: 0.3s ease-in-out;
}
.navbar .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}
.navbar .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}
.navbar .navbar-collapse, .navbar .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
/*************************
*******Home Page******
**************************/

#main-slider{padding-bottom:0px;}

#first-slider .main-container {
    padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 20px;
    font-weight:700;
}

#first-slider .slide1 a,#first-slider .slide2 a,#first-slider .slide3 a,#first-slider .slide4 a{
    background-color:#005da6;
    border:0.5px solid #005da6;
    transition:0.5s ease-in-out;
}

#first-slider .slide1 a:hover,#first-slider .slide2 a:hover,#first-slider .slide3 a:hover,#first-slider .slide4 a:hover{
    background-color: #0092ff;
    border:0.5px solid #0092ff;
    transition:0.5s ease-in-out;
}

#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
    bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
    background-image: none;
}
#first-slider .carousel .item {
    min-height: 475px;
    height: 100%;
    width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
    animation-delay: 1s;
}
#first-slider h4 {
    animation-delay: 2s;
}
#first-slider h2 {
    animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}


#first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

#first-slider .p {
    padding-top: 125px;
    text-align: center;
}

#first-slider .p a {
    text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
    border:none;
}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image:url("../images/banner1.jpg");
    background-size: cover;
}
#first-slider .slide2 {
    background-image:url("../images/banner2.jpg");
    background-size: cover;
}
#first-slider .slide3 {
    background-image:url("../images/banner3.jpg");
    background-size: cover;
}
#first-slider .slide4 {
    background-image:url("../images/banner4.jpg");
    background-size: cover;
}

/************ slider close ***********/

#feature {background: #fff; padding-bottom: 40px; padding-top:20px; }
.panel-heading:hover {
    cursor:pointer;
}
.panel-heading {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.side-tab:hover {
    cursor: pointer;
}
.panel.panel-default {
    border: none;
    box-shadow: none !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}
.panel-heading {
    border: none;
    background-color: #0092ff;

}
.panel-body {
    background-color: #f5f5f5;
}
.panel-title {
    font-weight: 400;
    color: #fff;
}

/*----------------------------------
    Macbook pro mockup
----------------------------------*/

.md-macbook-pro {
    display: block;
    width: 55.3125em;
    height: 31.875em;
    font-size: 13px;
    margin: 0 auto;
}
.md-macbook-pro .md-lid {
    width: 45em;
    height: 30.625em;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border-radius: 1.875em;
    border: solid 0.1875em #cdced1;
    background: #131313;
}
.md-macbook-pro .md-camera {
    width: 0.375em;
    height: 0.375em;
    margin: 0 auto;
    position: relative;
    top: 1.0625em;
    background: #000;
    border-radius: 100%;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-macbook-pro .md-camera:after {
    content: "";
    display: block;
    width: 0.125em;
    height: 0.125em;
    position: absolute;
    left: 0.125em;
    top: 0.0625em;
    background: #353542;
    border-radius: 100%;
}
.md-macbook-pro .md-screen {
    width: 42.25em;
    height: 26.375em;
    margin: 0 auto;
    position: relative;
    top: 2.0625em;
    /* background: #1d1d1d;*/
    background: #fff;
    overflow: hidden;
}
.md-macbook-pro .md-screen img {
    width: 100%;
}
.md-macbook-pro .md-base {
    width: 100%;
    height: 0.9375em;
    position: relative;
    top: -0.75em;
    background: #c6c7ca;
}
.md-macbook-pro .md-base:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5em;
    margin: 0 auto;
    position: relative;
    bottom: -0.1875em;
    background: #b9babe;
    border-radius: 0 0 1.25em 1.25em;
}
.md-macbook-pro .md-base:before {
    content: "";
    display: block;
    width: 7.6875em;
    height: 0.625em;
    margin: 0 auto;
    position: relative;
    background: #a6a8ad;
    border-radius: 0 0 0.625em 0.625em;
}
.md-macbook-pro.md-glare .md-lid:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 1.25em 0 0;
    background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
    background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
    background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
    background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}
/************ features close ***********/

#services {	background: #000 url(../images/services/bg_services.png);	background-size: cover;}
#services .lead, #services h2 {	color: #fff;}
.services-wrap {	padding: 40px 30px;	background: #fff;	border-radius: 4px;	margin: 0 0 40px;}
.services-wrap h3 {	font-size: 20px;	margin: 10px 0;}
.services-wrap .pull-left {	margin-right: 20px;}

/************ services close ***********/
#middle {	background: #f2f2f2;	border-bottom: 2px solid #ECECEC;}
.skill h2 {	margin-bottom: 25px;}
.progress-wrap {position: relative;}
.progress .color1, .progress .color1 .bar-width {	background: #0092ff;}
.progress .color2, .progress .color2 .bar-width {background: #6aa42f;}
.progress .color3, .progress .color3 .bar-width {	background: #ffcc33;}
.progress .color4, .progress .color4 .bar-width {	background: #db3615;}
.progress, .progress-bar {height: 30px;	line-height: 15px;	background: #e6e6e6;-webkit-box-shadow: none;
                          -moz-box-shadow: none;box-shadow: none;	border-radius: 0;overflow: visible;text-align: right;}
.progress {	position: relative;}
.progress .bar-width {	position: absolute;	width: 40px;	height: 20px;line-height: 20px;	text-align: center;font-size: 12px;
                       font-weight: 700;top: -30px;border-radius: 2px;	margin-left: -30px;}
.progress span {	position: relative;}
.progress span:before {	content: " ";position: absolute;
                        width: auto;	height: auto;	border-width: 8px 5px;	border-style: solid;	bottom: -15px;	right: 8px;}
.progress .color1 span:before {
    border-color: #0092ff transparent transparent transparent;
}
.progress .color2 span:before {
    border-color: #6aa42f transparent transparent transparent;
}
.progress .color3 span:before {
    border-color: #ffcc33 transparent transparent transparent;
}
.progress .color4 span:before {
    border-color: #db3615 transparent transparent transparent;
}
.accordion h2 {
    margin-bottom: 25px;
}
.panel-default {
    border-color: transparent;
}
.panel-default>.panel-heading, .panel {
    background-color: #e6e6e6;
    border:0 none;
    box-shadow:none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #fff;
    color: #858586;
}
.panel-body {
    padding: 20px 20px 10px;
}
.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-heading {
    border-radius: 0;
}
.panel-title>a {
    color: #4e4e4e;
}
.accordion-inner img {
    border-radius: 4px;
}
.accordion-inner h4 {
    margin-top: 0;
}
.panel-heading.active {
    background: #1f1f20;
}
.panel-heading.active .panel-title>a {
    color:#fff;
}
a.accordion-toggle i {
    width: 45px;
    line-height: 44px;
    font-size: 20px;
    margin-top: -10px;
    text-align: center;
    margin-right: -15px;
    background: #c9c9c9;
}
.panel-heading.active a.accordion-toggle i {
    background: #0092ff;
    color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {background: #0092ff;color: #fff;}
/*.nav-tabs>li {	margin-bottom: 0px;	border-bottom: 1px solid #e6e6e6;}
.nav-tabs {	border-bottom: transparent;	border-right: 1px solid #e6e6e6;}
.nav-tabs>li>a {	background: #f5f5f5;color: #666;	border-radius: 0;	border: 0 none;	line-height: 24px;	margin-right:0;	padding: 13px 15px;}
.nav-tabs li:last-child {border-bottom: 0 none;}
.nav-stacked>li+li {	margin-top: 0;}
.nav-tabs>li>a:hover {	background: #1f1f20;	color:#fff;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {	border: 0;	color:#fff;	background: #1f1f20;	position: relative;}
.nav-tabs>li.active>a:after {	position: absolute;content:  "";	width: auto;	height: auto;	border-style:solid;	border-color: transparent transparent transparent #1f1f20;border-width: 25px 22px;right: -44px;	top:0;}
.tab-wrap {	border:1px solid #e6e6e6;	margin-bottom: 20px;}
.tab-content {	padding: 20px;}
.tab-content h2 {	margin-top: 0;}
.tab-content img {	border-radius: 4px;}
*/.testimonial h2 {	margin-top: 0;}
.testimonial-inner {	color:#858586;	font-size: 14px;}
.testimonial-inner .pull-left {	border-right: 1px solid #e7e7e7;	padding-right: 15px;	position: relative;}
.testimonial-inner .pull-left:after {content: "";position: absolute;width: 9px;	height: 9px;	top: 50%;	margin-top: -5px;	background: #FFF;
                                     -webkit-transform: rotate(45deg);	border: 1px solid #e7e7e7;	right: -5px;	border-left: 0 none;	border-bottom: 0 none;}
#partner {	background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;	background-size: cover;}
#partner {	color: #fff;	text-align: center;}
#partner h2, #partner h3 {	color: #fff;}
.partners ul {	list-style: none;	margin: 0;	padding: 0;}
.partners ul li {	display: inline-block;	float: left;	width: 20%;}
#conatcat-info {	/*background: #fff url(../images/contact.png) no-repeat 90% 0;*/ padding: 30px 0;}
.contact-info i {width: 68px; height: 68px; font-size: 40px; line-height: 68px; color: #fff; background: #000; text-align: center; border-radius: 50px;}
.contact-info i:hover {  background:#0092ff;}
.contact-info h2 {margin-top: 0;	color: #989898;	text-transform: uppercase;	font-size: 16px;}
.contact-info {	color:#000;
}

/*************************
********* About Us Page CSS ******
**************************/
.inner-p {min-height:357px;}
.inner-p p { color:#fff;}
.inner-p h2 { text-transform:uppercase; color:#fff; margin:50px 0 20px 0;}
.about-us {	margin-top: 110px;	margin-bottom: -110px;}
.about-us h2, .skill_text h2 {
    color:#4e4e4e;
    font-size: 30px;
    font-weight: 600;
}
.about-us p {
    color:#4e4e4e;
}
#carousel-slider {
    position: relative;
}
#carousel-slider .carousel-indicators {
    bottom: -25px;
}
#carousel-slider .carousel-indicators li {
    border: 1px solid #ffbd20;
}
#carousel-slider a i {
    border: 1px solid #777;
    border-radius:50%;
    font-size: 28px;
    height: 50px;
    padding: 8px;
    position: absolute;
    top: 50%;
    width: 50px;
    color:#777;
}
#carousel-slider a i:hover {
    background:#bfbfbf;
    color:#fff;
    border: 1px solid #bfbfbf;
}
#carousel-slider .carousel-control {
    width:inherit;
}
#carousel-slider .carousel-control.left i {
    left:-25px
}
#carousel-slider .carousel-control.right i {
    right: -25px;
}
#carousel-slider .carousel-control.left, #carousel-slider .carousel-control.right {
    background: none;
}
.skill_text {
    display: block;
    margin-bottom: 60px;
    margin-top: 25px;
    overflow: hidden;
}
.sinlge-skill {
    background:#f2f2f2;
    border-radius: 100%;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    height: 200px;
    position: relative;
    width: 200px;
    text-transform: uppercase;
    overflow: hidden;
    margin: 30px 0;
}
.sinlge-skill p em {
    color: #FFFFFF;
    font-size: 38px;
}
.sinlge-skill p {
    line-height: 1;
}
.joomla-skill, .html-skill, .css-skill, .wp-skill {
    position: absolute;
    height: 100%;
    bottom: 0;
    width:100%;
    border-radius: 100%;
    padding: 70px 0;
    text-align: center;
}
.joomla-skill {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(28%, rgba(242, 242, 242, 1)), color-stop(28%, rgba(45, 125, 164, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 28%, rgba(45, 125, 164, 1) 28%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#0092ff', GradientType=0 ); /* IE6-9 */
}
.html-skill {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(242, 242, 242, 1)), color-stop(9%, rgba(106, 164, 47, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 9%, rgba(106, 164, 47, 1) 9%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f', GradientType=0 ); /* IE6-9 */
}
.css-skill {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(242, 242, 242, 1)), color-stop(32%, rgba(255, 189, 32, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 32%, rgba(255, 189, 32, 1) 32%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20', GradientType=0 ); /* IE6-9 */
}
.wp-skill {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(19%, rgba(242, 242, 242, 1)), color-stop(19%, rgba(219, 54, 21, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 1) 19%, rgba(219, 54, 21, 1) 19%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615', GradientType=0 ); /* IE6-9 */
}
.skill-wrap {
    display: block;
    overflow: hidden;
    margin: 60px 0;
}
.team h4 {
    margin-top: 0;
    text-transform: uppercase;
}
.team h5 {
    font-weight: 300;
}
.single-profile-top, .single-profile-bottom {
    font-weight: 400;
    line-height: 24px;
}
.single-profile-top, .single-profile-bottom {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}
.media_image {
    margin-bottom: 10px;
}
.team .btn {
    background:transparent;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 3px;
    padding: 1px 5px;
    text-transform: uppercase;
    border:1px solid#ddd;
    margin-right: 3px;
}
ul.social_icons, ul.tag {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: block;
}
ul.social_icons li, ul.tag li {
    display: inline-block;
    margin-right: 5px;
}
ul.social_icons li a i {
    border-radius: 50%;
    color: #FFFFFF;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    width: 25px;
    opacity:.8;
}
.team .social_icons .fa-facebook:hover, .team .social_icons .fa-twitter:hover, .team .social_icons .fa-google-plus:hover {
    transform: rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transition-duration:2s;
    transition-property: all;
    transition-timing-function: ease;
    opacity:1;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.team .social_icons .fa-facebook {
    background: #0182c4;
}
.team .social_icons .fa-twitter {
    background: #20B8FF
}
.team .social_icons .fa-google-plus {
    background: #D34836
}
.team-bar .first-one-arrow {
    float: left;
    margin-right: 30px;
    width: 2%;
}
.team-bar .first-arrow {
    float: left;
    margin-left: 5px;
    margin-right: 35px;
    width: 22%;
}
.team-bar .second-arrow {
    float: left;
    margin-left: 5px;
    width: 21%;
}
.team-bar .third-arrow {
    float: left;
    margin-left: 40px;
    margin-right: 12px;
    width: 22%;
}
.team-bar .fourth-arrow {
    float: left;
    margin-left: 25px;
    width: 20%;
}
.team-bar .first-one-arrow hr {
    border-bottom: 1px solid #0092ff;
    border-top: 1px solid #0092ff;
}
.team-bar .first-arrow hr {
    border-bottom: 1px solid #0092ff;
    border-top: 1px solid #0092ff;
}
.team-bar .second-arrow hr {
    border-bottom: 1px solid #6aa42f;
    border-top: 1px solid #6aa42f;
}
.team-bar .third-arrow hr {
    border-bottom: 1px solid #FFBD20;
    border-top: 1px solid #FFBD20;
}
.team-bar .fourth-arrow hr {
    border-bottom: 1px solid #db3615;
    border-top: 1px solid #db3615;
}
.team-bar {
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
}
.team-bar i {
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: -32px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 24px;
    position: absolute;
}
.team-bar .first-arrow .fa-angle-up {
    background:#0092ff;
    margin-left:-33px
}
.team-bar .second-arrow .fa-angle-down {
    background:#6AA42F;
    margin-left: -33px;
}
.team-bar .third-arrow .fa-angle-up {
    background:#FFBD20;
    margin-left: -32px;
}
.team-bar .fourth-arrow .fa-angle-down {
    background:#db3615;
    margin-left: -32px;
}
.team .single-profile-top:before, .team .single-profile-top:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.team .single-profile-top:before {
    left:26px;
    bottom: -20px;
    border-width: 10px;
    border-color:#fff transparent transparent transparent;
    z-index: 1;
}
.team .single-profile-top:after {
    left: 25px;
    bottom: -22px;
    border-style: solid;
    border-width: 11px;
    border-color:#ddd transparent transparent transparent;
    z-index: 0;
}
.team .single-profile-bottom:before, .team .single-profile-bottom:after {
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
}
.team .single-profile-bottom:before {
    left:30px;
    top: -20px;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}
.team .single-profile-bottom:after {
    left: 29px;
    top: -22px;
    border-style: solid;
    border-width: 11px;
    border-color: transparent transparent #DDD transparent;
    z-index: 0;
}
/***********************
****Service page css****
***********************/

.services {	padding: 0;}
.get-started {	background: none repeat scroll 0 0 #F3F3F3;	border-radius: 3px;	padding-bottom: 30px;	position: relative;	margin-bottom: 18px;	margin-top: 60px;}
.get-started h2 {	padding-top: 30px;	margin-bottom: 20px;}
.request {	bottom: -17px;left: 50%;	position: absolute;	margin-left: -110px;}
.request h4 {	position: absolute;	width: 220px;	position:relative;}
.request h4 a {	background:#0092ff;	color: #fff;	font-size: 14px;	font-weight: normal;	border-radius: 3px;padding: 5px 15px;}
.request h4:after {border-color: #0092ff transparent transparent;	border-style: solid;	border-width: 12px;bottom: -17px;	content: "";	height: 0;
                   position: absolute;	right: 16px;	z-index: -99999;}
.request h4:before {	border-color: #0092ff transparent transparent;	border-style: solid;
                     border-width: 12px;bottom: -17px;content: "";height: 0;	left: 16px;position: absolute;	z-index: -99999;}
.clients-area {	padding: 60px;}
.clients-comments {background-image: url("../images/image_bg.png");background-position: center 118px;background-repeat: no-repeat;margin-bottom: 100px;}
.clients-comments img {
    background:#DDDDDD;
    border: 1px solid #DDDDDD;
    height: 182px;
    padding: 3px;
    width: 182px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.clients-comments h3 {
    margin-top: 55px;
    font-weight: 300;
    padding: 0 40px;
}
.clients-comments h4 {
    font-weight: 300;
    margin-top: 15px;
}
.clients-comments h4 span {
    font-weight: 700;
    font-style: oblique;
}
.footer {
    background: none repeat scroll 0 0 #2E2E2E;
    border-top: 5px solid #C52D2F;
    height: 84px;
    margin-top: 110px;
}
.footer_left {
    padding: 10px;
}
.text-left {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 15px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}
.isotope {	-webkit-transition-property: height, width;	-moz-transition-property: height, width;	-ms-transition-property: height, width;
           -o-transition-property: height, width;	transition-property: height, width;}
.isotope .isotope-item {	-webkit-transition-property: -webkit-transform, opacity;-moz-transition-property: -moz-transform, opacity;	-ms-transition-property: -ms-transform, opacity;	-o-transition-property: -o-transform, opacity;transition-property: transform, opacity;}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {-webkit-transition-duration: 0s;
                                                                                                    -moz-transition-duration: 0s;-ms-transition-duration: 0s;	-o-transition-duration: 0s;transition-duration: 0s;}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {margin-top: 120px}
.pricing_heading h2, .pricing_heading p {	color:#4e4e4e;}
.pricing-area h1 {	font-weight: 300;	margin-top: 0;	margin-bottom: 15px;}
.pricing-area span {font-weight: 700;	font-size: 18px;}
.pricing-area h3, .pricing-area span {	color: #fff;}
.plan {	position: relative;	margin-bottom: 70px;	border:4px solid #DBDBDB;}
.pricing-area ul {	background:#FAFAFA;	padding: 0;	margin: 0;}
.pricing-area ul li {	list-style: none;	padding: 15px 0;	font-size: 16px;	font-weight: 400;}
.pricing-area ul li:nth-child(even) {background:#f5f5f5}
.pricing-area .price-three img, .pricing-area .price-six img {	position: absolute;right: 15px;	top: 0;}
.pricing-area .heading-one, .pricing-area .heading-two, .pricing-area .heading-three {	padding:17px 0;	border-radius:2px 2px 0 0;}
.pricing-area .heading-one, .pricing-area .heading-two, .pricing-area .heading-three, .pricing-area .heading-four, .pricing-area .heading-five, .pricing-area .heading-six, .pricing-area .heading-seven {}
.pricing-area .heading-one, .pricing-area .price-one .plan-action .btn-primary {background: #0092ff}
.pricing-area .heading-two, .pricing-area .price-two .plan-action .btn-primary {background:#27AE60;}
.pricing-area .heading-three, .pricing-area .price-three .plan-action .btn-primary {	background: #f39c12;}
.pricing-area .heading-four, .pricing-area .price-four .plan-action .btn-primary {	background: #5c5c5c}
.pricing-area .heading-five, .pricing-area .price-five .plan-action .btn-primary {	background: #5c5c5c}
.pricing-area .heading-six, .pricing-area .price-six .plan-action .btn-primary {	background:#0092ff;}
.pricing-area .heading-seven, .pricing-area .price-seven .plan-action .btn-primary {	background: #5c5c5c;}
.pricing-area .bg {	background: #fafafa}
.pricing-area .heading-one h3:before {	border-color: #bf4539 transparent transparent;}
.pricing-area .heading-two h3:before {	border-color: #1f8c4d transparent transparent;}
.pricing-area .heading-three h3:before {	border-color: #d4880f transparent transparent;}
.pricing-area .heading-four h3:before {	border-color: #424242 transparent transparent;}
.pricing-area .heading-five h3:before {	border-color: #424242 transparent transparent;}
.pricing-area .heading-six h3:before {	border-color: #bf4539 transparent transparent;}
.pricing-area .heading-seven h3:before {	border-color: #424242 transparent transparent;}
.pricing-area h3:before {	border-color: #D4880F transparent transparent;	border-radius: 5px 0 0 0px;	border-style: solid;
                          border-width: 12px;	content: "";	height: 0;	left: 4px;	position: absolute;	top: 78px;	width: 0;	z-index: -999;}
.small-pricing h3:after {	height:94px;}
.small-pricing h3:before {	top: 74px;}
.plan-action {	height: 40px;}
.pricing-area .plan-action .btn-primary {	position: relative;	padding:5px 20px;	color: #fff;	margin-top: 5px;}
.pricing-area .plan-action .btn-primary:before {
    border-color: #0092ff transparent transparent;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-width: 12px;
    bottom: -12px;
    content: "";
    height: 0;
    left: -11px;
    position: absolute;
    width: 0;
    z-index: -1;
}
.pricing-area .plan-action .btn-primary:after {
    border-color: #0092ff transparent transparent;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-width: 12px;
    bottom: -12px;
    content: "";
    height: 0;
    position: absolute;
    right: -11px;
    width: 0;
    z-index: -1;
}
.pricing-area .price-two .plan-action .btn-primary:before, .pricing-area .price-two .plan-action .btn-primary:after {border-color: #1f8c4d transparent transparent;}
.pricing-area .price-three .plan-action .btn-primary:before, .pricing-area .price-three .plan-action .btn-primary:after {
    border-color: #d4880f transparent transparent;}
.pricing-area .price-four .plan-action .btn-primary:before, .pricing-area .price-four .plan-action .btn-primary:after, .pricing-area .price-five .plan-action .btn-primary:before, .pricing-area .price-five .plan-action .btn-primary:after, .pricing-area .price-seven .plan-action .btn-primary:before, .pricing-area .price-seven .plan-action .btn-primary:after {
    border-color: #424242 transparent transparent;
    right: -9px;
}
.pricing-area .price-six .plan-action .btn-primary:before, .pricing-area .price-six .plan-action .btn-primary:after {
    border-color: #bf4539 transparent transparent;right: -9px;}

/***************
****QUOTE ME****
***************/

.price-box {
    margin: 0 auto;
    background: #E9E9E9;
    border-radius: 10px;
    padding: 40px 15px;
    width: 100%;
}

.ui-widget-content {
    border: 1px solid #bdc3c7;
    background: #e1e1e1;
    color: #222222;
    margin-top: 4px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 5.2em;
    height: 2.2em;
    cursor: default;
    margin: 0 -40px auto !important;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
    color: #FFFFFF;
    margin: 0 3px;
    font-size: 11px;
    opacity: 0.5;
}

.ui-corner-all {
    border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #f9f9f9;
    background: #3498db;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
    cursor: pointer;
    outline: none;
}

.price, .lead p {
    font-weight: 600;
    font-size: 32px;
    display: inline-block;
    line-height: 60px;
}

h4.great {
    background: #00ac98;
    margin: 0 0 25px -60px;
    padding: 7px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    -moz-box-shadow:    2px 4px 5px 0 #ccc;
    -webkit-box-shadow: 2px 4px 5px 0 #ccc;
    box-shadow:         2px 4px 5px 0 #ccc;
}

.total {
    border-bottom: 1px solid #7f8c8d;
    /*display: inline;
    padding: 10px 5px;*/
    position: relative;
    padding-bottom: 20px;
}

.total:before {
    content: "";
    display: inline;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 3px;
    background: #7f8c8d;
    opacity: 0.5;
}

.price-slider {
    margin-bottom: 70px;
}

.price-slider span {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 13px;
}

.form-pricing {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
}

.price-form {
    background: #ffffff;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    /*-moz-box-shadow:    0 5px 5px 0 #ccc;
    -webkit-box-shadow: 0 5px 5px 0 #ccc;
    box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
    margin-bottom: 0;
}

.form-group span.price {
    font-weight: 200;
    display: inline-block;
    color: #7f8c8d;
    font-size: 14px;
}

.help-text {
    display: block;
    margin-top: 32px;
    margin-bottom: 10px;
    color: #737373;
    position: absolute;
    /*margin-left: 20px;*/
    font-weight: 200;
    text-align: right;
    width: 188px;
}

.price-form label {
    font-weight: 200;
    font-size: 21px;
}

img.payment {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
    background: #2980b9;
}

/* HR */

hr.style {
    margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}



/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {background-image: url("../images/map.jpg");background-position: 0 0;background-repeat: no-repeat;	background-size: cover;padding: 70px 0;}
.gmap-area .gmap iframe {	border-radius: 50%;	height: 280px;	width: 300px;}
.gmap {border: 10px solid #f6f5f0;
       border-radius: 50%;height: 300px;width: 300px;box-shadow: 0px 0px 3px 3px #e7e4dc;overflow: hidden;	position: relative;margin: 0 auto;}
.gmap-area .map-content ul {	list-style: none;}
.gmap-area .map-content address h5 {	font-weight: 700; /* font-size: 16px; */}
#contact-page {	padding-top: 0;}
#contact-page .contact-form .form-group label {	color: #4E4E4E;	font-size: 16px;	font-weight: 300;}
.form-group .form-control {
    padding: 7px 12px;	box-shadow: none; border:none; border-bottom:1px solid #0092ff; box-shadow:none; margin-bottom: 10px;
}
.form-group label {
    color: #aaa !important; font-size:12px; z-index:3;
}

textarea#message {	resize: none;	padding: 10px;}
#contact-page .contact-wrap {	margin-top: 20px;}
#selectbx select{
    width:100%; padding: 5px; font-size: 16px; line-height: 1; border: 0; border-bottom:1px solid #0092ff; border-radius: 0px;
    box-shadow: none; height: 34px; background: url(../images/slctbx.png) no-repeat right; -webkit-appearance: none; -moz-appearance: none; background-position-x:100%;
}

/************
Locator Grid
************/
.addcard{ width:100%;
          -webkit-transition: all 200ms ease-in; -webkit-transform: scale(1);
          -ms-transition: all 200ms ease-in; -ms-transform: scale(1);
          -moz-transition: all 200ms ease-in; -moz-transform: scale(1);
          transition: all 200ms ease-in; transform: scale(1);
}

.addcard:hover{box-shadow: 0px 10px 8px #ddd ;
               -webkit-transition: all 200ms ease-in; -webkit-transform: scale(1.03);
               -ms-transition: all 200ms ease-in; -ms-transform: scale(1.03);
               -moz-transition: all 200ms ease-in; -moz-transform: scale(1.03);
               transition: all 200ms ease-in; transform: scale(1.03);
}

.addcard img{ text-align: center; vertical-align: middle; width:100%; background-color: #0092ff;}
.addcard-block{ border:1px solid #ddd; padding:7px; }
.addcardout {margin-bottom: 30px;}
/*********************
****blog page css*****
**********************/

.widget {
    margin-bottom: 60px;
    padding-left: 0;
}
.single_comments {
    margin-bottom: 20px;
}
.single_comments img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.single_comments p {
    margin-bottom: 0;
}
.widget .entry-meta span {
    display: inline-block;
    margin-right: 10px;
}
.widget h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog_category {
    list-style:none;
    margin:0;
    padding:0;
}
.blog_category li {
    float:none;
    margin-bottom:20px;
}
.blog_category li a {
    background:#f5f5f5;
    border-radius: 4px;
    color: #888;
    display: inline-block;
    padding: 5px 15px;
}
.blog_category li a:hover {
    background:#0092ff;
    color: #fff;
}
.badge:before {	border-color: transparent transparent transparent #0092ff;border-style: solid;border-width: 10px;bottom: -8px;content: "";height: 0;
                left: 5px;	position: absolute;	z-index: -99999;}
.badge {	background-color:#0092ff;	border-radius: 5px;	color: #fff;padding: 8px;position: relative;left: 60px;	top: -18px;	font-weight: normal;}
.blog_archieve {	list-style: none outside none;	margin: 0;	padding: 0;}
.blog_archieve li {	padding: 10px 0;	border-bottom: 1px solid #f5f5f5;}
.blog_archieve li:first-child {	padding-top: 0;}
ul.gallery {	list-style: none;	padding: 0;	margin: 0;}
ul.gallery li {	display: block;	width: 60px;	padding: 0;margin: 0 4px 4px 0;	float: left;}
ul.faq {list-style: none;	margin: 0;}
ul.faq li {	margin-top: 30px;}
ul.faq li:first-child {	margin-top: 0;}
ul.faq li span.number {	display: block;float: left;	width: 50px;height: 50px;line-height: 50px;	text-align: center;background: #34495e;
                        color: #fff;font-size: 24px;}
ul.faq li > div {	margin-left: 70px;}
ul.faq li > div h3 {	margin-top: 0;}
.embed-container {	position: relative;	padding-bottom: 56.25%;	padding-top: 30px;	height: 0;	overflow: hidden;}
.embed-container iframe, .embed-container object, .embed-container embed {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}
.blog-item {border-radius: 0;	overflow: hidden;	margin-bottom: 50px;}
.blog .blog-item .img-blog {	border-radius: 5px;	margin-bottom: 45px;}
.blog .blog-item .blog-content {	padding-bottom: 25px;}
.blog .blog-item .blog-content h2 {	margin-top: 0;	font-size: 30px;}
.readmore {	margin-top: 0;}
.blog .blog-item .blog-content h3 {color: #858586;	margin-bottom: 40px;
                                   /* font-weight: 300 */}
.blog .blog-item .blog-content h4 {	font-size: 14px;}
.post-tags {}
.blog .blog-item .entry-meta {border-radius: 5px;	overflow: hidden;}
.blog .blog-item .entry-meta > span {	background: #f5f5f5;	border-top: 1px solid #fff;	display: block;	font-size: 12px;overflow: hidden;
                                      padding: 5px;text-align: left;}
#publish_date {background: #0092ff;	border-bottom: 5px solid #0B628C;	color: #fff;	padding: 5px 0;	text-align: center;}
.blog .blog-item .entry-meta > span {	color: #ccc;}
.blog .blog-item .entry-meta > span a {	font-size: 12px;	margin-left: 3px;	font-weight: 300;color: #888;}
ul.pagination > li > a {	border: 1px solid #F1F1F1;	margin-right:5px;border-radius: 5px;font-size: 16px;padding: 5px 14px;}
ul.pagination > li > a i {	margin-left:5px;	margin-right:5px;}
ul.pagination > li.active > a, ul.pagination > li:hover > a {	background-color: #0092ff !important;	border-color: #195C7C !important;	color: #fff;}
.search_box {	background-image: url("../images/search_icon.png");	background-position: 314px 15px;
              background-repeat: no-repeat;	border-color: #DEDEDE;	height: 48px;	outline: medium none;box-shadow: none;}
.form-control:focus {box-shadow:none;	outline: 0 none;}
ul.tag-cloud, ul.sidebar-gallery {list-style: none;padding: 0;	margin: 0;}
.tag-cloud li {	display: inline-block;	margin-bottom: 3px;}
.tag-cloud li a {	background: #f5f5f5;	color: #888;	border: 0;	border-radius: 4px;	padding: 8px 15px;}
.tag-cloud li a:hover {	background:#0092ff;	color: #fff;}
.sidebar-gallery li {	display: inline-block;	margin: 0 10px 10px 0;}
.sidebar-gallery li a {	border-radius: 4px;	display: inline-block;}
/**********************
**blog single page css*
**********************/

.reply_section {	background: #f5f5f5;	border-radius: 5px;}
.post_reply {	margin-left: 10px;	margin-top: 45px;}
.post_reply img {	width: 85px;	height: 85px;	border: 5px solid #D5D8DD;}
.post_reply ul {	list-style: none outside none;	margin: 0;padding: 0;margin-top: 5px;}
.post_reply ul li {	float:left;}
.post_reply ul li a {	display: block;}
.post_reply ul li a i {border: 1px solid #DDDDDD;border-radius: 39px;color: #FFFFFF;font-size: 20px;height: 30px;margin-right: 3px;	padding-top: 7px;	text-align: center;width: 30px;}
.post_reply ul li a i.fa-facebook {	background: #0182C4;}
.post_reply ul li a i.fa-twitter {	background: none repeat scroll 0 0 #3FC1FE;}
.post_reply ul li a i.fa-google-plus {	background: none repeat scroll 0 0 #D34836;}
.post_reply ul li a i:hover {opacity:.5;}
.post_reply_content {	margin: 30px;}
.post_reply_content h1 a:hover {	color:#FFC800;}
.post_reply_content h4 {	margin-bottom: 50px;}
.reply_section .media-body {	display:inherit;}
.comment_section .media-body {	display:inherit;}
#comments_title {color:#4e4e4e;	font-weight:700px;	font-size:20px;margin-top:60px;	margin-bottom:40px;}
.comment_section {	margin-top: 30px;	position: relative;}
.post_comments img {	width: 85px;	height: 85px;	margin-top: 35px;}
.post_reply_comments {	background:#f5f5f5;	border-radius: 4px;	padding: 30px;}
.post_reply_comments:before {border-color: transparent #F0F0F0 transparent transparent;
                             border-style: solid;border-width: 15px;content: " ";height: 0;	left: 75px;position: absolute;	top: 20px;}
.post_reply_comments h3, .post_reply_content h3 {	margin-top: 0;}
.post_reply_comments h1 a:hover {	color:#c52d2f;}
.post_reply_comments h4 {	color:#c4c4c5;	font-weight:400;}
.post_reply_comments p {	padding-bottom: 30px;}
.post_reply_comments a {bottom: 15px;position: absolute;right: 30px;background: #c52d2f;color: #fff;border-radius: 5px;padding: 8px 20px;}
.post_reply_comments a:before {
    border-color: #c52d2f transparent transparent;border-style: solid;border-width: 16px;	bottom: -11px;
    content: "";	height: 0;	left: -12px;	position: absolute;z-index: 99999;}
.post_reply_comments h2 a {}
.message_heading {margin-bottom: 50px;	margin-top: 60px;}
/******************
404 page css
******************/
#error .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;border-color: #EBEBEB;color: #4E4E4E;}
#error h1 {	color: #4e4e4e;	text-transform: uppercase;}
/******************
Custome code
******************/

.build-your-site {
    color: #333;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.build-your-site .box-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.build-your-site .box-content {
    line-height: 1.8;
}
.build-your-site .box-content h3 {
    font-size: 42px;
    color: #333;
    margin: 10px 0 30px;
    line-height: 1.1;
    font-weight: 600;
}
.build-your-site .box-content h3 .primary-color {
    color: #0092ff;
}
.build-your-site .box-content .list-content {
    font-size: 12px;
}
.build-your-site .box-content .list-content ul {
    padding: 0;
}
.build-your-site .box-content .list-content ul li {
    list-style: none;
    margin-bottom: 10px;
}
.build-your-site .box-content .list-content ul li:last-child {
    margin-bottom: 0;
}
.build-your-site .box-content .list-content ul li i {
    padding-right: 7px;
    color: #0092ff;
}
.build-your-site .button {
    font-size: 12px;
    color: #333;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border:1px solid #0092ff;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 30px;
}
.build-your-site .button:hover,
.build-your-site .button:active,
.build-your-site .button:focus {
    background-color: #0092ff;
    color: #fff;
}
.build-your-site .col-left {
    float: right;
}
.build-your-site.left-center {
    padding-top: 95px;
    padding-bottom: 95px;
}
.build-your-site .box-content-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.build-your-site.bottom-right .col-left {
    float: left;
}
.build-your-site.bottom-right .box-content-img {
    left: inherit;
    right: 60px;
    top: 60px;
}
.build-your-site.bottom-left {
    padding-top: 90px;
    padding-bottom: 90px;
}
.build-your-site.bottom-left .col-left {
    float: right;
}
.build-your-site.bottom-left .box-content-img {
    left: 5%;
    top: 35px;
}
.build-your-site.top-left {
    padding-top: 90px;
    padding-bottom: 80px;
}
.build-your-site.top-left .col-left {
    float: right;
}
.build-your-site.top-left .box-content-img {
    left: 0;
    top: -149px;
}
/******************
brands css index
******************/
/*-- about section --*/
section.our-brands {
    padding:80px 0;
}
section.our-brands h2.text-center {
    font-size:38px;
    font-weight:700;
    text-transform:uppercase;
    position:relative;
    padding-bottom:30px;
    color:#000;
}
section.our-brands p.text-center {
    font-size: 16px;
    padding-bottom: 50px;
    color: #999;
}
section.our-brands h2.text-center:before {
    content:'';
    background-color:#dcdcdc;
    height:2px;
    width:20%;
    left:40%;
    bottom:15px;
    display:block;
    position:absolute;
}
section.our-brands h2.text-center:after {
    content:'';
    background-color:#0092ff;
    height:2px;
    width:10%;
    left:45%;
    bottom:15px;
    display:block;
    position:absolute;
}
section.our-brands h4 {
    font-size: 20px;
    font-weight: 700;
    padding:10px 0;
    color:#858586;
    text-transform:uppercase;
}
section.our-brands span.glyphicon,section.about-us i.glyphicon {
    font-size:20px;
}
.pa_italic span {
    display: none;
}
.pa_italic i,.collapsed span {
    left: 24em;
    color: #999;
}
.collapsed i {
    display: none;
}
.collapsed span {
    display: inline-block;
}
a.pa_italic {
    text-decoration: none;
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
}
.panel-default {
    border-color:transparent;
}
.panel-default>.panel-heading {
    background-color:transparent;
    border-bottom: 1px solid #e8e8e8;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border:none;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}
.fader{
    position: relative;
    padding-top:75%;
    overflow: hidden;
}
.fader .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.fader img.slide{
    height: auto;
}
.fader .prev,
.fader .next{
    position: absolute;
    height: 80px;
    line-height: 55px;
    width: 50px;
    font-size: 100px;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 0;
    z-index: 4;
    margin-top: -25px;
    cursor: pointer;
    opacity: .7;
    transition: all 150ms;
}
.fader .prev:hover,
.fader .next:hover{
    opacity: 1;
}
.fader .next{
    left: auto;
    right: 0;
}
.fader .pager_list{
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    text-align: center;
    z-index: 4;
}
.fader .pager_list li,.fader .page li{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    background: #0092ff;
    opacity: .7;
    text-indent: -999px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 150ms;
}
.fader .pager_list li:hover,
.fader .pager_list li.active{
    opacity: 1;
}

/*-- about section --*/

/***********************
Product carousel
************************/
.pricing {
    margin: 0 auto;
    box-shadow: 0 0px 7px #757575;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.pricing-top{
    padding: 1.2em 0;
    background:#fd5c63;
    text-align:center;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
}
.blue-top{
    background:#0099e5;
}
.green-top{
    background:#7ac143;
}

.pricing-top h3{
    color:#FFF;
    font-size:2em;
    margin:0;
    /*-- agileits --*/
}
.pricing-top p{
    color:#FFF;
    font-size:.875em;
    margin:1em 0 0 0;
}
.pricing-bottom{
    background: #FFF;
    text-align: center;
    padding: 2em;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
}
.pricing-bottom-top {
    padding-bottom: 2em;
}
.pricing-bottom-top p{
    color: #333;
    margin: 0;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 600;
}
.pricing-bottom-bottom{
    padding: 2em 0;
    border-top: solid 1px #EFECEC;
    border-bottom: solid 1px #EFECEC;
}
.pricing-bottom-bottom p{
    color: #A5A5A5;
    font-size: .875em;
    margin: 0 0 1em 0;
}
.pricing-bottom-bottom p span{
    font-weight:600;
    color:#333;
}
p.text {
    margin-bottom: 0;
}
.buy-button {
    /*-- w3layouts --*/
    margin: 1.5em 0 0 0;
}
.buy-button a{
    background: #333;
    padding: .5em 2em;
    border: solid 1px #333;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.buy-button a:hover{
    background: none;
    border: solid 1px #333;
    color:#333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}
/*-- //pricing --*/
@media (max-width: 568px){
    .flipster-carousel .flip-future {
        -webkit-transform: translateX(95%) translateZ(0) rotateY(-54deg) scale(0.65);
        -moz-transform: translateX(95%) translateZ(0) rotateY(-54deg) scale(0.65);
        -o-transform: translateX(95%) translateZ(0) rotateY(-54deg) scale(0.65);
        -ms-transform: translateX(95%) translateZ(0) rotateY(-54deg) scale(0.65);
        transform: translateX(95%) translateZ(0) rotateY(-54deg) scale(0.65);
    }
    .flipster-carousel .flip-past {
        -webkit-transform: translateX(-95%) translateZ(0) rotateY(54deg) scale(0.65);
        -moz-transform: translateX(-95%) translateZ(0) rotateY(54deg) scale(0.65);
        -o-transform: translateX(-95%) translateZ(0) rotateY(54deg) scale(0.65);
        -ms-transform: translateX(-95%) translateZ(0) rotateY(54deg) scale(0.65);
        transform: translateX(-95%) translateZ(0) rotateY(54deg) scale(0.65);
    }
}

@media (max-width: 480px){
    .flipster-carousel .flip-future {
        -webkit-transform: translateX(20%) translateZ(0) rotateY(-54deg) scale(0.65);
        -moz-transform: translateX(20%) translateZ(0) rotateY(-54deg) scale(0.65);
        /*-- agileits --*/
        -o-transform: translateX(20%) translateZ(0) rotateY(-54deg) scale(0.65);
        -ms-transform: translateX(20%) translateZ(0) rotateY(-54deg) scale(0.65);
        transform: translateX(20%) translateZ(0) rotateY(-54deg) scale(0.65);
    }
    .flipster-carousel .flip-next {
        -webkit-transform: translateX(20%) translateZ(0) rotateY(-54deg) scale(0.8);
        -moz-transform: translateX(20%) translateZ(0) rotateY(-54deg) scale(0.8);
        -o-transform: translateX(20%) translateZ(0) rotateY(-54deg) scale(0.8);
        -ms-transform: translateX(20%) translateZ(0) rotateY(-54deg) scale(0.8);
        transform: translateX(20%) translateZ(0) rotateY(-54deg) scale(0.8);
    }
    .flipster-carousel .flip-prev {
        -webkit-transform: translateX(-20%) translateZ(0) rotateY(54deg) scale(0.8);
        -moz-transform: translateX(-20%) translateZ(0) rotateY(54deg) scale(0.8);
        -o-transform: translateX(-20%) translateZ(0) rotateY(54deg) scale(0.8);
        -ms-transform: translateX(-20%) translateZ(0) rotateY(54deg) scale(0.8);
        transform: translateX(-20%) translateZ(0) rotateY(54deg) scale(0.8);
    }
    .flipster-carousel .flip-past {
        -webkit-transform: translateX(-20%) translateZ(0) rotateY(54deg) scale(0.65);
        -moz-transform: translateX(-20%) translateZ(0) rotateY(54deg) scale(0.65);
        -o-transform: translateX(-20%) translateZ(0) rotateY(54deg) scale(0.65);
        -ms-transform: translateX(-20%) translateZ(0) rotateY(54deg) scale(0.65);
        transform: translateX(-20%) translateZ(0) rotateY(54deg) scale(0.65);
    }
}

/********************
Statistics index css
********************/
/*-- Stats --*/
section.stats {
    padding:80px 0;
}
section.stats h3.text-center {
    font-size:38px;
    font-weight:700;
    text-transform:uppercase;
    position:relative;
    padding-bottom:30px;
    color:#000;
}
section.stats h3.text-center:before {
    content:'';
    background-color:#dcdcdc;
    height:2px;
    width:20%;
    left:40%;
    bottom:15px;
    display:block;
    position:absolute;
}
section.stats h3.text-center:after {
    content:'';
    background-color:#0092ff;
    height:2px;
    width:10%;
    left:45%;
    bottom:15px;
    display:block;
    position:absolute;
}
section.stats p.text-center {
    font-size: 16px;
    padding: 0px 0 40px;
    color: #999;
}
.stats-grid {
    text-align: center;
}
.numscroller {
    font-size: 50px;
    margin: 0;
    color: #156CB1;
    font-weight: 700;
}
.stats-grid h4 {
    font-size: 15px;
    color: #858586;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.col-md-3.col-sm-3.stats-grid.stats-grid-1,.col-md-3.col-sm-3.stats-grid.stats-grid-2,.col-md-3.col-sm-3.stats-grid.stats-grid-3 {
    position: relative;
}
span.divider1 {
    position: absolute;
    background: #0092ff;
    top: 30%;
    right: 0%;
    width: 2px;
    height: 75px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
}

/******************
Partner index css
******************/

section.partners {
    padding: 80px 0;
    background: #fff;
}
section.partners h3.text-center {
    font-size:38px;
    font-weight:700;
    text-transform:uppercase;
    position:relative;
    padding-bottom:30px;
    color:#000;
}
section.partners h3.text-center:before {
    content:'';
    background-color:#dcdcdc;
    height:2px;
    width:20%;
    left:40%;
    bottom:15px;
    display:block;
    position:absolute;
}
section.partners h3.text-center:after {
    content:'';
    background-color:#0092ff;
    height:2px;
    width:10%;
    left:45%;
    bottom:15px;
    display:block;
    position:absolute;
}
section.partners p.text-center {
    font-size: 16px;
    padding: 0px 0 40px;
    color: #999;
}
/*--flexisel--*/
.flex-slider{
    background:#222227;
    padding: 70px 0 165px 0;
}
.opportunity{
    background:#28282e;
    margin:0px 20px;
    padding:80px 0;
    position:relative;
}
#flexiselDemo1,#flexiselDemo2 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}
.nbs-flexisel-item {
    float: left;
    margin:0;
    padding: 0;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item > img {
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width:50px;
    height:50px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    left:-5%;
    top:38% !important;

}
.nbs-flexisel-nav-right {
    right:-5%;
    top:38% !important;

}
/*--//flexisel--*/
.sliderfig {
    margin: 3em 0 0;
}


/***********************
********* Footer ******
************************/
/*#bottom {background:url(../images/footer-bg.png);	font-size: 14px;}
#bottom h3 {	margin-top: 0;	margin-bottom: 10px;	text-transform: uppercase;	font-size:18px;color: #fff;}
#bottom ul {	list-style: none;	padding: 0;margin: 0;}
#bottom ul li {	display: block;	padding: 5px 0; color: #A9A9A9;}
#bottom ul li a {	color: #A9A9A9;}
#bottom ul li a:hover {	color:#0092ff;}
#bottom  input[type="text"] {width: 100%; height: 34px;text-indent: 10px; outline: none; border: none; margin: 8px 0 0 0;}
#bottom  input[type="button"] { float:right; margin:8px 0; background:#0092ff; color:#fff; text-transform:uppercase; border:none; padding:5px 25px; text-align:center; border-radius:4px; outline:none;box-shadow: 0px 3px 0px #0092ff;}
#bottom .widget {	margin-bottom: 0;}
#footer {	padding-top: 30px;	padding-bottom: 30px;	color: #fff;	background: #303030;border-top: 1px solid #272727;}
#footer a {	color: #fff;}
#footer a:hover {color: #0092ff;}
#footer ul {list-style: none;	padding: 0;	margin: 0;}
#footer ul > li {	display: inline-block;margin-left: 15px;}


.highlight {
        margin-top: 40px;
}
.h-caption {
        text-align: center;
}
.h-caption i {
        display: block;
        font-size: 54px;
        color: #fff;
        margin-bottom: 36px;
}
.h-caption h4 {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px;
}
.jumbotron p {
        font-size: inherit;
        color: #fff;
        font-size: 16px;
        padding: 0px 10px;
}
.h-body {
    text-align: justify;
}
.jumbotron {
        background-color: #be0003;
}
.page-title {
        margin-top: 20px;
        font-weight: 300;
        color: #4295FF;
}
.text-muted {
        color: #888;
}
.breadcrumb {
        background: none;
        padding: 0;
        margin: 30px 0 0px 0;
}
ul.list-spaces li {
        margin-bottom: 10px;
}
.bgColor1 {
        background-color: #323a47;
        color: #fff;
}
.bgColor1 .fa {
        color: #fff;
}*/

/*FOOTER 2
----------------------------------------------------------------*/
/* ------------------------------------------------------ FOOTER STARTS  ------------------ */

.site-footer {
    border-top:0.5px solid #ddd;
    background-color: #fff !important;
    clear: both;
    padding-top: 10px;
}
.site-footer.has-bg-footer {
    position: relative;

}
.site-footer.has-bg-footer {

}
.site-footer.has-bg-footer .footer-area {

}
.site-footer.has-bg-footer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    content: "";
}
.site-footer.has-bg-footer .footer-container {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-extra {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.site-footer .footer-extra .footer-logo {
    margin-bottom: 35px;
}
.site-footer .footer-extra .extra-info {
    margin-bottom: 35px;
    line-height: 2;
}
.site-footer .footer-extra img {
    display: inline-block;
    padding: 0 15px;
}
.site-footer .footer-container {
    padding-top: 55px;
    padding-bottom: 60px;
}
.site-footer .footer-widgets .footer-container {
    padding-bottom: 30px;
}
.footer-sidebar {
    color: #858586;
}
.footer-sidebar .widget {
    margin-bottom: 25px;
}
.footer-sidebar .widget .widget-title {
    color: #616161;
}
.footer-sidebar .widget .fa {
    color: #616161;
    padding-right: 10px;

}
.widget .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    color: #222;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
}
.widget_categories li:before,
.widget_recent_comments li:before,
.widget_rss li:before,
.widget_pages li:before,
.widget_archive li:before,
.widget_nav_menu li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget-recent-comments li:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-right: 10px;
}
.footer-sidebar .widget.widget_text ul li {
    padding-bottom: 10px;
    line-height: 2;
}
.footer-sidebar .widget ul li {
    padding: 5px 0;
}
.footer-sidebar .widget ul li a {
    color: #858586;
    transition: 0.2s ease-in-out;
}
.footer-sidebar .widget ul li a:hover {
    color: #0092ff;
    margin-left:8px;
    transition: 0.2s ease-in-out;
}
.footer-sidebar .widget ul li:before {
    color: #616161;
}
.footer-sidebar .widget ul li:first-child {
    padding-top: 0;
}
.footer-sidebar .widget ul li:last-child {
    padding-bottom: 0;
}
.footer-sidebar .widget ul.footer-address li {
    padding: 1px 0;
    font-size:30px;
    text-align: center;
    color:#858586;
    font-family: 'Open Sans', sans-serif;
    line-height:40px;
}

.footer-sidebar .widget ul.footer-address li button {
    background-color:#005da6;
    width:100%;
    margin:10px 0px 10px 0px;
    padding:10px 0px 10px 0px;
    color:#fff;
    box-shadow: none;
    border:none;
    font-size:18px;
    transition: 0.5s ease-in-out;
}

.footer-sidebar .widget ul.footer-address li button:hover {
    background-color:#0092ff;
    transition: 0.5s ease-in-out;
}

.footer-sidebar .widget table tr td,
.footer-sidebar .widget table tr th,
.footer-sidebar .widget table tr,
.footer-sidebar .widget table caption,
.footer-sidebar .widget select,
.footer-sidebar .widget.widget_search .search-form {
    border-color: rgba(255, 255, 255, 0.2);
}
.footer-sidebar .widget.widget_tag_cloud .tagcloud a {
    background-color: #343738;
    color: #fff;
}
.footer-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #0092ff;
}
.footer-copyright {
    padding: 40px 0 35px;
}
.footer-copyright .foot-payment {
    line-height: 37px;
}
.footer-copyright .foot-payment img {
    display: inline-block;
    padding-right: 5px;
}
.footer-copyright .column-3:nth-child(2) {
    text-align: center;
}
.footer-copyright .foot-copyright {
    line-height: 42px;
    color:#616161;
}
.footer-copyright .foot-copyright a{
    color:#009ff;
}
.footer-copyright .foot-socials {
    text-align: right;
}
.footer-copyright .foot-socials a {
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    background-color: #858586;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.footer-copyright .foot-socials a:hover {
    background-color: #0092ff;
}
.footer-area:nth-child(2) {
    background-color: #222;
}
.footer-area:nth-child(2) {
    background-color: #222;
}
/* FOOTER 2


/**************
**Custom CSS***
***************/
.pointers {text-align: center;}
.pointers .box { text-align: center !important; padding:20px; margin:0px; transition: 0.5s ease-in;}
.box:hover {background-color: #0092ff; color:#fff !important; transition: 0.5s ease-out;}
.box:hover p {color:#fff !important; transition: 0.3s ease-out;}
.box .icn {margin-left: auto; margin-right: auto; background-repeat:no-repeat; background-position: center; width:200px; height:119px; padding:10px; text-align: center !important; color: #D5D8DD;}

.box .icn1{background-image:url('../images/cloud.png');}
.box:hover .icn1 {background-image:url('../images/cloudwhite.png');}

.box .icn2{background-image:url('../images/erp.png');}
.box:hover .icn2 {background-image:url('../images/erpwhite.png');}

.box .icn3{background-image:url('../images/data.png');}
.box:hover .icn3 {background-image:url('../images/datawhite.png');}

.box .icn4{background-image:url('../images/code.png');}
.box:hover .icn4 {background-image:url('../images/codewhite.png');}

.box p {font-size:20px; padding-top:10px; color:#0092ff;}

/**************
404 Error css
**************/
.error-template {padding: 40px 15px;text-align: center;}
.error-template h1 {color:#858586; font-size:35px !important;}
.error-template h2 {color:#919191; font-size:80px !important; }
.error-details {color:#858586; font-size:20px !important;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

/**************
PRODUCT CSS
**************/
#description-section {
    padding-top: 20px;
    padding-bottom: 90px;
}

#description-section h1 {
    font-size:38px;
    font-weight:700;
    text-transform:uppercase;
    position:relative;
    padding-bottom:30px;
    color:#000;
}
#description-section h1:before {
    content:'';
    background-color:#dcdcdc;
    height:2px;
    width:20%;
    left:40%;
    bottom:15px;
    display:block;
    position:absolute;
}

#description-section h1:after {
    content:'';
    background-color:#0092ff;
    height:2px;
    width:10%;
    left:45%;
    bottom:15px;
    display:block;
    position:absolute;
}

#description-section .first-row img {
    width: 100%;
    margin-bottom: 40px;
}

#description-section .first-row h2 {
    margin-bottom: 20px;
}

#description-section .first-row .button-small-solid {
    display: inline-block;
    margin-top: 15px;
}

#description-section .second-row {
    margin-top: 100px;
}

#description-section .second-row img {
    width: 100%;
    margin-bottom: 40px;
}

#description-section .second-row .nav-pills {
    margin-top: 0px;
    margin-bottom: 30px;
}

#description-section .second-row .nav-pills li {
    text-align: center;
    width: 30%;
}

#description-section .second-row .nav-pills li a {
    font: 300 18px/26px, sans-serif;
    background-color: none;
    color: #6a6a6a;
    border: 1px solid #aaa;
    border-radius: 25px;
    margin-right: 4px;
    margin-top: 10px;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
}

#description-section .second-row .nav-pills li a:hover {
    background-color: #0092ff;
    color: #fff;
    border: 1px solid #0092ff;
}

#description-section .second-row .nav-pills li.active a {
    background-color: #0092ff;
    color: #fff;
    border: 1px solid #0092ff;
}

#description-section .second-row #tab_a ul {
    list-style: none;
}

#description-section .second-row #tab_a .button-small-solid {
    display: inline-block;
    margin-top: 15px;
}

#description-section .second-row #tab_b {
    margin-top: 20px;
}

#description-section .second-row #tab_b .progress {
    height: 30px;
    border-radius: 4px;
    margin-top: 20px;
}

#description-section .second-row #tab_b .progress-bar {
    text-align: left;
    font: 300 14px/22px "Poppins", sans-serif;
    background-color: #0092ff;
    color: white;
    padding-left: 20px;
    padding-top: 5px;
}

#description-section .second-row #tab_c .button-small-solid {
    display: inline-block;
    margin-top: 15px;
}

#description-section .second-row .tab-content ul {
    padding-left: 20px;
}

#description-section .second-row .tab-content ul .checkmark {
    margin-right: 10px;
}

/***************
SCREEN SHOTS CSS
***************/
#screenshots-section {
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #fff;
}

#screenshots-section h1 {
    font-size:38px;
    font-weight:700;
    text-transform:uppercase;
    position:relative;
    padding-bottom:30px;
    color:#000;
}
#screenshots-section h1:before {
    content:'';
    background-color:#dcdcdc;
    height:2px;
    width:20%;
    left:40%;
    bottom:15px;
    display:block;
    position:absolute;
}

#screenshots-section h1:after {
    content:'';
    background-color:#0092ff;
    height:2px;
    width:10%;
    left:45%;
    bottom:15px;
    display:block;
    position:absolute;
}

#screenshots-section #myCarousel {
    display: inline-block;
    margin-top: 50px;
}

#screenshots-section #myCarousel .carousel-control.left {
    background: none;
    margin-top: -140px;
    opacity: 0.7;
}

#screenshots-section #myCarousel .carousel-control.right {
    right: 0;
    left: auto;
    background: none;
    margin-top: -140px;
    opacity: 0.7;
}

#screenshots-section #myCarousel .carousel-control:hover,
#screenshots-section #myCarousel .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 1;
}

#screenshots-section #myCarousel .carousel-caption {
    position: relative;
    right: 0%;
    margin-bottom: 20px;
    left: 0%;
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3a3a3a;
    text-align: center;
    text-shadow: none;
}

#screenshots-section #myCarousel .carousel-caption p {
    margin-top: 23px;
    margin-bottom: 2px;
}

#screenshots-section #myCarousel .carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
}

#screenshots-section #myCarousel .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #3a3a3a;
}

/***************
REUEST DEMO CSS
***************/

#quote-request-section h1 {
    font-size:38px;
    font-weight:700;
    text-transform:uppercase;
    position:relative;
    padding-bottom:30px;
    color:#000;
}
#quote-request-section h1:before {
    content:'';
    background-color:#dcdcdc;
    height:2px;
    width:20%;
    left:40%;
    bottom:15px;
    display:block;
    position:absolute;
}

#quote-request-section h1:after {
    content:'';
    background-color:#0092ff;
    height:2px;
    width:10%;
    left:45%;
    bottom:15px;
    display:block;
    position:absolute;
}

#quote-request-section {
    padding-top: 35px;
    padding-bottom: 90px;
    background-color:#fff;
    /*background: linear-gradient(rgba(246, 34, 63, 0.7), rgba(220, 92, 28, 0.7)), url(../images/trial-form-section-background.jpg);*/
    background-size: cover;
    background-attachment: fixed;
}

#quote-request-section p {
    margin-bottom: 60px;
    color: #858586;
}

/* Chrome/Opera/Safari */
#quote-request-section form ::-webkit-input-placeholder {
    color: #858586;
    opacity: 0.8;
}

/* Firefox 19+ */
#quote-request-section form ::-moz-placeholder {
    color: #858586;
    opacity: 0.8;
}

/* IE 10+ */
#quote-request-section form :-ms-input-placeholder {
    color: #858586;
    opacity: 0.8;
}

/* Firefox 18- */
#quote-request-section form :-moz-placeholder {
    color: #858586;
    opacity: 0.8;
}

#quote-request-section form input {
    height: 42px;
    background: transparent;
    font: 300 16px/26px "Poppins", sans-serif;
    color: #858586;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #0092ff;
    text-align: center;
    margin-top: 20px;
}

#quote-request-section form textarea {
    background-color: transparent;
    color: #858586;
    font: 300 16px/26px "Poppins", sans-serif;
    border: 1px solid #0092ff;
    border-radius: 10px;
    margin-top: 40px;
}

#quote-request-section form textarea[placeholder] {
    text-align: left;
}

#quote-request-section form button {
    margin-top: 30px;
}

/****************************/
.services-slider{ width:1000px; margin:50px auto 0px; position:relative; height:400px; padding-top:125px;}
.services-slider:after{ position:absolute; left:0px; right:0px; top:0px; width:90%; margin:0 auto; height:800px; border:solid 2px rgba(256, 256, 256, .3); border-radius:100%; content:"";}
.services-slider ol{ position:absolute; margin:-119px 0px 0px; padding:0px; left:0px; top:0px; list-style:none; width:100%; bottom:auto;}
.services-slider ol li{ position:absolute; float:left; display:inline-block; width:90px; height:90px; border:solid 5px #1C66CD; background:#1C66CD!important; border-radius:100%; z-index:999; color:#fff; margin:0px; text-indent:0px}
.services-slider ol li img{ width:80px; opacity:.7; transition: all .2s ease 0s;}
.services-slider ol li.active{ height:90px!important; width:90px!important; background:none; margin:none!important}
.services-slider ol li.active img, .services-slider ol li:hover img{opacity:1; width:90px;}
.services-slider ol li.emailmarketing{ left:23px; top:256px;}
.services-slider ol li.transactionemail{left:99px; top:100px;}
.services-slider ol li.sms{left:447px; top:-47px;}
.services-slider ol li.voiceboradcasting{left:659px; top:-8px;}
.services-slider ol li.ivr{left:247px; top:-8px;}
.services-slider ol li.tollfree{ left:802px; top:100px;}
.services-slider ol li.misscall{left:884px; top:256px;}


.services-slider  .carousel-inner{ height:275px; width:55%; margin:0 auto; text-align:center; background:rgba(256, 256, 256, .1); padding-bottom:70px; border:2px dashed #1c66cd; z-index:999;}
.services-slider  .carousel-inner img{ margin:0 auto}
.services-slider .carousel-inner .carousel-item {transition-property: opacity; }
.services-slider .carousel-inner .carousel-item  h3{ color:#fff; font-family:"Raleway",sans-serif !important;   margin:45px 0px 25px; padding:0px; display:block; font-size:30px;}
.services-slider .carousel-inner .carousel-item  h3 a{ color:#fff;}
.services-slider .carousel-inner .carousel-item  p{ color:rgba(256, 256, 256, .8);  font-family:"Raleway",sans-serif !important; padding:0px 70px 15px; font-size:16px; font-weight:100; display:block}
.services-slider .carousel-inner .carousel-item  a.go_btn{ position:relative;  background:#1C66CD; color:#FFF; padding:10px 30px; border-radius:30px; margin:0px; font-weight:500; clear:both; display:inline-block; border:solid 2px rgba(0, 0, 0, .1)}

.product-section{ padding:50px 0px; background:#fff; position:relative; overflow:hidden;  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .3);}
.product-section .dashborad-banner{ position:absolute; right:0px; top:200px; width:400px; height:600px; }
.product-section h2{text-align:center; line-height:45px; color:rgba(256, 256, 256, .7); margin:0px; padding:20px 0px 20px; font-size:30px!important; font-family:'Raleway', sans-serif!important;
font-weight:100; position:relative}
.product-section h2:after{ position:absolute; left:0px; right:0px; width:300px; margin:0 auto; content:""; height:1px; background:#92b6e7; top:75px;}
.product-section h2:before{position:absolute; left:0px; right:0px; margin:0 auto; content:""; width:10px; height:10px; background:#92b6e7; top:70px; border-radius:100%; }
.product-section h4{ font-size:14px; display:block; line-height:normal; line-height:25px; padding:20px 0px 0px; margin:0px 0px 20px!important; color:rgba(256, 256, 256, .7); text-align:center; font-family:'Raleway', sans-serif!important; font-weight:100;}
.product-section ul{ margin:0px; padding:0px; list-style:none}
.product-section ul li{ float:left;  text-align:center; height:150px;}
.product-section ul li img{opacity:.7; width:75px; transition: all .2s ease 0s;}
.product-section ul li span{ color:#D5D8DD; font-size:14px; padding-top:8px; display:block}
.product-section ul li a{ display:block}
.product-section ul li a:hover{text-decoration:none}
.product-section ul li a:hover img{opacity:1; width:90px;}