/*
 * 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: 'Lato', sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #ffffff;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #000;
	margin-bottom: 20px;
	font-weight: 500;
}
h3 {
	font-family: 'Lato', sans-serif;
	color: #92c910;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	margin: 20px 0 25px 0;
	text-transform: uppercase;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: #172b42;
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
h5 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	line-height: 22px;
	font-weight: 500;
}
h6 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #172b42;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
a {
	outline: 0;
	color: #00000;
	-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: #92c910;
	text-decoration: none;
}
.container {
	padding: 0;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
/* Top-Header
---------------------------------------------------------------------- */
.ccr_header {
	width: 100%;
	position: relative;
	display: inline-block;
	float: left;
}
.top_header {
	background-color: #2e3f84;
	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 a {
	font-weight: 400;
}
.top_header .top_left li i {
	background-color: #92c910;
	height: 25px;
	width: 25px;
	color: #172b42;
	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: #92c910;
}
 .search_bar .form-control::-moz-placeholder {
color: #fff;
}
.search_bar .form-control {
	height: 50px;
	background: #172b42 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: #92c910;
	height: 25px;
	width: 25px;
	color: #172b42;
	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;
}
.navwrp {
	padding: 20px 0;
}
.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: #92c910;
}
.logo {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 113px;
	width: 200px;
	background-color: #ffffff;
	padding-top: 5px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	z-index: 999;
	text-align: center;
}
.logo a {
	display: inline-block;
}
.banner_text {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px;
	width: 50%;
	text-align: left;
}
.banner_text p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.border_logo {
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 25px solid #a2cb65;
	height: 0;
	margin-top: 0px;
	position: relative;
	width: 0;
	-webkit-border-radius: 10px 10px 0 0px;
	-moz-border-radius: 15px 15px 0 0px;
	border-radius: 15px 15px 0 0px;
}
.banner_text a {
	background-color: #fff;
	padding: 6px 20px;
	margin: 20px 0;
	color: #000;
	text-shadow: none;
	display: inline-block;
}
.carousel-caption {
	right: 0px;
	left: 0px;
	width: 1170px;
	margin: 0 auto;
	top: 20%;
}
.navbar-collapse {
	margin: 12px 0;
}
.carousel-control {
	width: 5%;
}
.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: #92c910;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 12px;
	border-top: 2px solid #92c910;
}
.navbar-collapse .dropdown-menu > li > a:hover {
	color: #92c910;
	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: 25%;
	left: 0px;
	margin: 0 auto;
	right: 0;
}
.ccr_banner .container h2 {
	color: #fff;
}
.ccr_banner .container a {
	background-color: #fff;
	padding: 6px 20px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	margin: 15px 0;
	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: #92c910;
	color: #fff;
}

/* Service page
--------------------------------------------------------------------- */
.srvc{
font-size:19px;
}

/* 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: #92c910;
	padding: 20px 40px;
	min-height: 110px;
}
.ccr_banner_bottom li:nth-child(2n) {
	float: left;
	width: 30%;
	background-color: #2e3f84;
	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 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 #92c910;
    height: 0;
    margin-top: 2px;
    position: relative;
    width: 0; } */


.bottom_bor_left {
	background-color: #2e3f84;
	bottom: -12px;
	height: 30px;
	left: 2px;
	margin-right: -3px;
	position: absolute;
	right: 50%;
	transform: rotate(7deg);
	z-index: 1;
}
.bottom_bor_right {
	background: #2e3f84 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: #92c910;
	padding-bottom: 30px;
}
.about_us h4 {
	font-size: 16px;
	color: #172b42;
	text-transform: uppercase;
	font-weight: 600;
}
.about_us h3 {
}
.btn_more {
	background-color: #2e3f84;
	padding: 10px 25px;
	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;
}
.p_0 {
	padding: 0px;
}
.gallery_box img {
	width: 100%;
}
.btn_more:hover {
	background-color: #172b42;
	color: #fff;
}
.img_gallery {
	padding-top: 20px;
	display: inline-block;
	width: 100%;
}
/*Testimonials
---------------------------------------------------------------------- */
.testimonial_background {
	display: inline-block;
	;
	float: left;
	width: 100%;
	padding: 50px 0;
	background-size: cover;
}
.testimonial_box p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.7em;
	color: #444;
	width: 100%;
	margin: 0 auto;
}
.testimonial_box h6 {
	color: #000;
	margin-top: 15px;
}
/*footer section
---------------------------------------------------------------------- */
.ccr_footer {
	display: inline-block;
	float: left;
	width: 100%;
	background-color: #2e3f84;
	padding-bottom: 30px;
	text-align: center;
}
.footer_logo {
	display: inline-block;
	margin: 0 auto;
	width: 180px;
}
.footer_logo a {
	display: inline-block;
	background-color: #ffffff;
	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;
	width: 180px;
	text-align: center;
}
.border_logo_2 {
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	border-top: 25px solid #a2cb65;
	height: 0;
	margin-top: -7px;
	position: relative;
	width: 0;
	-webkit-border-radius: 10px 10px 0 0px;
	-moz-border-radius: 15px 15px 0 0px;
	border-radius: 15px 15px 0 0px;
}
.fixed .logo {
	top: 20px!important;
}
.footer_logo a img {
	margin: 0 auto;
}
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: #92c910;
}
.footer_address {
	display: block;
	color: #fff;
}
.footer_address i {
	color: #92c910;
	padding-right: 10px;
}
.footer_no {
	display: block;
	color: #92c910;
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
}
.footer_no a {
	color: #92c910;
	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: #92c910;
	padding: 20px 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: #92c910;
	float: left;
	font-size: 14px;
	height: 25px;
	margin: 0 5px;
	padding-top: 2px;
	text-align: center;
	width: 25px;
}
.foot_left li a:hover {
	color: #172b42;
	background-color: #fff;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: rgba(146, 201, 16, .7);
	color: white;
	cursor: pointer;
	padding: 10px 15px;
	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%;
}
.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: #92c910;
	padding-right: 10px;
	font-family: 'FontAwesome';
}


.ccr_inner{ padding:40px 0; display:inline-block; width:100%;}
.ccr_inner .breadcrumb li a{ color:#000;}
.title_bar {
    background-color: #4285f4;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
}
.form_left {
    display: inline-block;
    width: 100%;
}

.form_left form{ border:1px solid #ddd; padding:15px;}
.right_side {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 15px;
    margin-left:0px;
    float: left;
}

.ccr_inner h1{ color:#000; font-size:30px; margin-bottom:10px;}

.left_img{ float:left; width:30%; padding-right:20px;}

.pad_bot{ padding:10px;}
.half_width {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 7px;
}
.main_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}


.pad_bot h6{ text-align:center; padding:7px 0; background-color:#2e3f84; color:#fff;}

.enquiry_form{ background-color:#f9f9f9; border:1px solid #eee; padding:30px 15px;}









 @media screen and (max-width: 1200px) {
.carousel-caption {
	right: 5%;
	left: 20px;
	width: 100%;
	margin: 0 auto;
	top: 20%;
}
}
 @media screen and (max-width: 1170px) {
.container {
	padding: 0 15px;
}
}
 @media screen and (max-width: 1024px) {
.carousel-caption {
	display: none;
}
}
 @media screen and (max-width: 980px) {
.top_header .top_left li:first-child {
	display: block;
}
.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;
}
}
 @media screen and (max-width: 860px) {
.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: #172b42;
	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 #92c910;
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;
}
}
 @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;
}
.logo {
	top: 75px;
}
.logo{
    height:70px;
}
.logo img{
    max-width:50px;

}
.top_header .top_left li{
    float:none;
    width:100%;
    text-align:center;
    height:35px;
}
.top_left{
    width:100%;
    display:flex;
    justify-content:center;
}
.border_logo{
    display:none;
}

}
 @media screen and (max-width:480px) {
.mobile_view {
	width: 100%;
}
 @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;
}
}
