/*------------------------------------------------------------------
[Master Stylesheet]

Project Name: Landingz Html Template
Version: 2.0
Author: Codeboxr
Website: http://codeboxr.com
Last Update: 20.11.2017
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents ]

 Body
    1.  Typography
    2.  Navigation / .navbar /.cbx-header
	3.  Paralax Slider / #cbx-parallax-banner
	4.  Feature Section / .cbx-sfeature
	5.  Screenshot Section / #cbx-screenshot
	5.  Screenshot Section / #cbx-screenshot
	6.  Pricing Section / #cbx-pricing
	7.  Statistics Section / #cbx-stats
	8.  Blog Section / #cbx-latestnews
	9.  Video Section / #cbx-video
	10. Faq Section / #cbx-faq
	11. Call to action Section / #cbx-call-to-action
	12. Testimonial Section / #cbx-testimonial
	13. Contact Section / #cbx-contact
	14. Inner Page Common Style
	15. Responsive
-------------------------------------------------------------------*/

/* =======================================
        Basic Typography
  =======================================*/

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 2.6rem;
  letter-spacing: .5px;
  font-weight: 400;
}

li a:hover,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.opensans {
  font-family: 'Open Sans', sans-serif;
}

.raleway {
  font-family: 'Open Sans', sans-serif;
}

.exo {
  font-family: 'Exo', sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

.cbx-inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cbx-section {
  margin: 0 0 0px 0;
}

.cbx-section .cbx-title h2 {
  color: #6495ed;
}

.cbx-heading {
  margin-bottom: 80px;
}

.cbx-heading h2 {
  color: #444;
  font-family: 'Exo', sans-serif;
  font-size: 24px;
  letter-spacing: .5px;
  line-height: 40px;
  position: relative;
  padding: 20px;
  margin: 0px 0px 20px;
}

.cbx-heading h2:before {
  position: absolute;
  content: ' ';
  border: 1px solid;
  border-color: #6495ed;
  width: 40px;
  height: 2px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}

.cbx-heading h2:after {
  position: absolute;
  content: ' ';
  border: 1px solid;
  border-color: #6495ed;
  width: 40px;
  height: 2px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 75px);
}

.cbx-heading hr {
  border-width: 2px;
  border-color: #3f7ce9;
  width: 3%;
}

.cbx-heading p {
  font-size: 16px;
  padding: 0 28rem;
  font-weight: 400;
  color: #777;
  line-height: 22px;
}

/*DOWNLOAD-BTN***************/

.cbx-download-btn {
  background-color: #6495ed;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cbx-download-btn li a {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .5px;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cbx-download-btn li.frist-label {
  background: #6495ed;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.cbx-download-btn li.frist-label a {
  background: #6495ed;
  padding: 22px 17px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.cbx-download-btn li.frist-label a:hover {
  background: #fff;
  text-decoration: none;
  padding: 22px 17px;
  color: #6495ed;
}

/*DOWNLOAD-BTN*/

.animation-duration1 {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /*
  -webkit-animation-duration: 0.s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  */
}

.animation-duration2 {
  /*-webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.s;*/
  -moz-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.paddingTop {
  padding-top: 100px;
}

.cbx-btn {
  color: #6495ed;
  text-decoration: none;
  background-color: #ffffff;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-radius: 30px;
  border: 1px solid #6495ed;
  transition: all .3s linear;
  display: inline-block;
  overflow: hidden;
}

.cbx-btn:hover {
  color: #ffffff;
  background-color: #6495ed;
  border: 1px solid #ffffff;
}

.viewall.text-center {
  padding-top: 50px;
}

.cbxmapcanvas {
  min-height: 400px;
}

.jqcbxgoglemap_info {
  max-width: 300px;
}

.jqcbxgoglemap_info h3.jqcbxgoglemap_info_heading {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #6495ed;
}

.cbx-container .cbx-header.scrolled {
  padding-top: 0;
  background-color: #ffffff;
  box-shadow: 0 11px 27px rgba(0, 0, 0, 0.05);
}

.cbx-container .cbx-header.scrolled .container .navbar-header .cbx-logo img {
  color: #222;
  display: none;
}

.cbx-container .cbx-header.scrolled .container .navbar-collapse .navbar-nav li a {
  color: #222;
}

.cbx-container .cbx-header.scrolled .container .navbar-collapse .navbar-nav li a:hover,
.cbx-container .cbx-header.scrolled .container .navbar-collapse .navbar-nav li a:active,
.cbx-container .cbx-header.scrolled .container .navbar-collapse .navbar-nav li a:focus {
  color: #6495ed;
}

.cbx-container .cbx-header {
  margin-bottom: 0;
  background-color: transparent;
  border-color: transparent;
  width: 100%;
  z-index: 999;
  border-radius: 0px;
  padding-top: 10px;
  position: fixed;
  transition-property: padding, background-color, box-shadow;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
}

.cbx-container .cbx-header .container .navbar-header .cbx-logo {
  height: auto;
  padding-top: 15px;
  color: #ffffff;
  font-family: 'Exo', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
}

.cbx-container .cbx-header .container .navbar-header .cbx-logo span {
  font-weight: bold;
}

.cbx-container .cbx-header .container .navbar-collapse .navbar-nav li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  padding-right: 0px;
  padding-left: 25px;
  padding-top: 25px;
}

.cbx-container .cbx-header-blog {
  margin-bottom: 0;
  background-color: #ffffff;
  border-color: #f6f4f0;
  width: 100%;
  z-index: 999;
  border-radius: 0px;
  transition-property: padding, background-color, box-shadow;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
}

.cbx-container .cbx-header-blog .container .navbar-header .cbx-logo {
  height: auto;
  padding-top: 25px;
  color: #222;
  font-family: 'Exo', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
}

.cbx-container .cbx-header-blog .container .navbar-header .cbx-logo span {
  font-weight: bold;
}

.cbx-container .cbx-header-blog .container .navbar-collapse .navbar-nav li a {
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  padding: 25px 15px;
}

#cbx-banner {
  background-color: #6495ed;
  padding-top: 70px;
}

#cbx-banner .cbx-section {
  padding: 5% 0px;
  background-image: url("../img/banner/banner-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}

#cbx-banner .cbx-section .cbx-item-banner .banner-content h2 {
  font-size: 80px;
  line-height: 120px;
  font-size: 8rem;
  line-height: 12rem;
  line-height: 65px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-left: -5px;
}

#cbx-banner .cbx-section .cbx-item-banner .banner-content p {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  padding-bottom: 20px;
}

#cbx-banner .cbx-section .cbx-item-banner .banner-content span {
  display: block;
  overflow: hidden;
  border-left: 2px solid;
  border-color: #ffffff;
  width: 2px;
  height: 80px;
  margin-bottom: 30px;
}

#cbx-banner .cbx-section .cbx-item-banner .banner-content a {
  color: #6495ed;
  text-decoration: none;
  background-color: #ffffff;
  padding: 13px 40px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid;
  border-color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#cbx-banner .cbx-section .cbx-item-banner .banner-content a:hover {
  background-color: #6495ed;
  color: #ffffff;
}

#cbx-banner .cbx-section .cbx-item-banner .banner-img {
  margin-top: 20px;
}

#cbx-banner .cbx-section .cbx-item-banner .banner-img img {
  max-width: 90%;
}

.cbx-sfeature {
  color: #ffffff;
}

.cbx-sfeature .cbx-heading {
  margin-bottom: 130px;
}

.cbx-sfeature .cbx-sficon {
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
}

.cbx-sfeature .cbx-sficon img {
  background: #ffffff;
  border-radius: 40px;
  border: 1px solid #e9eef2;
  font-size: 30px;
  padding: 12%;
  transition: all 0.5s linear 0s;
  color: #6495ed;
  width: 100px;
}

.cbx-sfeature .cbx-sficon img:hover {
  background: #ffffff;
  border-color: #6495ed;
}

.cbx-sfeature a.cbx-learnmore {
  color: #444;
  background: #ffffff;
  border-radius: 21px;
  padding: 10px 25px;
  transition: all .5s linear 0s;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid;
  border-color: #6495ed;
}

.cbx-sfeature .cbx-single-feature {
  transition: all 0.5s linear 0s;
  position: relative;
  padding-top: 25%;
  padding-bottom: 40px;
  border: 1px solid #ffffff;
  background: #fafafa;
  border-radius: 5px;
}

.cbx-sfeature .cbx-single-feature h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  word-spacing: 1px;
  margin: 15px 0;
  text-transform: uppercase;
}

.cbx-sfeature .cbx-single-feature h4 a {
  color: #444;
  -webkit-transition: all 0.2 ease;
  transition: all 0.3s linear;
  text-transform: uppercase;
}

.cbx-sfeature .cbx-single-feature h4 a:hover {
  color: #6495ed;
}

.cbx-sfeature .cbx-single-feature p {
  margin: 30px 20px 40px;
  font-size: 14px;
  color: #777;
}

.cbx-sfeature .cbx-single-feature:hover {
  border: 1px solid #6495ed;
  background: #ffffff;
}

.cbx-sfeature .cbx-single-feature:hover .cbx-sficon img {
  background: #ffffff;
  border-color: #6495ed;
}

.cbx-sfeature .cbx-single-feature:hover .cbx-learnmore {
  color: #ffffff;
  background: #6495ed;
}

.cbx-sfeature .cbx-inner {
  background: #ffffff;
  padding-bottom: 120px;
}

.cbx-sfeature-2 {
  color: #ffffff;
}

.cbx-sfeature-2 .cbx-heading {
  margin-bottom: 130px;
}

.cbx-sfeature-2 .cbx-sficon {
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
}

.cbx-sfeature-2 .cbx-sficon img {
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #e9eef2;
  font-size: 30px;
  padding: 12%;
  transition: all 0.5s linear 0s;
  color: #6495ed;
}

.cbx-sfeature-2 .cbx-sficon img:hover {
  background: #ffffff;
  border-color: #6495ed;
}

.cbx-sfeature-2 a.cbx-learnmore {
  color: #444;
  background: #ffffff;
  border-radius: 21px;
  padding: 10px 25px;
  transition: all .5s linear 0s;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid;
  border-color: #6495ed;
}

.cbx-sfeature-2 .cbx-single-feature {
  transition: all 0.5s linear 0s;
  position: relative;
  padding-top: 25%;
  padding-bottom: 40px;
  border: 1px solid #ffffff;
  background: #fafafa;
  border-radius: 5px;
}

.cbx-sfeature-2 .cbx-single-feature h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  word-spacing: 1px;
  margin: 15px 0;
  text-transform: uppercase;
}

.cbx-sfeature-2 .cbx-single-feature h4 a {
  color: #444;
  -webkit-transition: all 0.2 ease;
  transition: all 0.3s linear;
  text-transform: uppercase;
}

.cbx-sfeature-2 .cbx-single-feature h4 a:hover {
  color: #6495ed;
}

.cbx-sfeature-2 .cbx-single-feature p {
  margin: 30px 20px 40px;
  font-size: 14px;
  color: #777;
}

.cbx-sfeature-2 .cbx-single-feature:hover {
  border: 1px solid #6495ed;
  background: #ffffff;
}

.cbx-sfeature-2 .cbx-single-feature:hover .cbx-sficon img {
  background: #ffffff;
  border-color: #6495ed;
}

.cbx-sfeature-2 .cbx-single-feature:hover .cbx-learnmore {
  color: #ffffff;
  background: #6495ed;
}

.cbx-sfeature-2 .cbx-inner {
  background: #ffffff;
  padding-bottom: 120px;
}

#cbx-latestnews .cbx-inner {
  background-color: #fafafa;
}

#cbx-latestnews .single-blog-item .blog-thumb a:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

#cbx-latestnews .single-blog-item .blog-thumb a img {
  transition: filter 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#cbx-latestnews .single-blog-item .blog-content h4 a {
  color: #222;
}

#cbx-latestnews .single-blog-item .blog-content p {
  margin-bottom: 15px;
}

#cbx-latestnews .single-blog-item .blog-content .readmore {
  color: #6495ed;
  text-decoration: none;
  background-color: #ffffff;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid;
  border-color: #6495ed;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  overflow: hidden;
}

#cbx-latestnews .single-blog-item .blog-content .readmore:hover {
  color: #ffffff;
  background-color: #6495ed;
  border: 1px solid;
  border-color: #ffffff;
}

#cbx-latestnews .single-blog-item .blog-content .blog-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}

#cbx-latestnews .single-blog-item .blog-content .blog-tags ul li {
  padding: 15px 20px 5px 0px;
  float: left;
}

#cbx-latestnews .single-blog-item .blog-content .blog-tags ul li a {
  color: #777;
}

#cbx-latestnews .single-blog-item .blog-content .blog-tags ul li a:hover {
  color: #6495ed;
}

#cbx-latestnews .single-blog-item .blog-content .blog-tags ul li a i {
  padding-right: 8px;
}

#cbx-faq .cbx-heading {
  margin-bottom: 10px;
}

#cbx-faq .uncollapse.collapsed > span {
  display: inline-flex;
}

#cbx-faq .uncollapse > span {
  display: inline-flex;
}

#cbx-faq .cbx-single-faq .uncollapse {
  background: url("../img/minus.png") no-repeat;
}

#cbx-faq .cbx-single-faq .uncollapse span {
  padding-left: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #6495ed;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: 400;
}

#cbx-faq .cbx-single-faq .panel-default {
  border-color: #ffffff;
}

#cbx-faq .cbx-single-faq .panel-body {
  background-color: #ffffff;
  border-top-color: #ffffff;
}

#cbx-faq .cbx-single-faq .panel-body > p {
  color: #777;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 400;
}

#cbx-faq .cbx-single-faq .collapsed {
  background: url("../img/plus.png") no-repeat;
}

#cbx-faq .cbx-single-faq .collapsed span {
  padding-left: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #777;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: 400;
}

#cbx-faq .cbx-single-faq h4 {
  color: #444;
  margin-bottom: 20px;
  letter-spacing: 1;
  -webkit-transition: all 0.5s linear ease-out;
  -moz-transition: all 0.5s linear ease-out;
  -o-transition: all 0.5s linear ease-out;
  transition: all 0.5s linear ease-out;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

#cbx-faq .cbx-single-faq h4:hover {
  color: #6495ed;
}

#cbx-faq .cbx-panel {
  box-shadow: none;
  border-radius: 0px;
}

#cbx-faq .cbx-panel .panel-heading {
  background-image: none;
  background-color: transparent;
  border: 1px solid;
  padding: 8px 15px;
  border-color: #e9eef2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#cbx-faq .cbx-panel p a:hover,
#cbx-faq cbx-panel p a:focus {
  text-decoration: none;
  color: #015884;
}

#cbx-footer {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 8px;
}

#cbx-footer a {
  color: #6495ed;
}

#cbx-footer p {
  color: #222;
  text-align: left;
  margin: 0;
  margin-top: 5px;
}

#cbx-footer .social {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

#cbx-footer .social li {
  display: inline-block;
  overflow: hidden;
  margin-left: 3px;
}

#cbx-footer .social li a {
  background-color: #ffffff;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #6495ed;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

#cbx-footer .social li a:hover {
  color: #ffffff;
}

#cbx-footer .social li a.facebok:hover {
  background-color: #3b5998;
}

#cbx-footer .social li a.twitter:hover {
  background-color: #1da1f2;
}

#cbx-footer .social li a.linkedin:hover {
  background-color: #0077b5;
}

#cbx-footer .social li a.pinterest:hover {
  background-color: #bd081c;
}

#cbx-footer .social li a.google-plus:hover {
  background-color: #dd4b39;
}

#cbx-footer .social li a.rss:hover {
  background-color: #f26522;
}

#cbx-testimonial .cbx-inner {
  background-image: url("http://placehold.it/382x367");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 100px;
}

#cbx-testimonial .cbx-inner #testimonial .content {
  padding: 0 30px 53px;
}

#cbx-testimonial .cbx-inner #testimonial .content .testimonial-client-info .name {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #6495ed;
  margin-bottom: 0px;
}

#cbx-testimonial .cbx-inner #testimonial .content .testimonial-client-info .company {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}

#cbx-testimonial .cbx-inner #testimonial .content blockquote {
  border-left: 0px solid;
}

#cbx-testimonial .cbx-inner #testimonial .content blockquote:before {
  content: "\f10d";
  display: block;
  margin-bottom: 14px;
  color: rgba(34, 34, 34, 0.02);
  font-family: FontAwesome;
  font-size: 150px;
  line-height: 225px;
  font-size: 15rem;
  line-height: 22.5rem;
  line-height: 200px;
  top: 90px;
  position: absolute;
}

#cbx-testimonial .cbx-inner #testimonial .content .testimonial-thumb {
  display: inline-block;
  margin-bottom: 25px;
  background-color: #ffffff;
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#cbx-testimonial .cbx-inner #testimonial .content .testimonial-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fafafa;
}

#cbx-testimonial-2 .cbx-inner {
  background-image: url("http://placehold.it/450x289");
  background-color: #fafafa;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

#cbx-testimonial-2 .cbx-inner #testimonial .content {
  padding: 0 30px 53px;
}

#cbx-testimonial-2 .cbx-inner #testimonial .content .testimonial-client-info .name {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  color: #6495ed;
  margin-bottom: 0px;
}

#cbx-testimonial-2 .cbx-inner #testimonial .content .testimonial-client-info .company {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}

#cbx-testimonial-2 .cbx-inner #testimonial .content blockquote {
  border-left: 0px solid;
}

#cbx-testimonial-2 .cbx-inner #testimonial .content blockquote:before {
  content: "\f10d";
  display: block;
  margin-bottom: 14px;
  color: rgba(34, 34, 34, 0.02);
  font-family: FontAwesome;
  font-size: 150px;
  line-height: 225px;
  font-size: 15rem;
  line-height: 22.5rem;
  line-height: 200px;
  top: 90px;
  position: absolute;
}

#cbx-testimonial-2 .cbx-inner #testimonial .content .testimonial-thumb {
  display: inline-block;
  margin-bottom: 25px;
  background-color: #ffffff;
  z-index: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#cbx-testimonial-2 .cbx-inner #testimonial .content .testimonial-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fafafa;
}

#testimonial .owl-nav {
  top: -220px;
  position: relative;
  visibility: hidden;
}

#testimonial .owl-nav .owl-prev {
  float: left;
  background-color: transparent;
  color: #6495ed;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
}

#testimonial .owl-nav .owl-next {
  float: right;
  background-color: transparent;
  color: #6495ed;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
}

.cbx-testimonial:hover .cbx-inner #testimonial .owl-nav {
  visibility: visible;
}

#cbx-blog .cbx-inner {
  background-color: #f6f4f0;
}

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

#cbx-blog .cbx-single-blog p span {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  color: #6495ed;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#cbx-blog .cbx-single-blog p span:hover {
  color: #015884;
}

.cbx-contact {
  margin-bottom: 0;
}

.cbx-contact .cbx-heading h2 {
  color: #ffffff;
  font-family: 'Exo', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  letter-spacing: .5px;
  line-height: 40px;
}

.cbx-contact .cbx-heading h2:before {
  border: 1px solid #ffffff;
}

.cbx-contact .cbx-heading h2:after {
  border: 1px solid #ffffff;
}

.cbx-contact .cbx-heading hr {
  border-width: 2px;
  border-color: #3f7ce9;
  width: 3%;
}

.cbx-contact .cbx-heading p {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  padding: 0 28rem;
  font-weight: 400;
  color: #ffffff;
}

.cbx-contact p.cbx-lead {
  margin-bottom: 70px;
  line-height: 35px;
  padding: 0 30px;
}

#cbx-contact-2 #cbx-contactinner .cbx-inner {
  background-color: #6495ed;
}

.cbx-form input,
.cbx-form textarea {
  border-radius: 0px;
}

.cbx-form button {
  border-radius: 0px;
}

.cbx-form label {
  color: #d4d4d4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}

.cbx-form label.error {
  color: #ffffff;
}

#cbx-gmap {
  margin-top: 25px;
}

#cbx-gmap .cbx-map {
  min-height: 320px;
  width: 100%;
}

#cbx-gmap #map_canvas img {
  max-width: none;
}

#cbx-gmap #content {
  text-align: center;
  max-width: 240px;
}

#cbx-gmap #content #firstHeading {
  color: #6495ed;
  font-size: 28px;
  line-height: 42px;
  font-size: 2.8rem;
  line-height: 4.199999999999999rem;
  font-weight: 400;
}

#cbx-contactinner .cbx-box {
  color: #ffffff;
  padding-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  text-align: center;
}

#cbx-contactinner .cbx-box .cbx-icon i {
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 4.5rem;
}

#cbx-contactinner .cbx-box address {
  font-family: inherit;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

#cbx-contactinner .cbx-box address span.cbx-type {
  font-family: inherit;
  min-width: 55px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}

#cbx-contactinner .form-control {
  background: rgba(0, 0, 0, 0.1);
  min-height: 40px;
  border-color: #ffffff;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 15px;
}

#cbx-contactinner .form-control::placeholder {
  color: #ffffff;
}

#cbx-contactinner .form-control:focus {
  border-color: #6495ed;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6495ed;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6495ed;
}

#cbx-contactinner .btn-block {
  color: #6495ed !important;
  background-color: #ffffff;
  height: 50px;
  font-family: 'Exo', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid transparent;
  font-family: 'Open Sans', sans-serif;
}

#cbx-contactinner .btn-block:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: #6495ed !important;
}

#cbx-contactinner .form-group {
  margin-bottom: 15px;
}

#cbx-contactinner .form-group .cbxmessage {
  padding: 10px 15px;
}

#cbx-contactinner .form-group .error.valid {
  display: none;
}

#cbx-contactinner .cbx-contactform {
  margin: 25px 0;
  margin-bottom: 0px;
}

#cbx-page-title {
  background-color: #fafafa;
  padding: 40px 0;
  text-align: center;
}

#cbx-page-title .page-title h2 {
  margin: 0;
  position: relative;
  font-family: 'Exo', sans-serif;
}

#cbx-page-title .page-title h2:before {
  content: attr(data-title);
  position: absolute;
  font-size: 50px;
  line-height: 75px;
  font-size: 5rem;
  line-height: 7.5rem;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  top: -10px;
  left: 0;
  right: 0;
  bottom: 0;
}

aside .cbx-sidebar {
  margin: 50px 0px;
}

aside .cbx-sidebar .widget {
  margin-bottom: 50px;
}

aside .cbx-sidebar .widget h4 {
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

aside .cbx-sidebar .widget .widget-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

aside .cbx-sidebar .widget .widget-content ul.list-unstyled li a {
  font-weight: normal;
  color: #444;
  display: block;
  margin-bottom: 10px;
  transition: padding 0.3s ease-in-out;
}

aside .cbx-sidebar .widget .widget-content ul.list-unstyled li a:before {
  font-family: FontAwesome;
  content: '\f105';
  color: inherit;
  padding-right: 10px;
  font-weight: normal;
}

aside .cbx-sidebar .widget .widget-content ul.list-unstyled li a:hover {
  color: #6495ed;
  padding-left: 5px;
}

aside .cbx-sidebar .widget .search-form {
  position: relative;
}

aside .cbx-sidebar .widget .search-form .form-control {
  background-color: #e9eef2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  outline: none;
  line-height: 1;
  height: 46px;
}

aside .cbx-sidebar .widget .search-form .form-control:focus {
  background-color: #fafafa;
  border-color: #222;
}

aside .cbx-sidebar .widget .search-form button {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: none;
  padding: 0;
  color: inherit;
}

aside .cbx-sidebar .cbx-list li,
aside .cbx-sidebar .cbx-list .cbx-mega-list {
  border-bottom: 0px solid #444;
  margin-bottom: 20px;
  background: transparent;
  overflow: hidden;
}

aside .cbx-sidebar .cbx-list li .img-area,
aside .cbx-sidebar .cbx-list .cbx-mega-list .img-area,
aside .cbx-sidebar .cbx-list li figcaption,
aside .cbx-sidebar .cbx-list .cbx-mega-list figcaption {
  float: left;
}

aside .cbx-sidebar .cbx-list li .img-area,
aside .cbx-sidebar .cbx-list .cbx-mega-list .img-area {
  width: 40%;
  position: relative;
  padding-right: 15px;
}

aside .cbx-sidebar .cbx-list li figcaption,
aside .cbx-sidebar .cbx-list .cbx-mega-list figcaption {
  width: 60%;
  padding-left: 10px;
}

aside .cbx-sidebar .cbx-list li figcaption .title,
aside .cbx-sidebar .cbx-list .cbx-mega-list figcaption .title {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  margin: 0;
  font-weight: bold;
  color: #444;
  margin-bottom: 5px;
}

aside .cbx-sidebar .cbx-list li figcaption .title a,
aside .cbx-sidebar .cbx-list .cbx-mega-list figcaption .title a {
  text-transform: inherit;
  color: inherit;
  line-height: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

aside .cbx-sidebar .cbx-list li figcaption .title a:hover,
aside .cbx-sidebar .cbx-list .cbx-mega-list figcaption .title a:hover {
  color: #6495ed;
}

aside .cbx-sidebar .cbx-list li figcaption p,
aside .cbx-sidebar .cbx-list .cbx-mega-list figcaption p {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

aside .cbx-sidebar .cbx-list li figcaption p a,
aside .cbx-sidebar .cbx-list .cbx-mega-list figcaption p a {
  color: #444;
  font-size: inherit;
  -webkit-transform: translate(0.5s, 0);
  -moz-transform: translate(0.5s, 0);
  -o-transform: translate(0.5s, 0);
  -ms-transform: translate(0.5s, 0);
  transform: translate(0.5s, 0);
}

aside .cbx-sidebar .cbx-list li figcaption p a:hover,
aside .cbx-sidebar .cbx-list .cbx-mega-list figcaption p a:hover {
  color: #6495ed;
}

aside .cbx-sidebar .cbx-list li:hover figure .img-area .category-icon,
aside .cbx-sidebar .cbx-list .cbx-mega-list:hover figure .img-area .category-icon {
  color: #ffffff;
  border-right: 65px solid #6495ed;
  -webkit-background-clip: padding-box;
  /*for Safari*/
  background-clip: padding-box;
  /*for IE9+, Firefox 4+, Opera, Chrome*/
}

aside .cbx-sidebar .cbx-categories ul li {
  background-color: #444444;
  margin-bottom: 1px;
  padding: 5px 10px;
}

aside .cbx-sidebar .cbx-categories ul li:hover {
  background-color: #6495ed;
}

aside .cbx-sidebar .cbx-categories ul li:hover a {
  color: #ffffff;
}

aside .cbx-sidebar .cbx-categories ul li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}

aside .cbx-sidebar .widget-pollingcbx .cbx-polling-box {
  background-color: #444444;
  padding: 10px;
}

aside .cbx-sidebar .widget-pollingcbx .cbx-polling-box h4 {
  color: #6495ed;
  padding-bottom: 10px;
}

aside .cbx-sidebar .widget-pollingcbx .cbx-polling-box .cbx-radio {
  text-transform: uppercase;
}

aside .cbx-sidebar .widget-pollingcbx .cbx-polling-box .cbx-radio span {
  color: #6495ed;
  padding-left: 10px;
}

aside .cbx-sidebar iframe {
  width: 100%;
  border: 0;
  height: 200px;
  overflow: hidden;
}

.blog-item-wrapper {
  margin: 50px 0;
}

.blog-item-wrapper .single-blog-item {
  margin-bottom: 30px;
}

.blog-item-wrapper .single-blog-item .cbxjobform-common .form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #777;
  border-radius: 0;
  box-shadow: none;
  color: #555555;
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  height: 45px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.blog-item-wrapper .single-blog-item .cbxjobform-common textarea.form-control {
  height: 15rem;
  resize: none;
}

.blog-item-wrapper .single-blog-item .cbxjobform-common input.form-control:focus,
.blog-item-wrapper .single-blog-item .cbxjobform-common textarea.form-control:focus,
.blog-item-wrapper .single-blog-item .cbxjobform-common input.form-control:active,
.blog-item-wrapper .single-blog-item .cbxjobform-common textarea.form-control:active {
  border-bottom: 1px solid #6495ed;
}

.blog-item-wrapper .single-blog-item .cbxjobform-common .cbx-btn {
  background-color: #ffffff;
  border: 1px solid #777;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  padding: 10px 20px;
  color: #222;
}

.blog-item-wrapper .single-blog-item .cbxjobform-common .cbx-btn:hover {
  background-color: #6495ed;
  border-color: #6495ed;
  color: #ffffff;
}

.blog-item-wrapper .single-blog-item .cbxjobform-common a.recover {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  display: block;
}

.blog-item-wrapper .single-blog-item .cbx-social-share {
  margin: 20px 0px;
}

.blog-item-wrapper .single-blog-item .cbx-social-share ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.blog-item-wrapper .single-blog-item .cbx-social-share ul li {
  display: inline-block;
  padding: 5px;
}

.blog-item-wrapper .single-blog-item .cbx-social-share ul li .facebok:hover {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.blog-item-wrapper .single-blog-item .cbx-social-share ul li .twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.blog-item-wrapper .single-blog-item .cbx-social-share ul li .google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}

.blog-item-wrapper .single-blog-item .cbx-social-share ul li .linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #ffffff;
}

.blog-item-wrapper .single-blog-item .cbx-social-share ul li .pinterest:hover {
  background-color: #bd081c;
  border-color: #bd081c;
  color: #ffffff;
}

.blog-item-wrapper .single-blog-item .cbx-social-share ul li a {
  border: 1px solid #505050;
  color: #505050;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.blog-item-wrapper .single-blog-item .blog-thumb a:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.blog-item-wrapper .single-blog-item .blog-thumb a img {
  transition: filter 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.blog-item-wrapper .single-blog-item .blog-content h4 {
  margin-top: 0px;
}

.blog-item-wrapper .single-blog-item .blog-content h4 a {
  color: #222;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}

.blog-item-wrapper .single-blog-item .blog-content p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-align: justify;
  text-justify: inter-word;
}

.blog-item-wrapper .single-blog-item .blog-content .readmore {
  color: #6495ed;
  text-decoration: none;
  background-color: #ffffff;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid;
  border-color: #6495ed;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  overflow: hidden;
}

.blog-item-wrapper .single-blog-item .blog-content .readmore:hover {
  color: #ffffff;
  background-color: #6495ed;
  border: 1px solid;
  border-color: #ffffff;
}

.blog-item-wrapper .single-blog-item .blog-content .blog-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-item-wrapper .single-blog-item .blog-content .blog-tags ul li {
  padding-right: 10px;
  float: left;
}

.blog-item-wrapper .single-blog-item .blog-content .blog-tags ul li a {
  color: #777;
}

.blog-item-wrapper .single-blog-item .blog-content .blog-tags ul li a:hover {
  color: #6495ed;
}

.blog-item-wrapper .single-blog-item .blog-content .blog-tags ul li a i {
  padding-right: 8px;
}

#cbx-pricing .cbx-inner {
  background-color: #ffffff;
}

#cbx-pricing .cbx-inner .cbx-singlepricing {
  box-shadow: 0.14px 3.998px 16px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#cbx-pricing .cbx-inner .cbx-singlepricing:hover {
  box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.16);
  margin-top: 0px;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-header {
  background-image: url("../img/pricing/pricing1.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-bottom: 50px;
  position: relative;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-header h4 {
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 4.5rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 25px;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-header .cbx-doller p {
  color: #fff60a;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 4.5rem;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-header .cbx-doller p span {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
  font-weight: normal;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-header .cbx-recommended {
  position: absolute;
  top: 0;
  right: 0;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-header .cbx-recommended .ribbon {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 90px;
  height: 90px;
  text-align: right;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-header .cbx-recommended .ribbon span {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 24px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 125px;
  display: block;
  background-color: #15d9c6;
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 24px;
  right: -30px;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-list li {
  margin: 0px 40px;
  border-bottom: 1px solid;
  border-color: #e9eef2;
  padding: 10px 0px;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-list li .cbx-featured-list-row h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-list li .cbx-featured-list-row h5::before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #9bcb5b;
  position: absolute;
  margin-left: -30px;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .cbx-featured-list li .cbx-featured-list-row p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  color: #777;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .price-button {
  display: inline-block;
  overflow: hidden;
  margin: 30px 0px;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .price-button a {
  background-image: -moz-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -webkit-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -ms-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -o-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  padding: 15px 40px;
  overflow: hidden;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  border: 1px solid;
  border-color: #6495ed;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#cbx-pricing .cbx-inner .cbx-singlepricing .price-button a:hover {
  color: #222;
  background-image: none;
}

#cbx-video {
  background-image: url("http://placehold.it/1280x853");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#cbx-video .cbx-section {
  background-image: -moz-linear-gradient(-82deg, rgba(107, 93, 247, 0.8) 0%, rgba(17, 225, 144, 0.8) 99%);
  background-image: -webkit-linear-gradient(-82deg, rgba(107, 93, 247, 0.8) 0%, rgba(17, 225, 144, 0.8) 99%);
  background-image: -ms-linear-gradient(-82deg, rgba(107, 93, 247, 0.8) 0%, rgba(17, 225, 144, 0.8) 99%);
  background-image: -o-linear-gradient(-82deg, rgba(107, 93, 247, 0.8) 0%, rgba(17, 225, 144, 0.8) 99%);
  background-image: linear-gradient(-82deg, rgba(107, 93, 247, 0.8) 0%, rgba(17, 225, 144, 0.8) 99%);
  color: #FFF;
  padding: 100px 0px;
}

#cbx-video .cbx-section a img {
  -webkit-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

#cbx-video .cbx-section a img:hover {
  transform: rotate(360deg);
}

#cbx-call-to-action {
  background-color: #fafafa;
  background-image: url("../img/call-to-action/call-to-action-bg.png");
  background-position: left -111%;
  background-repeat: no-repeat;
  background-size: cover;
}

#cbx-call-to-action .cbx-section {
  padding: 120px 0px;
  background-image: -moz-linear-gradient(-82deg, rgba(107, 93, 247, 0.9) 0%, rgba(17, 225, 144, 0.9) 99%);
  background-image: -webkit-linear-gradient(-82deg, rgba(107, 93, 247, 0.9) 0%, rgba(17, 225, 144, 0.9) 99%);
  background-image: -ms-linear-gradient(-82deg, rgba(107, 93, 247, 0.9) 0%, rgba(17, 225, 144, 0.9) 99%);
  background-image: -o-linear-gradient(-82deg, rgba(107, 93, 247, 0.9) 0%, rgba(17, 225, 144, 0.9) 99%);
  background-image: linear-gradient(-82deg, rgba(107, 93, 247, 0.9) 0%, rgba(17, 225, 144, 0.9) 99%);
}

#cbx-call-to-action .cbx-section .call-to-action {
  padding: 0px 100px;
}

#cbx-call-to-action .cbx-section .call-to-action p {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #ffffff;
  margin-bottom: 35px;
}

#cbx-call-to-action .cbx-section .call-to-action h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  font-size: 4rem;
  line-height: 6rem;
  color: #ffffff;
  margin-bottom: 20px;
}

#cbx-call-to-action .cbx-section .call-to-action h3 a {
  color: #ffffff;
  font-weight: normal;
}

#cbx-call-to-action .cbx-section .call-to-action h3 a span {
  font-weight: bold;
}

#cbx-call-to-action .cbx-section .call-to-action .call-to-action-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}

#cbx-call-to-action .cbx-section .call-to-action .call-to-action-btn ul .play {
  background-color: #2ac04a;
}

#cbx-call-to-action .cbx-section .call-to-action .call-to-action-btn ul .play a:hover {
  color: #2ac04a;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#cbx-call-to-action .cbx-section .call-to-action .call-to-action-btn ul .apple {
  background-color: #222222;
}

#cbx-call-to-action .cbx-section .call-to-action .call-to-action-btn ul .apple a:hover {
  color: #222;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#cbx-call-to-action .cbx-section .call-to-action .call-to-action-btn ul li {
  display: inline-block;
  margin-right: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#cbx-call-to-action .cbx-section .call-to-action .call-to-action-btn ul li a {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  overflow: hidden;
}

#cbx-call-to-action .cbx-section .call-to-action .call-to-action-btn ul li a .cta-btn-content {
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
}

#cbx-call-to-action .cbx-section .call-to-action .call-to-action-btn ul li a .cta-btn-content span {
  display: block;
  font-size: 10px;
  line-height: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
}

#cbx-call-to-action .cbx-section .call-to-action .call-to-action-btn ul li a i {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 15px;
}

#cbx-stats {
  background-image: -moz-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -webkit-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -ms-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -o-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  display: block;
  overflow: hidden;
}

#cbx-stats .cbx-content .single-stats {
  margin: 20px 0px;
}

#cbx-stats .cbx-content .single-stats .stat-icon {
  margin-bottom: 20px;
}

#cbx-stats .cbx-content .single-stats .stat-icon img {
  width: 60px;
}

#cbx-stats .cbx-content .single-stats .stat-content p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#cbx-stats .cbx-content .single-stats .stat-content p span {
  font-weight: bold;
  margin-right: 3px;
}

#cbx-screenshot {
  background-color: #fafafa;
}

#cbx-screenshot:hover .cbx-inner #screenshot .owl-nav {
  visibility: visible;
}

#cbx-screenshot .cbx-inner {
  padding-bottom: 120px;
  padding-top: 120px;
}

#screenshot::after {
  content: url("../img/screenshots/gallery.png");
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -53%);
  -ms-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
}

#screenshot .owl-stage {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#screenshot .owl-item img {
  transform: scale(0.85);
}

#screenshot .owl-item.center img {
  transform: scale(1);
}

#screenshot .owl-nav {
  position: relative;
  z-index: 2;
  top: -235px;
  visibility: hidden;
}

#screenshot .owl-nav .owl-prev {
  float: left;
  color: #6495ed;
  background-color: transparent;
  margin-left: -35px;
  font-size: 25px;
  line-height: 37.5px;
  font-size: 2.5rem;
  line-height: 3.75rem;
}

#screenshot .owl-nav .owl-next {
  float: right;
  color: #6495ed;
  background-color: transparent;
  margin-right: -35px;
  font-size: 25px;
  line-height: 37.5px;
  font-size: 2.5rem;
  line-height: 3.75rem;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

#cbx-parallax-banner {
  background-image: -moz-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -webkit-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -ms-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -o-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  display: block;
  overflow: hidden;
}

#cbx-parallax-banner .cbx-section {
  display: block;
  overflow: hidden;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner {
  height: 100vh;
  display: block;
  overflow: hidden;
  position: relative;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .bglayer1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../img/parallax/parallax-bg-1.png") center no-repeat;
  background-size: cover;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .bglayer2 {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../img/parallax/parallax-bg-2.png") center no-repeat;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer1 {
  position: absolute;
  bottom: 0;
  background: url("../img/parallax/pl_style.png") center no-repeat;
  background-size: 80%;
  right: 25px;
  height: 619px;
  width: 704px;
  top: 125px;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer2 {
  position: absolute;
  bottom: 0;
  background: url("../img/parallax/pl_mb1.png") center no-repeat;
  background-size: 80%;
  right: 25%;
  height: 566px;
  width: 277px;
  top: 11%;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer2shade {
  position: absolute;
  bottom: 0;
  background: url("../img/parallax/pl_sd1.png") center no-repeat;
  background-size: 80%;
  right: 24%;
  height: 737px;
  width: 415px;
  top: 10px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer3 {
  position: absolute;
  bottom: 0;
  background: url("../img/parallax/pl_mb2.png") center no-repeat;
  right: 45px;
  height: 374px;
  width: 632px;
  top: 290px;
  background-size: 80%;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer3shade {
  position: absolute;
  bottom: 0;
  background: url("../img/parallax/pl_sd2.png") center no-repeat;
  background-size: 80%;
  right: 16px;
  height: 263px;
  width: 683px;
  top: 395px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .bottomlayer1 {
  position: absolute;
  bottom: -60px;
  height: 170px;
  background: url("../img/parallax/pl_bg1.png") bottom center no-repeat;
  left: -50px;
  background-size: 100% 170px;
  right: -50px;
  animation: wave 3s .1s infinite linear;
  display: block;
  overflow: hidden;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .bottomlayer2 {
  position: absolute;
  bottom: -60px;
  height: 170px;
  background: url("../img/parallax/pl_bg2.png") bottom center no-repeat;
  left: -50px;
  background-size: 100% 170px;
  right: -50px;
  animation: wave 5s .2s infinite linear;
  display: block;
  overflow: hidden;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 {
  position: absolute;
  top: 25%;
  right: 0;
  left: 20%;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 .banner-content h2 {
  font-size: 80px;
  line-height: 120px;
  font-size: 8rem;
  line-height: 12rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 70px;
  padding-bottom: 20px;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 .banner-content p {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  line-height: 24px;
  padding-bottom: 20px;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 .banner-content span {
  display: block;
  overflow: hidden;
  border-left: 2px solid;
  border-color: #ffffff;
  width: 2px;
  height: 80px;
  margin-bottom: 30px;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 .banner-content a {
  color: #6495ed;
  text-decoration: none;
  background-color: #ffffff;
  padding: 13px 40px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid;
  border-color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 .banner-content a:hover {
  background-color: #6495ed;
  color: #ffffff;
}

@media only screen and (min-width: 1401px) {
	#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 {
	  top: 25%;
	  right: 0;
	  left: 5%;
	  width: 40%;
	}
  
	#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer1 {
	  bottom: 0;
	  right: -5%;
	  top: 8%;
	}
  
	#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer2shade {
	  right: 22%;
	  top: -3%;
	}
  
	#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer3 {
	  right: -4%;
	  top: 40%;
	}
  
	#cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer3shade {
	  right: -6%;
	  top: 57%;
	}
}


@media only screen and (max-width: 1400px) {
  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 {
    top: 25%;
    right: 0;
    left: 5%;
    width: 40%;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer1 {
    bottom: 0;
    right: -5%;
    top: 8%;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer2shade {
    right: 22%;
    top: -3%;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer3 {
    right: -4%;
    top: 40%;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer3shade {
    right: -6%;
    top: 57%;
  }
}

@media only screen and (max-width: 1200px) {
  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 {
    left: 2%;
    width: 40%;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer1 {
    right: -10%;
    top: 5%;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer2 {
    right: 23%;
    top: 10%;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer2shade {
    right: 20%;
    top: -5%;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer3 {
    right: -5%;
    top: 35%;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer3shade {
    right: -8%;
    top: 52%;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner {
    height: auto;
    padding-bottom: 80px;
    padding-top: 30px;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .bglayer1,
  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .bglayer2,
  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer1,
  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer2shade,
  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer2,
  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer3shade,
  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .rightlayer3 {
    position: static;
    display: none;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 {
    background-image: url("../img/parallax/pl_mb1.png");
    background-repeat: no-repeat;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    text-align: center;
    padding: 150px 15%;
    background-size: 200px;
    background-position: -100px 100%;
    width: 100%;
    margin: 0 auto;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 .banner-content a.paramore {
    margin-top: 50px;
    display: inline-block;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 .banner-content h2 {
    font-size: 40px;
    line-height: 60px;
    font-size: 4rem;
    line-height: 6rem;
    line-height: 40px;
    padding-bottom: 20px;
  }
}

/* styles for minimum width 767*/

@media screen and (max-width: 768px) {
  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 .banner-content h2 {
    font-size: 35px;
    line-height: 52.5px;
    font-size: 3.5rem;
    line-height: 5.25rem;
    line-height: 35px;
  }

  #cbx-parallax-banner .cbx-section .cbx-item-parallax-banner .leftlayer1 .banner-content p {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

#cbx-contact #cbx-contactinner .cbx-inner {
  background-image: -moz-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -webkit-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -ms-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: -o-linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
  background-image: linear-gradient(-82deg, #6b5df7 0%, #11e190 99%);
}

#cbx-contact #cbx-contactinner .cbx-inner .cbx-heading hr {
  border-width: 2px;
  border-color: #ffffff;
  width: 3%;
}

/*==================================================
     =            Bootstrap 3 Media Queries      =
  ==================================================*/

/* Wide Screens */

@media only screen and (min-width: 1600px) {
  .cbx-leftmenu .menu-item {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

@media (min-width: 1280px) and (max-width: 1400px) {
  #cbx-slider .cbx-inner {
    padding-top: 8rem;
  }

  #cbx-slider .cbx-mainslider-img {
    max-width: 300px;
  }

  #cbx-sidemenu .cbx-leftmenulist {
    margin: 9rem 0 0;
  }

  #cbx-sidemenu {
    left: -20px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  #cbx-header .cbx-logo h1 {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  #cbx-header .cbx-logo h1 {
    text-align: right;
  }
}

/* Wide Screens */

@media only screen and (min-width: 1201px) {
  #cbx-slider .cbx-slider-title p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    font-size: 3rem;
    line-height: 4.5rem;
    letter-spacing: 1px;
  }
}

/* Large Devices */

@media only screen and (max-width: 1200px) {
  #cbx-banner .cbx-item-banner .banner-content {
    margin-bottom: 35px;
  }

  .cbx-leftmenu .menu-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  #cbx-extension .effect-kira h3 {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  #screenshot .owl-nav .owl-prev {
    margin-left: -10px;
  }

  #screenshot .owl-nav .owl-next {
    margin-right: -10px;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
  .cbx-sfeature .cbx-sficon,
  .cbx-sfeature-2 .cbx-sficon {
    position: static;
  }

  .cbx-sfeature .cbx-sficon img,
  .cbx-sfeature-2 .cbx-sficon img {
    background: transparent;
    border-radius: 0pc;
    border: 0px solid;
    font-size: 30px;
    transition: all .5s linear 0s;
    width: 100px;
  }

  .cbx-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cbx-sfeature .cbx-inner,
  .cbx-sfeature-2 .cbx-inner {
    padding-bottom: 0px;
  }

  #cbx-call-to-action .cbx-section .call-to-action {
    padding: 0px;
  }

  .cbx-container .cbx-header .container .navbar-collapse .navbar-nav li a {
    padding: 30px 12px;
  }

  .cbx-contact .cbx-heading p {
    padding: 0;
  }

  #cbx-contact .cbx-heading p {
    padding: 0px;
  }

  #cbx-testimonial .cbx-inner {
    background-image: none;
  }

  #cbx-allfeature .cbx-inner {
    background-image: none;
  }

  .faq-img {
    text-align: center;
    margin-bottom: 30px;
  }

  #cbx-latestnews .single-blog-item .blog-content .readmore {
    margin-bottom: 30px;
  }

  #cbx-allfeature .cbx-inner .cbx-single-allfeature {
    text-align: center;
    padding-left: 0;
  }

  #cbx-allfeature .cbx-inner .cbx-single-allfeature span.cbx-icon {
    position: static;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .cbx-sfeature .cbx-single-feature,
  .cbx-sfeature-2 .cbx-single-feature {
    margin-bottom: 90px;
    padding-top: 12%;
  }

  .cbx-sfeature .cbx-single-feature p,
  .cbx-sfeature-2 .cbx-single-feature p {
    margin-top: 15px;
  }

  .cbx-sfeature .cbx-sficon img,
  .cbx-sfeature-2 .cbx-sficon img {
    padding: 0px;
    width: 50px;
    margin-bottom: 10px;
  }

  .cbx-heading p {
    padding: 0;
  }

  #cbx-slider .cbx-slider-textleft {
    top: 32%;
    right: 45%;
  }

  #cbx-slider .cbx-slider-textright {
    top: 32%;
    left: 45%;
  }

  #cbx-slider .cbx-slider-title h3 {
    font-size: 27px;
    line-height: 40.5px;
    font-size: 2.7rem;
    line-height: 4.050000000000001rem;
  }

  #cbx-slider .cbx-slider-title p {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .cbx-leftmenu .menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #cbx-header .cbx-logo {
    margin-left: 15px;
    padding-left: 0px;
  }

  #cbx-testimonial .cbx-inner #cbx-testislider .item .pname {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 5px 16% 5px 20px;
  }

  #cbx-extension .effect-kira h3 {
    font-size: 26px;
    line-height: 39px;
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
  }

  #cbx-extension .cbx-single-extension p i {
    line-height: 6.5rem;
  }

  #cbx-footer .social,
  #cbx-footer .copyrightinformation {
    float: none;
    text-align: center;
    margin: 0 auto;
  }

  #screenshot .owl-dots {
    position: absolute;
    bottom: -100px;
    left: 38%;
    transform: translate(0%, 0%);
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .cbx-sfeature .cbx-single-feature,
  .cbx-sfeature-2 .cbx-single-feature {
    margin-bottom: 45px;
    padding-top: 20px;
  }

  .cbx-sfeature .cbx-single-feature p,
  .cbx-sfeature-2 .cbx-single-feature p {
    margin-top: 15px;
  }

  .cbx-sfeature .cbx-sficon img,
  .cbx-sfeature-2 .cbx-sficon img {
    padding: 0px;
    width: 50px;
    margin-bottom: 10px;
  }

  #cbx-banner .cbx-section .cbx-item-banner .banner-content h2 {
    font-size: 40px;
    line-height: 60px;
    font-size: 4rem;
    line-height: 6rem;
    line-height: 40px;
  }

  #cbx-call-to-action .cbx-section {
    padding: 60px 0;
  }

  #cbx-video .cbx-section {
    padding: 60px 0;
  }

  #cbx-testimonial-2 .cbx-inner {
    background-image: none;
  }

  #screenshot .owl-dots {
    position: absolute;
    bottom: -100px;
    left: 36%;
    transform: translate(0%, 0%);
  }

  #cbx-call-to-action .cbx-section .call-to-action {
    padding: 0px 20px;
  }

  #testimonial .owl-theme .owl-dots {
    bottom: 0px;
  }

  #cbx-contactinner .cbx-box {
    text-align: center;
    padding-left: 0px;
  }

  #cbx-contactinner .cbx-box .cbx-icon {
    position: static;
  }

  .cbx-container .cbx-header .container .navbar-collapse .navbar-nav li a {
    padding: 11px 12px;
  }

  .cbx-container .cbx-header .container .navbar-collapse .navbar-nav li a:hover {
    color: #6495ed;
  }

  .cbx-inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cbx-sfeature .cbx-sficon img,
  .cbx-sfeature-2 .cbx-sficon img {
    padding: 0px;
    width: 50px;
  }

  #screenshot {
    margin-top: 50px;
  }

  #screenshot .owl-theme .owl-dots {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, -5px);
  }

  #screenshot .owl-nav {
    visibility: visible;
  }

  #screenshot .owl-nav .owl-prev {
    margin-left: 0px;
  }

  #screenshot .owl-nav .owl-next {
    margin-right: 0px;
  }

  #screenshot .owl-stage-outer .owl-stage .owl-item .item img {
    width: 220px;
    margin: 0 auto;
  }

  .cbx-sfeature .cbx-sficon #cbx-sfeature .cbx-sficon i,
  .cbx-sfeature-2 .cbx-sficon #cbx-sfeature .cbx-sficon i,
  .cbx-sfeature .cbx-sficon #cbx-sfeature .cbx-sficon img,
  .cbx-sfeature-2 .cbx-sficon #cbx-sfeature .cbx-sficon img {
    padding: 8%;
  }

  #cbx-banner .cbx-section .cbx-item-banner .banner-content {
    text-align: center;
    padding: 30px 0px;
  }

  #cbx-banner .cbx-section .cbx-item-banner .banner-content span {
    display: none;
  }

  .cbx-container .cbx-header .container .navbar-collapse .navbar-nav li a {
    color: #222;
  }

  /* since 3.1.0 */

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    margin: 20px 15px 15px 40px;
    margin-right: 15px;
    display: block;
    background-color: #ffffff !important;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 0px -15px;
    background-color: #ffffff;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu li a {
    padding-left: 25px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }

  .navbar-collapse.collapse.in,
  .navbar-collapse.collapsing {
    box-shadow: none;
  }

  .cbx-leftmenu .menu-item {
    display: block;
    color: #ffffff;
    font-size: 28px;
    line-height: 42px;
    font-size: 2.8rem;
    line-height: 4.199999999999999rem;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 40px;
    text-align: right;
  }

  .cbx-leftmenu .menu-toggle {
    width: 30px;
  }

  #cbx-slider .cbx-slider-textleft {
    top: 13%;
    right: 45%;
  }

  #cbx-slider .cbx-slider-textright {
    top: 13%;
    left: 45%;
  }

  #cbx-slider .cbx-slider-title h3 {
    font-size: 22px;
    line-height: 33px;
    font-size: 2.2rem;
    line-height: 3.3000000000000003rem;
  }

  #cbx-slider .cbx-slider-title p {
    font-size: 12px;
    line-height: 18px;
    font-size: 1.2rem;
    line-height: 1.7999999999999998rem;
  }

  #cbx-header .cbx-logo {
    margin-bottom: 0px;
    padding-top: 18px;
  }

  #cbx-header .cbx-nav {
    margin-top: 2px;
    margin-bottom: 4px;
  }

  #cbx-header .cbx-nav li {
    margin-left: 5px;
    margin-right: 40px;
  }

  #cbx-pricing .cbx-priching-width {
    max-width: 90%;
    padding-left: 13%;
  }

  #cbx-testimonial .cbx-single-testimonial {
    margin-bottom: 80px;
  }

  #cbx-testimonial .cbx-single-testimonial h3 {
    padding: 40px 0 50px 0 !important;
  }

  #cbx-testimonial .cbx-single-testimonial h3 .name {
    padding: 0px 30px !important;
  }

  #cbx-testimonial .description span.mark {
    left: 40%;
  }

  #cbx-sidemenu .cbx-leftmenu {
    min-width: 178px !important;
  }

  #cbx-sidemenu .cbx-leftmenulist li a {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
  }

  #cbx-sidemenu .cbx-leftmenulist {
    margin: 8rem 0 0;
  }

  .xs-text-center {
    text-align: center;
  }

  .xs-text-right {
    text-align: right;
  }

  .cbx-heading p {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
    padding: 0 1rem;
  }

  .cbx-heading h2 {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
  }

  #cbx-latestnews .cbx-heading p {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
    padding: 0 1rem;
  }

  #cbx-testimonial .cbx-inner #cbx-testislider .mark > img {
    height: 80px;
    width: 80px;
  }

  #cbx-testimonial .cbx-inner #cbx-testislider .description span.mark {
    height: 80px;
    left: 45.8%;
    top: -55px;
    width: 80px;
  }

  #cbx-testimonial .cbx-inner #cbx-testislider .item .pname {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 5px 9% 5px 20px;
  }

  .cbx-sfeature .cbx-inner {
    padding-bottom: 30px;
  }

  .cbx-inner {
    padding-bottom: 30px;
    padding-top: 40px;
  }

  #cbx-testimonial .cbx-inner {
    padding: 40px 0;
  }

  .carousel-indicators {
    bottom: 9px;
  }

  #cbx-contact .cbx-heading p {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
    padding: 0 1rem;
  }

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

  #cbx-faq .cbx-single-faq h4 {
    font-weight: 600;
  }

  #cbx-faq .cbx-single-faq {
    margin-top: 30px;
  }

  .cbx-firstblog > h3 {
    margin-top: 0;
  }

  #cbx-latestnews .cbx-firstblog {
    padding-top: 0;
  }

  #cbx-pricing .cbx-ccard h3 {
    margin-top: 40px;
  }

  #cbx-extension .cbx-single-extension {
    margin-bottom: 10px;
  }

  .cbx-sfeature .cbx-heading {
    margin-bottom: 0px;
  }

  #cbx-slider #cbx-main-slider .cbx-slider-btn-cmn a {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
  }

  #cbx-extension .cbx-single-extension p i {
    line-height: 6.5rem;
  }
}

@media (min-width: 481px) and (max-width: 630px) {
  #screenshot .owl-dots {
    position: absolute;
    bottom: -100px;
    left: 34%;
    transform: translate(0%, 0%);
  }

  .cbx-download-btn li.frist-label a {
    padding: 23px 5px;
  }

  .cbx-download-btn li.frist-label a:hover {
    padding: 23px 5px;
  }

  .cbx-download-btn li a {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
    letter-spacing: normal;
  }

  #cbx-sidemenu #cbx-toogle-outer > img {
    padding: 20px 5px;
  }

  #cbx-toogle-outer > img {
    max-width: 49px;
  }

  #cbx-header .cbx-logo h1 a {
    font-size: 30px;
    line-height: 45px;
    font-size: 3rem;
    line-height: 4.5rem;
  }

  #cbx-sidemenu .btn-cbx-sidemenu {
    left: 9px;
  }

  .cbx-dropdownlogin .cbx-droplogin {
    padding: 10px;
    width: 252px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  #screenshot .owl-dots {
    position: absolute;
    bottom: -100px;
    left: 30%;
    transform: translate(0%, 0%);
  }

  #cbx-header .custom-mobile-logo {
    width: 100%;
  }

  #cbx-header .custom-mobile-logo .cbx-logo {
    text-align: center;
  }

  #cbx-header .custom-mobile-download {
    width: 100%;
  }

  #cbx-header .cbx-download-btn li.frist-label a {
    padding: 15px 7px;
  }

  #cbx-header .cbx-download-btn li.frist-label a:hover {
    padding: 15px 7px;
  }

  #cbx-sidemenu #cbx-toogle-outer > img {
    padding: 4px;
    width: 90%;
  }

  #cbx-sidemenu .btn-cbx-sidemenu {
    left: 7px;
    top: 0;
  }

  .cbx-download-btn {
    display: block;
  }

  #cbx-header .custom-mobile-download,
  #cbx-header .custom-mobile-download {
    background-color: #6495ed;
  }
}

/* CUSTOMS Devices */

@media (min-width: 600px) and (max-width: 767px) {
  .cbx-sfeature .cbx-single-feature .cbx-sficon i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 46px 46px 46px 46px;
    font-size: 45px;
    line-height: 67.5px;
    font-size: 4.5rem;
    line-height: 6.75rem;
  }
}

@media (min-width: 479px) and (max-width: 599px) {
  .cbx-sfeature .cbx-single-feature .cbx-sficon i,
  .cbx-sfeature-2 .cbx-single-feature .cbx-sficon i {
    bottom: 260px;
    left: 18%;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
  .cbx-sfeature-2 .cbx-heading {
    margin-bottom: 40px;
  }

  .cbx-download-btn li.frist-label a {
    margin: 2px 0;
    padding: 15px 3px;
  }

  #cbx-slider .cbx-slider-textleft {
    top: 10%;
    right: 45%;
  }

  #cbx-slider .cbx-slider-textright {
    top: 10%;
    left: 45%;
  }

  #cbx-slider .cbx-slider-title h3 {
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }

  #cbx-slider .cbx-slider-title p {
    font-size: 10px;
    line-height: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #cbx-latestnews .cbx-firstblog .cbx-firstblog-bottom {
    font-size: 10px;
    line-height: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #cbx-testimonial .cbx-inner #cbx-testislider .description span.mark {
    left: 36%;
  }

  #cbx-extension .cbx-single-extension p {
    float: none;
  }

  .cbx-sfeature .cbx-single-feature,
  .cbx-sfeature-2 .cbx-single-feature {
    margin: 60px 22px;
    padding-top: 12%;
  }

  .cbx-sfeature .cbx-single-feature .cbx-sficon i,
  .cbx-sfeature-2 .cbx-single-feature .cbx-sficon i {
    left: 19% !important;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  #screenshot .owl-dots {
    position: absolute;
    bottom: -100px;
    left: 18%;
    transform: translate(0%, 0%);
  }

  #cbx-slider .cbx-slider-title h3 {
    font-size: 13px;
    line-height: 19.5px;
    font-size: 1.3rem;
    line-height: 1.9500000000000002rem;
  }

  #cbx-slider .cbx-slider-title p {
    font-size: 9px;
    line-height: 13.5px;
    font-size: 0.9rem;
    line-height: 1.35rem;
  }

  #cbx-slider #cbx-main-slider .cbx-slider-btn-cmn {
    margin-right: 5px;
    padding: 10px 20px;
  }

  #cbx-slider #cbx-main-slider .cbx-slider-main-title {
    font-size: 3.3rem;
  }
}

/* added to style the switch button , need for demo purpose only */

/* ==========================================================================
        Style Switcher CSS
========================================================================== */

.cbx-switcher-area {
  position: fixed;
  top: 35%;
  right: 0;
  max-width: 300px;
  z-index: 1891;
}

.cbx-switcher-inner {
  position: relative;
}

.cbx-switcher-btn {
  font-weight: bold;
  background: #6495ed;
  font-size: 25px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1892;
  padding: 5px;
  width: 50px;
  text-align: center;
}

.cbx-switcher-btn:hover,
.cbx-switcher-btn:active,
.cbx-switcher-btn:focus {
  color: #ffffff;
}

.cbx-switcher-body {
  background: rgba(230, 230, 230, 0.93);
  padding: 10px;
  width: 260px;
  position: absolute;
  top: 0;
  right: -280px;
}

.cbx-switcher-list li {
  height: 30px;
  width: 30px;
  float: left;
  display: inline-block;
  margin: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.cbx-switcher-list li a {
  width: 100%;
  height: 100%;
  display: block;
}

.cbx-list-default {
  background: #f1439b;
}

.cbx-list-cornflowerblue {
  background: #6495ed;
}

.cbx-list-green {
  background: #2ecc71;
}

.cbx-list-lightblue {
  background: #008ee8;
}

.cbx-list-mintgreen {
  background: #46aeff;
}

.cbx-list-purple {
  background: #800080;
}

.cbx-switcher-text {
  margin-left: 50px;
}

/* ==========================================================================
        //CBX  Theme Style End
========================================================================== */