@import url('https://fonts.googleapis.com/css?family=Noto+Sans|Oswald|Quicksand:400,500|Rammetto+One|Saira+Extra+Condensed:500|Titillium+Web|PT+Sans+Narrow|Montserrat|Roboto');
*{
    padding: 0;
    margin: 0;
}

*, ::before, ::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.title-span-tag{
	font-size: 18px;
	color: #e4e4e4;
	font-weight: 500;
}

/*body:after{*/
/*	content: "beta";*/
/*	position: fixed;*/
/*	width: 80px;*/
/*	height: 25px;*/
/*	background: #EE8E4A;*/
/*	top: 7px;*/
/*	left: -20px;*/
/*	text-align: center;*/
/*	font-size: 13px;*/
/*	font-family: sans-serif;*/
/*	text-transform: uppercase;*/
/*	font-weight: bold;*/
/*	color: #fff;*/
/*	line-height: 27px;*/
/*	transform:rotate(-45deg);*/
/*  }*/

div.responsive img {
	width: 230px;
	height: auto;
}

body,html{
   font-family: 'Noto Sans', sans-serif !important;
    background: #fff;
  }

@font-face {
    font-family: logoFont;
    src: url("../fonts/Kramola.ttf");
}

/*bread Crumb*/
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #3a3a3a;
	border-radius: 0;
}

.breadcrumb > .active {
	color: #fff;
}

.breadcrumb a {
	color: rgb(202, 202, 202);
	text-decoration: none;
}

.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #fff;
	content: "/\00a0";
}

/*bread Crumb*/
/******Navbar******/
.upper-header {
	border-bottom: 1px solid #64646466;
	padding: 17px 0 15px;
}

.top-sl-info {
	padding: 0.6em 2em;
	background: #434343;
}

.top-contact-info ul > li > a {
	color: #dcdcdc !important;
	text-decoration: none;
}

.top-contact-info ul > li > a .fa{
    color: #fff;
}

.top-contact-info ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.top-contact-info ul > li {
	color: #fff !important;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
}

.top-contact-info ul>li.tel-mrg{
    padding: 0em 1em;
    border-left: 2px solid #fff;
    margin: 0 1em;
}

.header-navbar {
	padding: 20px 0 30px;
	min-height: 100px;
}

.navbar-nav > li > a {
	line-height: 5px;
}

.tagline {
    position: absolute;
    font-size: 15px;
    margin-top: 34px;
    margin-left: 114px;
    color: #686868;
    font-weight: 600;
	text-transform: uppercase;
}

.navbar{
    margin-bottom: 0;
}

.navbar-default {
	background: none;
	border: none;
}

.navbar-brand .custom-logo-pos {
    width: 250px;
    margin-top: -15px;
    position: absolute;
    top: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}

#sl_nav_list {
	list-style: none;
	margin: 1.1em 0 0;
	float: right;
}

.sl_nav_item {
	display: inline-block;
	margin: 0 .5em;
}

.sl_nav_item a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    transition-duration: 0.5s;
    font-size: 1.2em;
    font-family: 'Noto Sans';
}

.nav > li > a {
	padding: 10px 10px;
}

.sl_nav_item a::after, .sl_nav_item a:hover::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	/* -webkit-transition-duration: 0.4s; */
	transition-duration: 0.4s;
    color: #000;
}

.sl_nav_item a::after {
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.sl_nav_item a::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffc107;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

/*
.sl_nav_item a {
	color: #0064d0 !important;
}

*/
.sl_nav_item a {
	color: #22316c !important;
}

.sl_nav_item a:hover{
    color: #0a4f99 !important;
}

/******Navbar******/
/******Banner******/
.banner-section .custom-slider img{
    width: 100%;
}

.banner-section .cycle-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 600;
	background: rgba(0, 0, 0, 0.74);
	text-align: center;
	padding: 20px 0;
}

.banner-section .cycle-overlay h2{
    color: #fff;
    margin: 0;
}

.banner-section .cycle-prev {
	left: 2%;
}

.banner-section .cycle-next {
	right: 2%;
}

.banner-section{
    border-bottom: 5px solid #edcf11;
}

.banner-section .cycle-prev, .banner-section .cycle-next {
	font-size: 50px;
	color: #fff;
	display: block;
	position: absolute;
	top: 48%;
	margin-top: -16px;
	z-index: 9999;
	cursor: pointer;
	/* background: rgba(255, 255, 255, 0.27); */
	padding: 3px 15px 5px 15px;
	border-radius: 3px;
}

.banner-section {
	position: relative;
	height: 620px;
	margin-top: 4px;
	width: 100%;
	background: url("../../img/banner1.jpg"), #585858;
	background-size: cover;
	background-position: center;
	background-blend-mode: overlay;
}

.banner-section .center{
    text-align: center;
}

#home {
	box-shadow: 0 1px 2px 2px #ededed;
}

.overlay-body {
	padding: 10% 10% 0;
}

.overlay-body h1 {
    font-size: 70px;
    font-weight: 800;
    line-height: 1.1;
    color: #e4e4e4;
}

.overlay-body h2 {
	font-weight: 900;
	font-family: 'Oswald';
	color: #fff;
}

.overlay-body h3 {
	color: #fff;
	font-family: 'Oswald';
	font-size: 40px;
}

/* .overlay-body h1, .overlay-body h2, .overlay-body h3{
} */

/******Banner******/

/****************Bottom to Top*************/
#backtotop.visible {
    transform: scale(1,1);
    opacity: .8;
}

#backtotop {
    color: #F2F0E4;
    background-color: #000;
    transition: .8s ease-in-out;
}

#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    transform: scale(0,0);
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
    border-radius: 10%;
    cursor: pointer;
}

/****************Bottom to Top*************/
/******Types of Services******/
.main-services .types-item {
    overflow: hidden;
    background: #ffffff;
    min-height: auto;
    padding: 50px;
    box-shadow: none;
    margin-top: 25px;
}

.main-services .item-text p {
    text-align: justify !important;
    padding: 0 !important;
    font-family: 'Titillium Web';
    font-size: 18px !important;
    font-weight: 500 !important;
}

#types, #brands{
    padding: 25px 0;
}

#types h1, #brands h1 {
    color: #22316c;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Noto Sans';
}

/* .types-item {
	padding: 10px 10px 20px;
	border: 1px solid #ededed;
	box-shadow: 0 2px 2px #ededed;
    overflow: hidden;
    background: #fafafa;
    min-height: 470px;
} */
.types-item {
    padding: 20px 10px 20px;
    border: 1px solid #ededed;
    box-shadow: 0 2px 2px #ededed;
    overflow: hidden;
    background: #fafafa;
    min-height: 1em;
    border-radius: 6px;
	margin-top: 20px;
}

.types-item #service-icons {
    font-size: 5em;
    color: #ff5722;
}

.wrpa-img {
	text-align: center;
}

.wrpa-img img {
	width: 100%;
	max-width: 100%;
    transition: all 0.5s ease-in-out;
}

#types .col-md-4:hover .wrpa-img img{
    transform: scale(1.05);
    opacity: .85;
}

.title-item h3 {
    font-family: 'Titillium Web';
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #22316c !important;
}

.item-text p {
	text-align: justify;
	padding: 5px 15px;
	font-family: 'Titillium Web';
	font-size: 16px;
	font-weight: 500;
}

.col-md-4.my-hr {
	margin-top: 10px;
}

#brands .item {
	width: 100%;
	/* margin-bottom: 10px; */
}

#brands .item img {
    padding: 20px;
    /* box-shadow: inset 0px 1px 10px #ededed; */
    width: 100%;
    border: 1px solid rgb(224, 224, 224);
}

#brands .row{
	padding-left: 7px;
	padding-right: 9px;
}

.brand .col-md-3{
	padding: 0;
}

/******Types of Services******/
/***************Vision Area***************/
#vision{
    padding: 25px 0;
}

#vision h1{
    color: #888;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Titillium Web';
    font-variant: small-caps;
}

/* .ac-service, .centeral-ac, .installation{
} */

.services-item-inner::before {
	background-color: #fddc13;
}

.services-item-inner::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
	-o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
	transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
}

.services-item-inner {
    padding: 15px 40px 39px;
    background-color: #ffffff;
    border-color: #e3e2e7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	position: relative;
	padding: 25px;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid;
}

.services-item-inner:hover {
	border-color: #fddc13;
}

.services-item {
	-webkit-perspective: 500px;
	perspective: 500px;
}

.services-item {
	padding-bottom: 40px;
	 text-align: center; 
}

.services-item-inner:hover::before {
	opacity: 1;
}

.caption{
    z-index: 2;
}

.wrap-icon img {
	width: 65px;
}

.title-wrap h5 {
	margin-top: 17px;
	font-size: 15px;
	text-transform: uppercase;
}

.services-item-inner:hover .title-wrap h5, .services-item-inner:hover .content-wrap p{
    color: #fff;
    font-weight: 600;
}

#more{
    padding: 25px 0;
    background: #ededed;
    margin-bottom: 30px;
}

.more_service {
	padding: 35px 0;
}

.text-field p {
	font-size: 15px;
	text-align: justify;
	padding: 0 10px 0 0;
	font-family: Roboto;
}

.items {
	margin-top: 25px;
}

.items ul{
    list-style: none;
}

.items ul li {
	font-size: 17px;
	padding: 6px 0;
}

.items ul li .fa{
    color: #0064d0;
    font-size: 20px;
}

.call-btn {
	background: #fff;
	color: #1e1d24;
	border-radius: 0px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 600;
	font-variant: small-caps;
}

#serv_img{
    padding: 25px 0;
    margin-bottom: 30px;
}

#serv_img h1{
    color: #888;
    position: relative;
    font-family: 'Titillium Web';
    font-variant: small-caps;
}

figure{
    display: block;
    position: relative;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 1px 2px #d1d1d1;
    transition: all 0.5s ease-in-out;
}

figure img{
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.more_site .col-md-4:hover figure img{
    transform: scale(1.1);
}

.over-fig {
	position: absolute;
	width: 100%;
	height: 350px;
	background: rgba(0, 0, 0, 0.32);
	top: 0;
}

.over-fig h2 {
	color: #fff;
	text-align: center;
	line-height: 19;
	font-family: 'Oswald';
}

.more_site p{
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
}

/*
#vision h1::after, #service h1::after, #member h1::after, #about h1::after, #services h1::after, #contact h1::after {
	content: "";
	position: absolute;
	height: 3px;
	background: #0064d0;
    background: linear-gradient(90deg,#0064d0 50%, #000 10%); 
	z-index: 9999;
	width: 10%;
	left: 0;
	bottom: 0;
}

*/
#vision .text-column{
    padding: 20px 0 0;
}

#vision .text-column p:not(.text-right){
    text-align: justify;
    font-size: 18px;
    color: #777;
    letter-spacing: 1px;
}

#vision .text-column p.text-right a.btn {
	font-size: 17px;
	border-radius: 0 !important;
	background-color: #0064d0;
	border-color: #0064d0;
}

/***************Vision Area***************/
/***************Service Area***************/
#service{
 padding: 25px 0;
}

#service h1 {
	text-align: left;
	color: #079a59;
	position: relative;
	padding: 0 15px 0;
	margin-bottom: 15px;
	font-variant: small-caps;
	font-size: 27px;
}

#service .hide-area {
	margin: 5px 0;
	width: 100%;
	position: relative;
}

#service .hide-area .over-lay {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.25);
	transform: scale(1,1);
	transition: all 0.5s ease-in-out;
}

#service .hide-area .over-lay p {
	color: #fff;
	font-size: 22px;
	line-height: 12em;
	text-align: center;
	border: 1px solid #fff;
}

#service .col-md-3{
    cursor: pointer;
    text-align: center;
}

#service .col-md-4:hover .over-lay{
    transform: scale(0,0);
    cursor: pointer;
}

#service .hide-area img {
	/* max-width: 280px; */
	/* height: 100%; */
	width: 100%;
	height: 250px;
}

#service p, #about p{
    padding: 0 15px 0;
    color:#888;
}

/***************Service Area***************/
/***************Products Area***************/

.product .hide-area {
    margin: 0 !important;
    width: 100%;
    height: auto !important;
    position: relative;
}

.product .col-md-3 {
	cursor: pointer;
	text-align: center;
	min-height: 350px;
}

.product .hide-area h2 {
	font-size: 20px;
	margin-top: 15px;
	border: 1px solid;
	padding: 10px 0;
}

.product .hide-area img {
	height: 100%;
	width: 100% !important;
}

/***************Products Area***************/
/***************Member Area***************/
#member{
 padding: 25px 0;
}

#member h1{
    text-align: left;
    color: #888;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#member .list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#member .list-group-item:last-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#member ul>li {
    font-size: 19px;
    color: #888;
}

#member .review_div {
	width: 100%;
	margin: 15px auto;
}

#member .review_div h4{
    color: #ffffff;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, 0.61);
    padding: 20px 0;
    font-size: 25px;
}

#member h2{
    color: #777;
    font-size: 22px;
}

#member p{
    font-size: 20px;
    color: #333;
}

#member .table {
	font-size: 18px;
	color: #555;
}

.btn.my-btn.btn-lg {
    background: #eabb00;
    color: #131313;
    width: 60%;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    padding: 5px 0px;
    border-radius: 6px;
}

.btn.my-btn.btn-lg:hover {
    background: #f8c600;
}

.address .fa, .call_us .fa {
	font-size: 18px;
	color: #22316c;
}

.call_us a {
	text-decoration: none;
	color: #000;
}

/***************Member Area***************/
/***************Footer Area***************/
#footer {
	padding: 15px 0;
	background: #e8e8e8;
	min-height: 120px;
    border-top: 1px solid #ededed;
}

#footer .logo-foot{
    margin: 20px 0 0;
}

#footer .logo-foot a{
	font-family: 'logoFont', sans-serif !important;
	font-size: 1.5em;
	line-height: 70px;
	font-weight: 900;
	color: #fff !important;
	text-transform: capitalize;
	letter-spacing: 1px;
	position: relative;
	margin-top: 20px;
	text-decoration: none;
}

#footer .logo-foot img {
	width: 85%;
}

#footer .logo-foot h3, #footer .get-start h3, #footer .support h3, #footer .social-icon h3 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

#footer .logo-foot iframe {
	border-radius: 4px;
	border: 2px solid #fff;
	width: 98%;
}

#footer .social-icon a{
    text-decoration: none;
   margin-top: 15px;
}

#footer .social-icon a .fa {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    font-size: 20px;
    color: #9e9e9e;
    border: 1px solid #d0d0d0;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

#footer .social-icon a .fa-facebook, #footer .social-icon a .fa-twitter, #footer .social-icon a .fa-instagram{
    transition: all 0.5s ease-in-out;
}

#footer .social-icon a .fa-facebook:hover {
    background: #fff;
    color: #00239a;
}

#footer .social-icon a .fa-twitter:hover {
    background: #fff;
    color: #18b9d6;
}

#footer .social-icon a .fa-instagram:hover{
    background: #fff;
    color: #a70067;
}

#footer ul{
    list-style: none;
}

#footer .get-start ul > li > a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    background: #22316c;
    display: block;
    margin: 5px 0;
    padding: 6px 10px;
    border-radius: 4px;
    transition: all .5s ease-in-out;
}

#footer .get-start ul > li > a:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 3px #000;
}

#footer .support ul>li {
    margin: 10px 0;
}

#footer .support ul > li > a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	font-size: 15px;
}

#dev-foot{
    padding: 10px 0;
    background: #000;
}

#dev-foot p{
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 500;
    font-size: 15px;
}

#dev-foot p a{
    text-decoration: none;
    color: #e8e8c7;
}

/***************Footer Area***************/
/***************About Area***************/
#about{
    padding: 25px 0px;
    min-height: 550px;
}

#about h1 {
	position: relative;
	text-align: left;
	padding: 0 15px 0;
	font-variant: small-caps;
	font-size: 27px;
	font-weight: 600;
	color: #ff5722;
}

#about .text-content p {
	text-align: justify;
	font-size: 15px;
	padding: 10px 0;
	font-weight: 100;
	color: #1e1d24;
}

.green{
    color: #0064d0 !important;
}

.red{
    color: #d80000 !important;
}

.service_types ul{
    list-style: none;
}

.service_types ul li{
    font-size: 25px;
    font-family: 'Oswald';
    font-variant: small-caps;
    word-spacing: 5px;
}

.service_types ul li .fa{
    font-size: 25px;
    color: #079a59;
}

.service_types ul li p{
    font-size: 15px;
    font-family: 'Roboto';
}

/***************About Area***************/
.res-on{
    display: none !important;
}

#callMe {
	z-index: 999;
	display: inline-block;
	position: fixed;
	transform: scale(0,0);
	bottom: 20px;
	left: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	opacity: 1;
	border-radius: 10%;
	cursor: pointer;
    transition: all .8s ease-in-out;
}

#callMe .fa-phone {
	font-size: 24px;
	color: #fff;
	background: #005bbf;
	padding: 10px 13px;
	border-radius: 50%;
	opacity: .7;
    transition: all 0.5s ease-in-out;
}

#callMe .fa-phone:hover {
    opacity: 1;
    transform: scale(1.1);
}

#callMe.showme{
    transform: scale(1,1);
}

/***************Contact Area***************/
#contact {
	background: url(../../img/over.png)repeat, url(../../img/map.jpg)no-repeat;
	background-size: cover;
	padding: 0;
	min-height: 550px;
	padding-top: 3em;
	padding-bottom: 3em;
    margin-top: 5px;
    margin-bottom: 5px;
}

#contact h1{
    position: relative;
    color: #fff;
    padding-bottom: 15px;
}

#contact .sub_para{
    color: #fff;
    font-size: 18px;
}

/*-- contact --*/
.contact-info p {
    color: #eee;
    font-size: 14px;
    margin-top: 14px;
}

.contact-info span {
    color:#045858;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    width: 76px;
}

.contact-info p a {
    text-decoration: none;
    color: #eee;
}

.contact-info p a:hover {
    text-decoration: none;
    color: #2b2b2b;
}

.contact-info-map-right {
    padding: 0;
}

.contact-info input[type="text"],.contact-info input[type="email"],.contact-info textarea{
	outline: none;
    border: 1px solid #fff;
    padding: 15px 15px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    width: 50%;
    margin: 2em 0 1em 0em;
    position: relative;
    float: left;
}

.contact-info textarea{
    border: 1px solid #fff;
    padding: 15px 15px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    width:100%;
    letter-spacing: 2px;
	min-height: 100px;
    resize: none;
    margin: 1em 0;
    width: 100%;
	width:100%;
}

.contact-info input[type="submit"] {
    outline: none;
    border: none;
    padding: 13px 54px;
    background: #af261e;
    color: #fff;
    font-size: 17px;
    margin: 2em 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    letter-spacing: 1px;
}

.contact-info input[type="submit"]:hover{
    background: #ef161f;
}

h3.tittle_w3layouts.two.con {
    color: #fff;
}

ul.address.two li, ul.address.two li a {
    color: #fff;
    letter-spacing: 1px;
}

/*--placeholder-color--*/

::-webkit-input-placeholder{
	color:rgba(255, 255, 255, 0.65);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, 0.65); 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255, 255, 255, 0.65);  
}

:-ms-input-placeholder {  
   color: rgba(255, 255, 255, 0.65);  
}

/*--//placeholder-color--*/

.white{
    color: #fff;
}

#contact .map-body iframe{
    width: 100%;
    height: 400px;
    box-shadow: 0 0 10px #000;
    margin: 15px 0 0 0;
}

/***************Contact Area***************/
/**************Map Modal*****************/
@media screen and (max-width: 550px) and (min-width: 200px){
    .res-on{
    display: block !important;
}

.top-contact-info ul > li > a {
    font-size: 12px;
}

.upper-header {
    padding: 10px 0 10px;
}

    div.responsive img {
	width: 165px;
	height: auto;
}

    #service .col-md-3 {
	cursor: pointer;
	text-align: center;
}

    .top-contact-info{
        text-align: center !important;
    }

    .top-contact-info ul > li {
	font-size: 17px;
}

    .top-contact-info ul > li.tel-mrg {
	border-left: none;
}

.navbar-brand .custom-logo-pos {
    width: 230px;
    margin-left: 13px;
}

.navbar-nav > li > a {
    line-height: 20px;
}

.overlay-body h1 {
    font-size: 45px;
}

.overlay-body h3 {
    color: #fff;
    font-family: 'Roboto';
    font-size: 27px;
}

.banner-section{
	height: auto;
	padding-bottom: 50px;
}

.main-services .types-item {
    min-height: auto;
    padding: 0px;
    box-shadow: none;
    margin-top: 15px;
    border: none;
}

#brands .item {
    border: 1px solid rgb(224, 224, 224);
    text-align: center;
}

#brands .item img {
    padding: 20px;
    /* box-shadow: inset 0px 1px 10px #ededed; */
    width: 250px;
    border: none;
    height: 15em;
}

.nav > li:first-child {
	margin-top: 10px;
}

    .custom-logo-pos-foot {
	width: 137px;
	margin-left: 0;
}

    .navbar-brand {
	padding: 15px 0px;
}

    #sl_nav_list {
	list-style: none;
	margin: 1.1em 0 0;
	float: none;
	text-align: center;
}

.navbar-default .navbar-toggle {
	border-color: #0064d0;
}

    .navbar-toggle {
	border-radius: 0;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}

    #member p {
	font-size: 15px;
}

  .banner-section .cycle-overlay {
	padding: 1px 0;
	display: none !important;
}

    .banner-section .cycle-overlay h2 {
	font-size: 20px;
	margin: 0;
}

    .banner-section .cycle-prev, .banner-section .cycle-next {
	font-size: 20px;
}

    #types, #brands{
    padding: 5px 0;
}

    #vision {
	padding: 5px 0;
}

    #vision h1 {
	padding-bottom: 10px;
	font-size: 28px;
}

    #vision .text-column p:not(.text-right) {
	text-align: justify;
	font-size: 17px;
	color: #777;
	letter-spacing: 0px;
}

    #service {
	padding: 5px 0;
}

    #service h1 {
	padding-bottom: 11px;
	font-size: 28px;
}

    #member {
	padding: 5px 0;
}

    #member h1 {
	padding-bottom: 10px;
	font-size: 28px;
}

    #member .review_div h4 {
	background: rgba(0, 0, 0, 0.8);
}

    #about .text-content p {
	text-align: inherit;
	font-size: 15px;
}

    #member ul > li {
	font-size: 17px;
	color: #636363;
}

    #member .table {
	font-size: 16px;
	color: #636363;
}

    #contact {
	min-height: 350px;
	padding-top: 1em;
	padding-bottom: 0em;
}

    #contact h1 {
	padding-bottom: 10px;
	font-size: 28px;
}

    .contact-info input[type="submit"]:hover {
	background: #0064d0;
    color: #fff;
}

    .contact-info input[type="submit"] {
	background: #fff;
	color: #636363;
}

    #footer .logo-foot iframe {
	border-radius: 4px;
	border: 2px solid #fff;
	width: 100%;
}
}
