/*
 * Table of Contents:
 *     - Media Queries
 *   0 - media screen and (max-width: 1170px)
 *   1 - media screen and (max-width: 1152px) 
 *   2 - media screen and (max-width: 1024px)
 *   3 - media screen and (max-width: 992px)
 *   4 - media screen and (max-width: 800px)
 *   5 - media screen and (max-width: 768px)
 *   6 - media screen and (max-width: 728px)
 *   7 - media screen and (max-width: 640px)
 *   8 - media screen and (max-width: 500px)
 *   9 - media screen and (max-width: 480px)
 *  10 - media screen and (max-width: 414px)
 *  11 - media screen and (max-width: 375px)
 *  12 - media screen and (max-width: 360px)
 *  13 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */

/* 1.0 - Common Styles
---------------------------------------------------------------------- */

body, h1, h2, h3, h4, h5, h6, a, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  font-family: 'Raleway', sans-serif;
  color: #444;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  margin: 0px;
  padding: 0px;
}
h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
}
h3 {
  font-family: 'Raleway', sans-serif;
  color: #6839c8;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 25px 0;
  text-transform: uppercase;
}
h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #1d2128;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 500;
}
h6 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #1d2128;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
a {
  outline: 0;
  color: #fff;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.btn {
  outline: 0;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
p {
  margin-bottom: 10px;
}
a:focus, a:hover {
  color: #6839c8;
  text-decoration: none;
}
.container {
  padding: 0;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
/* Top-Header
---------------------------------------------------------------------- */
.ccr_header {
  width: 100%;
  position: relative;
  display: inline-block;	
  float: left;
}
.top_header {
  background-color: #1d2128;
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0 15px;
}
.top_left {
  float: left;
}
.top_right {
  float: right;
}
.top_header .top_left ul {
  list-style: none;
  padding: 0px;
}
.top_header .top_left li {
  float: left;
  color: #fff;
  line-height: 50px;
  padding-right: 10px;
  font-size: 12px;
}
.top_header .top_left li i {
  background-color: #6839c8;
  height: 25px;
  width: 25px;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  padding-top: 5px;
}
.search_bar {
  float: left;
  width: 250px;
  position: relative;
}
.search_bar .form-group {
  margin-bottom: 0px;
}
.search_bar a {
  float: left;
  left: 15px;
  position: absolute;
  top: 14px;
  color: #6839c8;
}
 .search_bar .form-control::-moz-placeholder {
color: #fff;
}
.search_bar .form-control {
  height: 50px;
  background: #1d2128 none repeat scroll 0 0;
  color: #fff;
  border-radius: 0px;
  border-left: 1px solid #3e4b53;
  border-right: 1px solid #3e4b53;
  border-top: 0px;
  border-bottom: 0px;
  padding-left: 40px;
}
.top_header .top_right ul {
  list-style: none;
  padding: 12px 0 3px 30px;
  float: left;
}
.top_header .top_right li {
  float: left;
}
.top_header .top_right li a {
  float: left;
  background-color: #6839c8;
  height: 25px;
  width: 25px;
  color: #fff;
  margin: 0 5px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  padding-top: 2px;
}
.top_header .top_right li a:hover {
  background-color: #fff;
}
/* navigation
---------------------------------------------------------------------- */
.navbar-fixed-top {
  top: 50px;
  height: 75px;
}
.navbar-inverse .navbar-toggle {
  background-color: #333;
}
.ccr_header .navbar {
  float: left;
  width: 100%;
  border-radius: 0px;
  border: 0px;
  margin-bottom: 0px;
}
.navbar-inverse {
  background-color: #fff;
  border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding: 15px 20px;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #6839c8;
}
.logo {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 75px;
  width: 200px;
  background-color: #6839c8;
  padding-top: 15px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  z-index: 999;
}
.carousel-caption{ top:30%;}
.carousel-caption p{ color:#fff; font-size:18px;}
.green_back{ background-color:#ff5400!important;}
.border_logo {
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 25px solid #6839c8;
  height: 0;
  margin-top: 8px;
  position: relative;
  width: 0;
  -webkit-border-radius: 10px 10px 0 0px;
  -moz-border-radius: 15px 15px 0 0px;
  border-radius: 15px 15px 0 0px;
}
.navbar-collapse {
  margin: 12px 0;
}
.navbar-collapse .dropdown-menu > li > a {
  font-size: 12px;
  padding-left: 5px 10px;
  line-height: 30px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #fff;
  color: #6839c8;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 12px;
  border-top: 2px solid #6839c8;
}
.navbar-collapse .dropdown-menu > li > a:hover {
  color: #6839c8;
  background-color: #fff;
}
.caret {
  margin-left: 6px;
  margin-top: -3px;
}
.second_nav {
  float: right;
}
/* banner section
---------------------------------------------------------------------- */
.ccr_banner {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
}
.ccr_banner .container {
  position: absolute;
  top: 30%;
  left: 0px;
  margin: 0 auto;
  right: 0;
}
.ccr_banner .container h2 {
  color: #fff;
}
.ccr_banner .container a {
  background-color: #fff;
  padding: 15px 35px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 15px;
  display: inline-block;
  font-weight: 600;
}
.ccr_banner .container a i {
  padding-left: 10px;
}
a.btn_more i {
  font-size: 10px;
  padding: 0 0 0 10px;
  color: #fff
}
.ccr_banner .container a:hover {
  background-color: #6839c8;
  color: #fff;
}
/* banner bottom section
---------------------------------------------------------------------- */

.ccr_banner_bottom {
  float: left;
  width: 100%;
  display: inline-block;
  margin-top: -50px;
  position: relative;
  padding-bottom: 50px;
}
.ccr_banner_bottom ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.ccr_banner_bottom ul li {
  float: left;
  width: 35%;
  background-color: #6839c8;
  padding: 20px 40px;
  min-height: 110px;
}
.ccr_banner_bottom li:nth-child(2n) {
  float: left;
  width: 30%;
  background-color: #1d2128;
  position: relative;
  text-align: center;
  margin-top: -30px;
  padding: 20px 0;
}
.ccr_banner_bottom li:nth-child(2n) i {
  font-size: 50px;
  color: #fff;
}
.ccr_banner_bottom li:nth-child(2n) h3 {
  color: #fff;
  padding: 10px 0;
  margin: 5px 0px 0 0;
  text-transform: uppercase;
  font-size: 26px;
}
.ccr_banner_bottom li:nth-child(2n) a {
  font-size: 18px;
  color: #fff;
}
.i_icon {
  float: left;
  width: 15%;
}
.i_icon i {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
}
.text_right {
  float: left;
  color: #fff;
  width: 85%;
}
.text_right a:hover, a:focus {
  color: #fff;
}
.text_right h6 {
  color: #fff;
}
/*.bottom_bor{ border-left: 200px solid transparent;
    border-radius: 15px 15px 0 0;
    border-right: 200px solid transparent;
    border-top: 25px solid #6839c8;
    height: 0;
    margin-top: 2px;
    position: relative;
    width: 0; } */


.bottom_bor_left {
  background-color: #1d2128;
  bottom: -12px;
  height: 30px;
  left: 2px;
  margin-right: -3px;
  position: absolute;
  right: 50%;
  transform: rotate(7deg);
  z-index: 1;
}
.bottom_bor_right {
  background: #1d2128 none repeat scroll 0 0;
  bottom: -12px;
  height: 30px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  right: 2px;
  transform: rotate(-7deg);
  z-index: 1;
}
/* WELCOME TO OUR SITE
---------------------------------------------------------------------- */
.ccr_section {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 35px 0;
  text-align: center;
}
.about_us i {
  font-size: 60px;
  color: #6839c8;
  padding-bottom: 30px;
}
.about_us h4 {
  font-size: 16px;
  color: #1d2128;
  text-transform: uppercase;
  font-weight: 600;
}
.about_us h3 {
}
.btn_more {
  background-color: #6839c8;
  padding: 15px 35px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 15px;
  display: inline-block;
  font-weight: 600;
}
.btn_more:hover {
  background-color: #1d2128;
  color: #fff;
}
/* best services 
---------------------------------------------------------------------- */
.ccr_choose_us {
  background-image: url(../images/bg-area.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 35px 0 0 0;
  margin-top: 50px;
  text-align: center;
  display: inline-block;
  float: left;
}
span.line {
  background: #6839c8 none repeat scroll 0 0;
  height: 4px;
  width: 30px;
  background-color: #6839c8;
  display: inline-block;
  margin-bottom: 30px;
}
.mid_img {
  display: inline-block;
  padding-bottom: 0 20px;
  float: left;
}
.serviec_box {
  display: inline-block;
  width: 100%;
  float: left;
  padding-top: 20px;
}
.serviec_box ul {
  padding: 0px;
  list-style: none;
}
.serviec_box li {
  float: left;
  margin: 35px 0;
  width: 100%;
}
.serviec_box li a {
  height: 70px;
  font-size: 20px;
  color: #fff;
  width: 70px;
  text-align: center;
  background-color: #1d2128;
  float: right;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding-top: 22px;
}
.serviec_box .left_box {
  display: inline-block;
  float: left;
  width: calc(100% - 70px - 15px);
  text-align: right;
  padding-right: 15px;
}
.left_box p {
  letter-spacing: 0.5px;
  padding-top: 5px;
}
.serviec_box li a:hover {
  background-color: #6839c8;
  color: #1d2128;
}
.serviec_box_2 {
  display: inline-block;
  width: 100%;
  float: left;
  padding-top: 20px;
}
.serviec_box_2 ul {
  padding: 0px;
  list-style: none;
}
.serviec_box_2 li {
  float: left;
  margin: 35px 0;
  width: 100%;
}
.serviec_box_2 li a {
  height: 70px;
  font-size: 20px;
  color: #fff;
  width: 70px;
  text-align: center;
  background-color: #1d2128;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding-top: 22px;
}
.serviec_box_2 .left_box {
  display: inline-block;
  float: left;
  width: calc(100% - 70px - 15px);
  text-align: left;
  padding-left: 15px;
}
.left_box p {
  letter-spacing: 0.5px;
  padding-top: 5px; font-size:14px;
}
.serviec_box_2 li a:hover {
  background-color: #6839c8;
  color: #fff;
}
/* Bond Back Guarantee!
---------------------------------------------------------------------- */
.ccr_bond_guarantee {
  float: left;
  width: 100%;
  display: inline-block;
  padding: 50px 0;
  text-align: center;
}
.guarantee_box {
  display: inline-block;
  margin-top:0px;
}
/* form fields section !
---------------------------------------------------------------------- */
.form_field {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.form_field .form-control {
  height: 45px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #ddd;
  font-size: 13px;
}
textarea.form-control {
  height: auto!important;
}
.form_field .form-control::-moz-placeholder {
color: #555;
}
.half_width {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 7px;
}
.main_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
/*Testimonials
---------------------------------------------------------------------- */
.testimonial_background {
  display: inline-block;  
  float: left;
  width: 100%;
  background-image: url(../images/bg-test.jpg);
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 0;
  background-size: cover;
  background-attachment:fixed;
}
.testimonial_box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7em;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
.testimonial_box h6 {
  color: #6839c8;
  margin-top: 15px;
}
/*footer section
---------------------------------------------------------------------- */
.ccr_footer {
  display: inline-block;
  float: left;
  width: 100%;
  background-color: #1d2128;
  padding-bottom: 50px;
  text-align: center;
}
.footer_logo {
  display: inline-block;
  margin: 0 auto;
  width: 180px;
}
.footer_logo a {
  display: inline-block;
  margin-top: -10px;
  background-color: #6839c8;
  text-align: center;
  padding: 15px 0 5px 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.border_logo_2 {
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 25px solid #6839c8;
  height: 0;
  margin-top: -8px;
  position: relative;
  width: 0;
  -webkit-border-radius: 10px 10px 0 0px;
  -moz-border-radius: 15px 15px 0 0px;
  border-radius: 15px 15px 0 0px;
}
ul.footer_nav {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0px;
  list-style: none;
  margin: 30px 0;
}
.footer_nav li {
  display: inline-block;
}
.footer_nav li a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 12px;
}
.footer_nav li a:hover {
  color: #6839c8;
}
.footer_address {
  display: block;
  color: #fff;
}
.footer_address i {
  color: #6839c8;
  padding-right: 10px;
}
.footer_no {
  display: block;
  color: #6839c8;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.footer_no a {
  color: #6839c8;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.footer_no i {
  font-size: 30px;
  padding-right: 15px;
}
/* bottom footer section
---------------------------------------------------------------------- */
.bottom_footer {
  float: left;
  background-color: #6839c8;
  padding: 40px 0;
  width: 100%;
}
.foot_left {
  float: left;
}
.foot_right {
  float: right;
  color: #fff;
}
.foot_left ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.foot_left li {
  float: left;
}
.foot_left li a {
  background-color: #fff;
  border-radius: 50px;
  color: #6839c8;
  float: left;
  font-size: 14px;
  height: 25px;
  margin: 0 5px;
  padding-top: 2px;
  text-align: center;
  width: 25px;
}
.foot_left li a:hover {
  color: #1d2128;
  background-color: #fff;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color:#ff5400;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* inner page css
---------------------------------------------------------------------- */
.ccr_inner_banner {
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
}
.ccr_inner_banner .container {
  position: absolute;
  left: 0;
  top: 30%;
  margin: auto;
  right: 0;
}
.ccr_inner_banner .banner_text {
  float: left;
  width: 50%;
}
.banner_text p {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  line-height: 26px;
  font-weight: 300;
}
.ccr_inner_section {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.about_us h3 {
  margin: 0 0 15px 0;
}
.about_us p {
  font-size: 16px;
  line-height: 26px;
}
ul.star {
  list-style: none;
  padding: 10px 0px;
}
ul.star li {
  display: block;
  padding: 4px 0;
}
ul.star li:before {
  content: "\f005";
  color: #6839c8;
  padding-right: 10px;
  font-family: 'FontAwesome';
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.inner_ryt_section h3 {
  margin-top: 0px;
}
ul.half_star {
  list-style: none;
  padding: 15px 0;
}
ul.half_star li:before {
  content: "\f005";
  color: #6839c8;
  padding-right: 10px;
  font-family: 'FontAwesome';
}
.carousel-inner {
  margin-bottom: 20px;
}
ul.half_star li {
  padding: 4px 0;
}
.inner_circle {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 35px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.inner_circle ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0px;
}
.inner_circle ul li {
  float: left;
  width: 25%;
  padding: 0 15px;
  text-align: center;
}
.inner_circle li span {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}
.inner_circle li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  background-color: #6839c8;
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding-top: 30px;
}
.inner_circle li a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.inner_circle li a:hover, .inner_circle li a:focus, .inner_circle li a:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);/* move the element up by 5px */
}
.inner_circle li a:hover:before, .inner_circle li a:focus:before, .inner_circle li a:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}



.ccr_blog_section{ display: inline-block;  background-color: #f9f9f9; padding:50px 0; float: left; width: 100%; }
.blog_section{ display: inline-block; width: 100%; }
.blog_right{ display: inline-block; width: 100%; padding-left: 30px; }
.blog_right .form-control{ height: 40px; }

.blog_right .btn{ height: 40px; color: #6839c8;}
.blog_right .btn:hover{ background-color: #6839c8; color: #fff; }
.blog_left{ display: inline-block; width: 100%; position:relative; overflow:hidden; }
.blog_left img{ position: relative; transition:all 0.2s ease-in-out 0s; }
.blog_left img:hover{ transform:scale(1.1);}

.blog_over {
    background-color: #fff;
    bottom: 30px;
    left: 30px;
    padding: 20px 20px 10px 20px;
    position: absolute;
    right: 30px;
    width: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}



.blog_box{ border:1px solid #ddd; padding: 30px; margin-top: 30px; -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
.blog_box h5{ color: #6839c8; text-transform: uppercase; font-weight: 600; }
.blog_box h5 i{ padding-right:10px;}
.blog_box ul{ list-style:none; padding:0px; margin:0px;}
.blog_box ul li{ padding:10px 0 10px 0; display:inline-block; width:100%;}
.blog_box ul li a{ color:#1d2128; font-weight:300;}

.all_category{ float:left; width:100%; margin-top:50px;}
.all_category .media{ margin-bottom:25px;}
.all_category .media-left{ float:left; width:30%; }
.all_category .media-left a{overflow:hidden;}
.all_category .media-left img{transition:all 0.2s ease-in-out 0s; width:100%;}
.all_category .media-left img:hover{ transform:scale(1.1);}
.all_category  h5{ margin-bottom:10px;}
.all_category .media-body{ padding-left:20px;}

.all_category a{ color:#6839c8; font-weight:600; text-transform:uppercase; padding-top:10px; display:inline-block; padding-top:0px;}
.all_category a:hover{ color:#1d2128;}
.all_category a i{ padding-left:5px;}

.pagination_width{ float:left; text-align: center; width:100%;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{ background-color:#6839c8; border:1px solid #6839c8; }
.pagination > li > a, .pagination > li > span{ color:#1d2128;}
.inner_form .form-control {
    background-color: rgb(255, 255, 255);
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    height: 40px;
}

.inner_form .form-group {
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%;
}
.inner_form .full_form {
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
}


.send_button {
    background-color: #6839c8;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
	margin-right:10px;
	float:right;
}
.send_button:hover {
  background-color: #1d2128;
  color: #fff;
}

.contact_us{ display:inline-block; width:100%; margin-bottom:20px; padding-right: 25px;}
.contact_us p{ font-size:16px;}
.contact_us p a{ color:#000; font-size:16px;}
.contact_us  i{ padding-right:10px; color:#6839c8; font-size:24px;}
.contact_us h3{ margin-top:0px;}
.inner_form .form-control{ font-size: 13px;}
.inner_form{ display: inline-block; width: 100%; }
.inner_form h3{ margin-top: 0px;  padding-left: 10px; }
.inner_form .line{ margin-left: 10px; }
.table_box{ font-size:16px; margin-top:20px;}
.contact_us #accordion{ margin-top: 30px; }

.contact_us .panel-default > .panel-heading{ background-color:#6839c8; padding:5px 15px;}

.contact_us .panel-default > .panel-heading a{ color: #fff; }

.white_text{ color:#fff;}
.carousel-caption h1{ text-transform:uppercase;}
#counter{ display:flex; flex-wrap:wrap; margin:0 -15px;}
.in_box {
    float: left;
    width: 25%;  
    margin-top:0px; padding:15px;
}
.box_bor{
    float: left;
    width: 100%;
    height: 150px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-top: 20px;
}
.counter-value {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    padding-bottom: 0px;
    display: inline-block;
    line-height: 52px;
}
.box_bor h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}



.boxes ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    list-style: none;
    padding: 0px;
}
.boxes ul li {
    width: 25%;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}


.boxes ul li .box {
	border: 3px solid #6839c8;
	padding: 20px 15px 20px;
	text-align: center;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	width: 100%;
	color: #6839c8;
	font-size: 48px;	
}
.boxes ul li .box:hover{ border-radius:0px;}
.boxes img {
	margin: 0 auto;
}
.boxes ul li .box p {
	font-size: 30px;
	color: #6839c8;
}
.boxes p {
	text-transform: uppercase;
	color: #0078ff;
	font-weight: 600;
	line-height: 22px;
	padding-top: 20px
}
.boxes .wh_img {
	display: none;
}
.boxes ul li .box:hover .i {
	display: block;
}

.catalog_box li {
    padding: 15px !important;
}



/*------------------------media quiry start from here---------------------*/


 @media screen and (max-width: 1250px) {
.top_header .top_left li:last-child {
  display: none;
}
}
 @media screen and (max-width: 1170px) {
.container {
  padding: 0 15px;
}
}
 @media screen and (max-width: 980px) {
.top_header .top_left li:first-child {
  display: block;
}
.top_header .top_left li {
  display: none;
}
.ccr_banner .container {
  top: 15%;
}
.ccr_banner_bottom ul li {
  padding: 20px 40px 20px 20px;
}
.text_right {
  width: 80%;
}
.i_icon {
  width: 20%;
}
.bottom_bor_left {
  left: 1px;
}
.bottom_bor_right {
  right: 0px;
}
.ccr_inner_banner .banner_text {
  width: 100%;
}
.ccr_inner_banner .container {
  top: 10%;
}
}
 @media screen and (max-width: 860px) {
.top_header .top_left li:first-child {
  display: none;
}
.top_right {
  width: 100%;
}
.top_header .top_right ul {
  float: right;
}
}
 @media screen and (max-width: 800px) {
.navbar-collapse {
  padding: 0px;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 10px 10px;
}
.ccr_banner h1 {
  font-size: 24px;
  line-height: 30px;
}
.ccr_banner h2 {
  font-size: 16px;
}
.ccr_banner_bottom ul li {
  padding: 20px 0px 20px 5px;
}
.half_width {
  width: 100%;
}
.mid_img {
  padding-top: 40px;
}
.bottom_bor_left {
  bottom: -11px;
}
.bottom_bor_right {
  right: 0;
  bottom: -11px;
}
.navigation nav ul li a {
  padding: 15px 10px;
}
}
 @media screen and (max-width: 768px) {
.side-collapse-container {
  width: 100%;
  position: relative;
  left: 0;
  transition: left .4s;
}
.side-collapse-container.out {
  left: 200px;
}
.side-collapse {
  top: 50px;
  bottom: 0;
  left: 0;
  width: 300px;
  position: fixed;
  overflow: scroll;
  transition: width .4s;
  background-color: #1d2128;
  z-index: 9999;
}
.side-collapse.in {
  width: 0;
}
.side-collapse {
  top: 50px;
}
.navbar-inverse .navbar-toggle {
  margin-left: 15px;
}
.second_nav {
  float: left;
}
.float-panel {
  transform: none;
}
.navbar-collapse {
  padding: 0 20px;
}
.ccr_banner_bottom ul li {
  width: 100%;
  margin-top: 15px;
}
.ccr_banner_bottom li:nth-child(2n) {
  width: 100%;
  margin-top: 15px;
}
.bottom_bor_left {
  display: none;
}
.bottom_bor_right {
  display: none;
}
.i_icon {
  text-align: center;
}
.ccr_banner_bottom {
  margin-top: 0px;
}
 @media screen and (max-width: 767px) {
.navbar-inverse .navbar-nav > li > a {
color: #fff;
}
.ccr_nav_height {
position: relative;
height: 100%;
}
.mid_img {
display: none;
}
.navbar-collapse {
border-top: 0px;
box-shadow: none;
}
.serviec_box_2 li a {
margin-top: -10px;
}
.serviec_box li a {
margin-top: -10px;
}
.n_img {
display: none;
}
.navigation nav ul.dropdown-menu {
position: inherit;
width: 100%;
padding-bottom: 10px;
margin-bottom: 15px;
border-top: 1px solid #6839c8;
border-radius: 0px;
}
.navigation nav ul.dropdown-menu li a:hover {
background-color:#101f2f!important;
}
 .navigation nav ul li a {
padding:10px 15px;
}
.logo {
top: 5px;
}
.ccr_banner .container {
 top: 25%;
}
.ccr_banner .container a {
margin-top: 5px;
padding:5px 25px;
}
.ccr_banner_bottom ul li {
min-height: auto;
}
.navigation nav ul {
text-align: left;
}
.banner_text h1 {
font-size: 24px;
line-height: 30px;
}
.banner_text p {
font-size: 14px;
margin-top: 10px;
}
.blog_right{ padding-left:0px;}
.blog_right{ float:left;}
.ryt_img{ margin-bottom: 20px; }
.contact_us{ padding-right: 0px;}
.carousel-caption{ display:none;}
.in_box {
    float: left;
    width: 50%;
    margin-top: 0px;
    padding: 15px;
}
}
 @media screen and (max-width: 550px) {
.foot_left {
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.foot_left li {
  float: none;
  display: inline-block;
}
.foot_right {
  width: 100%;
  text-align: center;
}
.ccr_banner h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.all_category .media-left{ width:100%; margin-bottom:30px;}
.all_category .media-body{ padding-left:0px;}
}
 @media screen and (max-width:480px) {
.mobile_view {
  width: 100%;
}
.ccr_inner_banner .container {
  display: none;
}
.blog_over{ position:inherit; left:0px; margin-top:30px; padding:20px 0px 0 0; border-radius:0px;}
.all_category{ margin-top:0px;}
.inner_circle ul li{ width: 50%; padding:15px 0; }

.in_box {
    float: left;
    width: 100%;
    margin-top: 0px;
    padding: 15px;
}



}
 @media screen and (max-width:414px) {
.ccr_banner .container a {
  display: none;
}
}
.search_bar {
  width: 100%;
}
.top_header .top_right ul {
  display: none;
}
.serviec_box li a {
  margin-top: 0;
}
.serviec_box_2 li a {
  margin-top: 0;
}
.inner_form .form-group{ width:100%; padding:0px;}
.send_button{ margin-right:0px;}
}
