/*
Theme Name: oneset
Theme URI: https://oneset.in/
Author: oneset
Author URI: https://oneset.in/
Description: Web development company
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oneset
*/

/*
 * Table of Contents:
 *     - Media Queries
 *   0 - media screen and (max-width: 1170px).ccr_banner
 *   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: 'Bitter', serif;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-family: 'Bitter', serif;
    font-size: 30px;
    color: #000;
    line-height: 36px;
    font-weight: 700;
}

h2 {
    font-size: 26px;
    color: #000;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Bitter', serif;
}

h3 {
    font-family: 'Bitter', serif;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 25px 0;
}

h4 {
    font-family: 'Bitter', serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 600;
}

h5 {
    font-family: 'Bitter', serif;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    line-height: 22px;
    font-weight: 500;
}

h6 {
    font-family: 'Bitter', serif;
    font-size: 20px;
    color: #0394f0;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

a {
    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;
}

.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: #0d85d1;
    text-decoration: none;
}

.container {
    padding: 0;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}


/* Top-Header
---------------------------------------------------------------------- */

.ccr_header {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px 0;
}

.top_header {
    background-color: #0394f0;
    float: left;
    width: 100%;
}

.top_left {
    float: left;
}

.top_left a {
    color: #fff;
    text-decoration: none;
}

.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: 37px;
    padding-right: 10px;
    font-size: 12px;
}

.top_header .top_left li i {
    color: #fff;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    border-radius: 3px;
}

.top_header .top_right ul {
    list-style: none;
    padding: 5px 0 3px;
    margin-bottom: 0;
}

.top_header .top_right li {
    float: left;
}

.top_header .top_right li a {
    float: left;
    height: 25px;
    width: 25px;
    color: #fff;
    margin: 0 5px;
    text-align: center;
    font-size: 14px;
    padding-top: 2px;
    border-radius: 3px;
}

.top_header .top_right li a:hover {
    background-color: #fff;
    color: #0d85d1;
}


/* navigation
---------------------------------------------------------------------- */

.header_right {
    margin-left: auto;
    float: right;
    padding-top: 40px;
}

.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: #0d85d1;
}

.logo {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    padding: 10px 0;
    -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 h5 {
    color: #fff;
}

.banner_text {
    width: 50%;
}

.banner_text p {
    padding: 20px 0 0;
    line-height: 26px;
}

.find_more {
    background-color: #1f2c3d;
    border-color: #1f2c3d;
    color: #fff;
}

.find_more:hover {
    background-color: #121c2a;
    color: #fff;
    border-color: #121c2a;
}

.carousel-caption {
    top: 20%;
}

.carousel-caption p {
    color: #fff;
    font-size: 15px;
}

.green_back {
    background-color: #a50346!important;
}

.border_logo {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    /*border-top: 25px solid #0d85d1;*/
    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: 10px 10px 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: #0d85d1;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 12px;
    border-top: 2px solid #0d85d1;
}

.navbar-collapse .dropdown-menu>li>a:hover {
    color: #0d85d1;
    background-color: #fff;
}

.caret {
    margin-left: 6px;
    margin-top: -3px;
}

.second_nav {
    float: right;
}


/* banner section
---------------------------------------------------------------------- */

.ccr_banner {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -30px;
}

.ccr_banner .container {
    position: absolute;
    top: 30%;
    left: 0px;
    margin: 0 auto;
    right: 0;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 46px;
    line-height: 48px;
    font-family: 'Bitter', serif;
    text-transform: capitalize;
}

.btn-info {
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 10px 30px;
}

.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    width: 1170px;
    margin: auto;
    text-align: left;
}

.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: #0d85d1;
    color: #fff;
}


/* Business section
---------------------------------------------------------------------- */

.about_text {
    padding-top: 100px;
}

.about_text h1 {
    color: #1f2c3d;
    margin-bottom: 20px;
}

.business {
    text-align: center;
}

.business ul {
    list-style-type: none;
    padding: 0;
    margin: 10px -15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.business ul li {
    width: 33.333%;
    padding: 10px;
    text-align: left;
}

.business ul li a {
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
    display: block;
    text-decoration: none;
}

.business ul li a img {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

.business ul li a h4 {
    text-decoration: none;
    font-size: 20px;
    color: #000;
}

.business ul li a p {
    text-decoration: none;
}


/*Book Free Demo
---------------------------------------------------------------------- */

.btn-warning {
    background-color: #0d85d1;
    border-color: #0d85d1;
    color: #fff;
    text-transform: uppercase;
}

.features_back_form {
    text-align: right;
}

.features_back_form .form-select {
    border-radius: 0;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 0px;
    height: 40px;
}

.features_back_form textarea.form-control {
    height: auto;
}

.ccr_section {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.features_back_form {
    text-align: left;
}

.billing {
    padding: 15px;
    list-style: square;
    margin-bottom: 0;
}

.billing li {
    padding: 4px 0;
    font-size: 16px;
}

.features_back {
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    float: left;
    padding: 0px 0;
    position: relative;
}

.features_back::before {
    background-color: rgba(18, 23, 49, 0.90);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    content: "";
}

.emergency_no {
    position: relative;
}

.features_back_form {
    position: relative;
}

.emergency_no h2 {
    font-size: 50px;
    line-height: 56px;
}

.emergency_no p {
    text-align: justify;
}

.three_box img {
    height: 60px;
}

.blue-text {
    color: #0394f0;
}

.emergency_no {
    padding-right: 50px;
}

.emergency_no p {
    color: #000;
}

.orange-text {
    color: #0d85d1;
}

.btn-warning {
    background-color: #0d85d1;
    color: #fff;
}

.btn-warning:hover {
    background-color: #0394f0;
    color: #fff;
    border-color: #0394f0;
}

.midd_part {
    display: flex;
    align-items: center;
}


/* Why you should choose Marg ERP
---------------------------------------------------------------------- */

.ccr_choose_us {
    width: 100%;
    padding: 35px 0;
    margin-top: 0px;
    text-align: center;
    float: left;
}

.serviec_box p {
    text-align: justify;
}

.arrow-line-icon {
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.arrow-line-icon li {
    padding: 4px 0;
}

.arrow-line-icon li::before {
    color: #0394f0;
    content: "\f061";
    font-family: FontAwesome;
    font-size: 14px;
    left: -5px;
    margin-right: 10px;
    top: 0;
}

span.line {
    background: #0d85d1 none repeat scroll 0 0;
    height: 4px;
    width: 50px;
    background-color: #0d85d1;
    display: inline-block;
    margin: 10px 0 10px;
}

.mt-2 {
    margin-top: 20px;
}

.accordion-button {
    padding: 0 15px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0d85d1;
}

.accordion-button:focus {
    box-shadow: none;
}

.testimonial ul {
    padding: 0px;
    margin-left: 0px;
}

#myTab {
    margin-bottom: 30px;
    border: 0px!important;
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #0d85d1;
    color: #fff;
}

.nav-tabs .nav-link:hover {
    background-color: #0d85d1;
    color: #fff;
}

.nav-link {
    background-color: #eee;
    color: #000;
    margin: 0 5px 0 0;
}

.testimonial_background {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0 50px;
    background-size: cover;
    background-attachment: fixed;
}

.about_text {
    position: relative;
    z-index: 9;
}

.happy_clients {
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    padding: 40px 30px;
    margin-top: 40px;
    position: absolute;
    margin-bottom: 0px;
    right: -25%;
    left: 0;
    z-index: 9999;
    background-color: #fff;
}

.about__us {
    z-index: -1;
    position: relative;
}

.happy_clients ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.happy_clients ul li {
    width: 33.33%;
    padding: 0 15px;
    text-align: center;
}

.counter span {
    font-size: 40px;
    display: block;
    font-weight: 500;
    line-height: 50px;
    color: #000;
    padding-bottom: 5px;
}

.counter {
    font-size: 20px;
}

.project_box {
    position: relative;
}

.project_box:hover .img_hover {
    opacity: 1;
    cursor: pointer;
}

.img_hover {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.img_hover a {
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
}

.colect_text {
    -webkit-box-shadow: 0px 0px 55px -37px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 55px -37px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 55px -37px rgba(0, 0, 0, 0.75);
    padding: 30px;
}

.colect_text h3 {
    margin: 10px 0 15px;
    font-size: 30px;
}

.testimonial_box p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7em;
    width: 80%;
    margin: 0 auto;
}

.testimonial_box h6 {
    color: #92c910;
    margin-top: 15px;
}

.aftr_before {
    padding: 15px;
}

.aftr_before img {
    border: 4px solid #fff;
}

.clients_section {
    background-color: #eee;
}

#crousalDemo1 .client_box {
    background-color: #fff;
    padding: 40px;
    height: 115px;
    width: 93%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 0px 55px -37px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 55px -37px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 55px -37px rgba(0, 0, 0, 0.35);
}

.product_box_inner {
    border: 1px solid #ddd;
    margin: 0 0 30px 0;
}

.mr-2 {
    margin-right: 10px;
}

.product_box_inner h3 {
    padding: 0 15px;
    text-transform: capitalize;
}

.product_img {
    cursor: pointer;
}

.pd-5 {
    padding-bottom: 15px;
}

.inner_page p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}


/*footer section
---------------------------------------------------------------------- */

.ccr_footer {
    float: left;
    width: 100%;
    background-color: #0394f0;
    padding-bottom: 50px;
    text-align: center;
}

.footer_logo {
    display: inline-block;
    margin: 0 auto;
    width: 180px;
}

.footer_logo a {
    display: inline-block;
    margin-top: 0px;
    background-color: #fff;
    text-align: center;
    padding: 1px 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 #fff;
    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: #0d85d1;
}

.footer_address {
    display: block;
    color: #fff;
    margin-bottom: 0;
}

.footer_address a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.footer_address i {
    color: #0d85d1;
    padding-right: 10px;
}

.footer_no {
    display: block;
    color: #0d85d1;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.footer_no a {
    color: #0d85d1;
    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: #121731;
    padding: 20px 0;
    width: 100%;
}

.foot_left {
    float: left;
}

.foot_right {
    float: right;
    color: #000;
}

.foot_left ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.foot_left li {
    float: left;
}

.foot_left li a {
    background-color: #fff;
    border-radius: 3px;
    color: #0d85d1;
    float: left;
    font-size: 14px;
    height: 30px;
    margin: 0 5px;
    padding-top: 4px;
    text-align: center;
    width: 30px;
    font-size: 16px;
}

.foot_left li a:hover {
    color: #000;
    background-color: #fff;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ffc81b;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #0e1722;
}

.media-body {
    width: auto;
}

.enquiry {
    width: 100%;
    float: left;
    padding: 35px 0;
}

.enquiry h3 {
    margin: 0 0 10px;
    color: #0394f0;
}

.plan_box {
    background-color: #fff;
    padding: 20px 0 25px;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.price_back {
    background-color: #3083ea;
    padding: 10px 0;
    text-align: center;
}

.plan_price {
    height: 80px;
    width: 80px;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 auto;
}

.about_footer a {
    color: #ffc81b!important;
    text-decoration: none;
    font-weight: 600;
}

.plan_price span {
    font-weight: 700;
    font-size: 24px;
    padding-top: 20px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.price_list ul {
    list-style: none;
    padding: 0px 20px;
}

.price_list ul li {
    border-bottom: 1px dashed #888;
    padding: 10px 0;
    text-align: center;
}

.enquiry_form {
    background-color: #f5f5f5;
    padding: 15px 20px;
}

.mid_form_section h2 {
    margin-bottom: 10px;
}

.mid_form_section {
    margin-bottom: 15px;
}

.pd_2 {
    padding: 8px 20px;
}

.mid_form_section span.phone_contact {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}

.blue_text {
    color: #0394f0
}

.orange_text {
    color: #0d85d1
}

.card {
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
    background: #FFF;
    border-top: solid 1px #f5f5f5;
    bottom: 0;
}

.card-padding {
    padding: 20px;
    margin: 15px 0;
}

.list-style-3 ul li:first-child {
    line-height: 0;
    padding-bottom: 15px;
}

.list-style-3 ul li {
    border-bottom: solid 1px #e8e8e8;
    padding: 7px 0;
    padding-bottom: 7px;
    padding-bottom: 7px;
}

.list-style i {
    margin-left: 0;
    margin-right: 7px;
    color: #0d85d1;
    font-size: 16px;
}

.list-style ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.map-info {
    padding: 15px 15px 5px;
    width: 100%;
}

.light-color {
    background: #f5f5f5;
}

.list-style-3 ul li {
    border-bottom: solid 1px #e8e8e8;
    padding: 7px 0;
    padding-bottom: 7px;
    padding-bottom: 7px;
}

.margint10 {
    margin-top: 10px !important;
}

.social-icon-style-4 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.social-icon-style-4 ul li {
    float: none;
    margin-right: 10px;
    display: inline-block;
}

.social-icon-style-4 ul li i {
    background: #0d85d1;
    border-top: solid 1px #0d85d1;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.20);
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .form-control {
    border-radius: 0;
}

.contact-us h2 {
    padding-bottom: 15px;
}

.gallery ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.gallery ul li {
    width: 33.333%;
    overflow: hidden;
    padding: 10px;
}

.gallery ul li a {
    display: block;
    border: 3px solid #333;
}

.right_header {
    margin-left: auto;
}

.cnt__no {
    float: left;
}

.cnt__no ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.cnt__no li {
    float: left;
    margin-left: 10px;
}

.cnt__no a {
    background-color: #ffc81b;
    padding: 5px 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 500;
}

.header-top-area {
    background-color: #eee;
    padding: 8px 0;
    position: relative;
    overflow: hidden;
}

.about_footer a {
    color: #000;
}

.header-top-left p {
    color: #000;
    margin-bottom: 0;
}

.header-top-left a {
    color: #000;
    margin-bottom: 0;
    text-decoration: none;
}

.cnt__no li .media {
    display: flex;
    align-items: center;
}

.header-top-right ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 999;
}

.header-top-right a {
    color: #000;
    margin-left: 15px;
    font-size: 18px;
}

.cnt__no li .media i {
    font-size: 24px;
    color: #0d85d1;
    margin-right: 20px;
    border: 2px solid #0d85d1;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
}

.cnt__no a {
    text-decoration: none;
}

.footer {
    background-color: #1f2c3d;
    padding: 50px 0 40px!important;
    float: left;
    width: 100%;
}

.footer_bottom {
    padding: 15px 0;
    float: left;
    width: 100%;
    background-color: #0e1722;
}

.footer_bottom p {
    margin-bottom: 0;
    color: #fff;
}

.about_footer {
    padding-right: 30px;
}

.contact_us {
    padding-left: 30px;
}

.social_media ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.social_media ul li a {
    color: #fff;
    margin-left: 15px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    display: block;
}

.footer h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.footer p {
    font-size: 14px;
    color: #fff;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
}

.footer ul li {
    float: left;
}

.footer ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    display: block;
    text-decoration: none;
}

.service_link li {
    width: 100% !important;
}

.footer p i {
    margin-right: 0.5rem;
}

.footer p a {
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
}

.social_media ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
}

.social_media ul li a {
    color: #fff;
    margin-left: 15px;
    border: 2px solid #fff;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    display: block;
}


/*------------------------media quiry start from here---------------------*/

@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%;
    }
    .carousel-caption {
        top: 15%;
        left: 15px;
        right: 15px;
    }
    .ccr_banner h2 {
        font-size: 34px;
        line-height: 36px;
    }
    .gallery ul li {
        width: 50%;
    }
}

@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: 34px;
        line-height: 36px;
    }
    .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;
    }
    .business ul li {
        width: 33.333%;
        padding: 15px;
        display: flex;
    }
    .business ul li a {
        width: 100%;
    }
}

@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: #0394f0;
        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;
    }
    .plan_box {
        margin-bottom: 20px;
    }
    .serviec_box {
        margin-bottom: 40px;
    }
    .navigation nav ul li a.btn-warning {
        margin-left: 0;
        border-radius: 0;
    }
}

@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 #0d85d1;
        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;
    }
    .ccr_banner h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .carousel-caption p {
        display: none;
    }
    .in_box {
        float: left;
        width: 50%;
        margin-top: 0px;
        padding: 15px;
    }
    .navigation {
        position: inherit!important;
    }
    .gallery ul li {
        width: 100%;
    }
    .header-top-left {
        display: none;
    }
    .header_right {
        display: none;
    }
}

@media screen and (max-width: 551px) {
    .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;
    }
    .carousel-caption {
        top: 10%;
    }
    .ccr_banner h2 {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 22px;
    }
    .ccr_banner h3 {
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 22px;
    }
    .business ul li {
        width: 50%;
    }
    .carousel-caption .btn-info {
        font: 14px;
        padding: 5px 10px;
        letter-spacing: 0;
        margin-top: 0px!important;
    }
    .testimonial_box p {
        font-size: 13px;
        line-height: 20px;
        width: 100%;
    }
    .emergency_no h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .emergency_no {
        padding: 30px 0;
    }
    .nav-link {
        margin: 5px 2px;
    }
    .owl-next {
        right: 50px;
        display: none;
    }
    .owl-pre {
        left: 50px;
        display: none;
    }
    .owl-nav {
        display: none;
    }
    .carousel-caption h5 {
        color: #fff;
        margin-bottom: 0px;
    }
    .ccr_banner {
    margin-top: 0px;
}

.happy_clients{
        padding: 40px 0px;
        right:0!important;
}
.happy_clients{
    margin-top:90%!important;
}

}

@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;
    }
    h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .about_footer {
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .contact_us {
        padding-left: 0px;
    }
    .social_media ul {
        list-style: none;
        padding: 0;
        padding-top: 0px;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }
    .ccr_section {
        padding: 30px 0;
    }
    .emergency_no {
        padding: 0px 0 30px;
    }
    .about_text {
    padding-top: 0px!important;
}
}

@media screen and (max-width:414px) {
    .ccr_banner .container a {
        display: none;
    }
    .business ul li {
        width: 100%;
    }
}