/*
Copyright (c) 2016 Himanshu Softtech.
------------------------------------------------------------------
[Master Stylesheet]
Project:	
Version:	1.0.0
Assigned to:	Themeforest
-------------------------------------------------------------------*/
/* Large desktop */
@media (min-width: 1200px) {
}
@media (min-width:992px) and (max-width:1199px) {
.cnt_banner_content {
	width: 80%;
}
.cnt_feature_wrapper {
    padding: 30px 20px;
}
.cnt_about_content {
    padding: 74px 0;
}
.cnt_about_content h2 {
    font-size: 30px;
    padding-bottom: 25px;
}
}
@media (min-width:768px) and (max-width: 991px) {
.cnt_banner_content {
	width: 80%;
}
.cnt_work_section, .cnt_feature_section, .cnt_testimonial_section, .cnt_service_section {
    padding: 80px 0;
}
.cnt_feature_wrapper {
    padding: 30px 20px;
    margin-bottom: 15px;
}
.cnt_about_content {
    padding: 74px 0;
}
.cnt_about_content h2 {
    font-size: 30px;
    padding-bottom: 25px;
}
.cnt_about_img {
    width: 100%;
    position: relative;
}
.cnt_about_img img {
    height: auto;
}
.cnt_work_div .cnt_work {
    width: 80%;
    float: none;
    margin: 0px auto;
    margin-bottom: 20px;
}
.ctn_counter_box .counter {
    font-size: 25px;
}
.ctn_counter_box h4 {
    font-size: 14px;
}
}
@media (max-width:767px) {
.cnt_banner_section {
	min-height: 750px;
}
.cnt_banner_content {
	width: 80%;
}
.navbar-toggle {
    margin: 8px 0 0;
    display: inline-block;
    border: 1px solid #fff;
}
.navbar-toggle span {
    background-color: #fff;
}
.cnt_appoint_btn {
    display: none;
}
.cnt_menu {
    float: right;
}
.cnt_logo {
    float: left;
}
.cnt_header_wrapper {
    padding: 20px 0;
	min-height: 90px;	
}
.cnt_menu_wrapper {
    float: left;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    background-color: rgba(0, 0, 0, 0.5);
}
.cnt_menu_wrapper ul li {
    width: 100%;
    padding: 0;
}
.cnt_banner_content h1 {
	font-size: 45px;
	line-height: 50px;
}
.cnt_work img {
    width: 100%;
}
.cnt_about_img {
    width: 100%;
    position: relative;
}
.cnt_about_img img {
    max-width: 100%;
    height: auto;
}
.cnt_work_section, .cnt_feature_section, .cnt_testimonial_section, .cnt_service_section {
    padding: 50px 0;
}
.cnt_about_content {
    padding: 70px 0;
}
.cnt_feature_wrapper {
    padding: 30px 20px;
    margin-bottom: 15px;
}
.cnt_author_img {
    margin-bottom: 20px;
}
.cnt_author_name {
	margin-top: 20px;
}
.ctn_counter_wrapper {
    width: 33.3%;
    margin-bottom: 20px;
}
}
@media (max-width:667px) {
}
@media (max-width:600px) {
.cnt_about_content h2 {
    font-size: 30px;
    padding-bottom: 25px;
}
.cnt_service_title {
    font-size: 20px;
}
}
@media (max-width:578px) {
}
@media (max-width:480px) {
.cnt_banner_content h1 {
	font-size: 40px;
	line-height: 45px;
    margin: 0px 0 20px;
}
.cnt_work_div {
    width: 100%;
    text-align: center;
}
.cnt_work {
    width: 80%;
    float: none;
    display: inline-block;
    margin: 0px auto;
    margin-bottom: 20px;
}
.cnt_main_heading {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 15px;
}
.cnt_service_div {
    width: 100%;
}
.cnt_service {
    float: none;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
}
.cnt_about_content {
    padding: 30px 0;
}
.ctn_counter_wrapper {
    width: 50%;
    margin-bottom: 20px;
}
.ctn_counter_wrapper:last-child {
    margin: 0px auto;
    float: none;
}
.cnt_counter_section {
	padding: 50px 0;
}
.cnt_testimonial_wrapper {
	font-size: 14px;
}
.cnt_subscribe_input {
    width: calc(100% - 130px);
}
.subscribe_btn {
	min-width: 130px;
}
.cnt_subscribe_section {
	padding: 50px 0;
}
}
@media (max-width:375px) {
.cnt_banner_content h1 {
    font-size: 34px;
}
.cnt_work_div {
    width: 100%;
    text-align: center;
}
.cnt_work {
    width: 100%;
    float: left;
}
.ctn_counter_wrapper {
    width: 100%;
    margin-bottom: 20px;
}
.ctn_counter_wrapper:last-child {
    margin: 0px auto;
    float: left;
}
.cnt_subscribe_input {
    width: calc(100% - 100px);
}
.subscribe_btn {
	min-width: 100px;
	font-size: 14px;
}
.cnt_subscribe_section .cnt_main_heading {
    padding-bottom: 15px;
    font-size: 28px;
}
.cnt_top_footer {
	padding: 40px 0;
}
}
@media (max-width:320px) {	
.cnt_logo {
    float: left;
    width: 50%;
}
.cnt_service {
    float: left;
    width: 100%;
}
}
@media (max-width:240px) {
}