﻿/* CSS Document */

.bg-red {
	background: #f00;
}
.bg-grn {
	background: #00ff00;
}
.bg-grey {
	background: #eee;
}

.text-red {
	color: #f00;
}
body {
	margin: 0;
	font-family: Calibri, "Calibri Light", Arial, "Arial Narrow";
	background: #fff;
}
body a, button {
	text-decoration: none;
	outline: none;
	cursor: pointer !important;
}
button, .btn {
	cursor: pointer !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color:#333;
}
p {
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	text-align: justify;
}
ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus {
	outline: none;
	text-decoration: none;
}
header {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.toggle, [id^=drop] {
	display: none;
}
nav {
	margin: 0;
	padding: 0;
}
ul.menu {
	margin-top: 20px;
}
.logo {
	float: left;
	display: initial;
	margin: 0;
	color: #077afc;
}
.logo h1 {
	font-size: 2.2em;
	color:#077afc;
	letter-spacing: 1px;
}
.logo span {
	display: block;
	color: #333;
	font-size: .7em;
	letter-spacing: 2px;
	line-height: 1;
}
nav:after {
	content: "";
	display: table;
	clear: both;
}
nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
}
nav a {
	font-weight: 600;
	text-transform: capitalize;
	color: #333;
	font-size: 1.2em;
}
.menu li.active a {
	color: #077afc;
	border-bottom: 1px solid #077afc;
	margin-bottom: 10px;
}
nav ul li ul li:hover {
	background: #f8f9fa;
}
nav a:hover {
	color: #077afc;
	margin-bottom: 10px;
}

nav ul ul {
	display: none;
	position: absolute;
	top: 30px;
	background: #f00;
	padding: 10px;
}
nav ul li:hover > ul {
	display: inherit;
}
nav ul ul li {
	width: 170px;
	float: none;
	display: list-item;
	position: relative;
}
nav ul ul li a {
	color: #333;
	padding: 5px 10px;
	display: block;
}
nav ul ul ul li {
	position: relative;
	top: -60px;
	left: 170px;
}
li > a:only-child:after {
	content: '';
}
.main {
	margin: 0 auto;
}
.main .fa {
	font-size: 12px;
}
.main span {
	text-align: left;
}
.main a {
	color: #666;
	font-styl: italic;
	display: inline-block;
	line-height: 1;
}
.main a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}

.main-left, .faq-left {
	float: left;
	text-align: justify;
	}
.main-left ul {
	list-style: none;
	line-height: 1.7;
	letter-spacing: 1px;
	
}
.sidebar-right {
	margin-top: 2e;
	white-space: nowrap;
	
}

.main-left h4, .sidebar-right h4 {
	font-size: 1.3em;
	font-weight: 600;
}
.main-left span a:hover {
	color: #f00;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
.main-left img {
	margin-top: 4%;
	width: 100%;
}
.main-left h5 {
	font-size: 20px;
	line-height: 1.5em;
}
.main-left p {
	line-height: 1.6em;
}
.main-right img {
width:85%;
}

.about {
    background: #fff;
}
.about p {
font-size:1.2e;
}
.about img {
width:70%;
margin: 15%;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
    -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
}

ul.tic-info li span, ul.tic-info p span {
    color: #f00;
    vertical-align: middle;
}
ul.tic-info p span {
    color: #333;
}
ul.tic-info li {
    color: #566773;
    font-size: 1.3em;
    letter-spacing: 1px;
	line-height:3;

}
ul.tic-info li a {
    color: #333;
	text-decoration:underlin;
	border-bottom: 1px solid #888;
	padding-bottom: 2px;
}
ul.tic-info li a:hover {
    color: #f00;
}

a.button, button {
	margin: 0 auto;
	background: #333;
	border: none;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 5px;
	letter-spacing: 1px;
}
a.button {
	color: #212121;
	background: #e7e7e7;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
a.button:hover {
	color: #fff;
	background: #333;
}
button:hover {
	background: #077afc;
}
link1 {
	border: none;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: underline;
}
link1:hover {
	color: #f00;
}
popup {
	colo: #666;
	border-bottom: 1px solid #888;
	padding-bottom: 1px;
	line-height:2;
	letter-spacing:0;
}

popup:hover {
	color: #777;
	text-decoratio: underline;
	cursor: pointer !important;
}
.popup .close {
	position: absolute;
	top: 25px;
	right: 25px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.popup h3 {
	margin-top: 0;
	color: #f00;
}
.popup .close {
	position: absolute;
	top: 5px;
	right: 15px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.popup .close:hover {
	color: #f00;
}
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	padding-top: 150px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: auto;
}
.modal-content {
	max-height: 100%;
	overflow: auto;
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: none;
	width: 30%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 0;
}
.modal-content img {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.modal-header {
	text-align: center;
	padding: 8px 16px;
	background-color: #3995fd;
	border-radius: 0;
}
.modal-body {
	padding: 2px 16px;
}
.modal h2 {
	margin: 0 auto;
	font-size: 1.8em;
	color: #fff;
}
.modal h3 {
	margin: 0 auto;
	font-size: 1.8em;
	color: #fff;
}
.modal p {
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.2;
	padding: 5px;
	text-align: left;
}
.modal-footer {
	padding: 3px;
	background-color: #3995fd;
}
@-webkit-keyframes animatetop {
            from {
                top: -300px;
                opacity: 0
            }

            to {
                top: 0;
                opacity: 1
            }
        }
@keyframes animatetop {
            from {
                top: -300px;
                opacity: 0
            }

            to {
                top: 0;
                opacity: 1
            }
        }
.modal .close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin: -1rem;
}
.modal .close:hover, .modal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.chart1 {
margin:0 auto;
display: block;
}
.chart2 {
display:none;
}

@media all and (max-width: 800px) {
.logo h1 {
	font-size: 1.8em;
}
.logo span {
	font-size: .6e;
}
#logo {
	display: block;
	padding: 0;
	width: 100%;
	text-align: center;
	float: none;
}
label {
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 0.5px;
}
label:hover {
	color: #fff !important;
}
nav {
	margin: 0;
}
.toggle + a, .menu {
	display: none;
	border-top: #077afc 1px solid;
}
.toggle {
	margin-top: 1%;
	display: block;
	padding: 6px 12px;
	font-size: 1.5em;
	text-decoration: none;
	border: none;
	float: right;
	background-color: #077afc;
	color: #fff;
	cursor: pointer;
	border-radius:10%;
}
.menu .toggle {
	float: none;
	text-align: center;
	margin: auto;
	width: 80%;
	padding: 5px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
}
.toggle:hover {
	color: #fff;
	background-color: #3995fd;
}
[id^=drop]:checked + ul {
	display: block;
	background: rgba(255, 0, 0, .0);
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
nav ul li {
	display: block;
	width: 100%;
	padding: 5px 0;
}
nav ul ul .toggle, nav ul ul a {
	padding: 0 40px;
}
nav ul ul ul a {
	padding: 0 80px;
}
nav a:hover, nav ul ul ul a {
	background-color: transparent;
}
nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a {
	padding: 14px 20px;
	color: #fff;
	font-size: 17px;
}
nav ul li ul li .toggle, nav ul ul a {
	background-color: #212121;
}
nav ul ul {
	float: none;
	position: static;
	color: #fff;
}
nav ul ul li:hover > ul, nav ul li:hover > ul {
	display: none;
}
nav ul ul li {
	display: block;
	width: 100%;
	padding: 0;
}
nav ul ul ul li {
	position: static;
}
nav ul ul li a {
	color: #fff;
	font-size: 0.85em;
}
.modal h3 {
	font-size: 1.4em;
}
.modal h2 {
	font-size: 1.5em;
}
}
@media all and (max-width: 330px) {
nav ul li {
	display: block;
	width: 94%;
}
}

input.form-control.serv_bottom.text-white {
	cursor: pointer;
}
.top-content-info {
	position: relative;
	margin: 0 0 0.5em 0;
}
header h1,
 {
	line-height: 0;
}
.navbar-light {
	margin: 0 auto;
	margin-top: 1em;
	padding: 1em 2em;
	z-index: 999;
	width: 60%;
	background: rgba(255, 255, 255, 0.9);
	border-botto: #077afc 1px solid;
}
.navbar-light .navbar-brand {
	color: #fff;
	background:#f00;
}
a.navbar-brand {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.7em;
	letter-spacing: 1px;
	color: #f00;
	background:#f00;
}
header h1 a span {
	color: #f00;
	display: block;
	font-size: 12px;
	letter-spacing: 5px;
	word-spacing: 5px;
}
.navbar-light .navbar-nav .nav-link {
	font-weight: 600;
	text-transform: capitalize;
	color: #f00;
	letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: #b84373;
	background: transparent;
	border-radius: 5px;
}
.dropdown-item {
	color: #fff;
}
.dropdown-item {
	background-color: white;
	color: #000 !important;
}
.banner {
	background: -webkit-linear-gradient(rgba(7, 122, 252, 0.6), rgba(1, 50, 105, 0.7)), url(../images/1.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-height: 700px;
}
.banner-sub, .banner-contact, .banner-404 {
	background: -webkit-linear-gradient(rgba(7, 122, 252, 0.5), rgba(7, 122, 252, 0.6)), url(../images/2.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-height: 200px;
}
.banner-contact {
	background: -webkit-linear-gradient(rgba(7, 122, 252, 0.5), rgba(7, 122, 252, 0.6)), url(../images/9.jpg) no-repeat center;
}

.banner-404 {
	background: url(../images/10.jpg) no-repeat;
	background: -webkit-linear-gradient(rgba(7, 122, 252, 0.5), rgba(7, 122, 252, 0.6)), url(../images/10.jpg) no-repeat center;
}
.banner-head {
	padding: 1em 0 !important;
}
li.breadcrumb-item a, .breadcrumb-item.active {
	color: #666;
	font-weight: 600;
	font-size: 0.95em;
	letter-spacing: 1px;
}
.breadcrumb-item.active {
	color: #f25a25;
}
.ban {
	height: 2em;
	background: #eee;
}
.banner-text {
	margin-top: 25%;
	box-sizing: border-box;
}
.banner-info img {
	width: 100px;
	margin: 0 auto;
}
.banner-info h3 {
	font-size: 2.5em;
	colo: #fff;
	letter-spacing: 1px;
}
.banner-info h3 span {
	font-weight: 600;
}
.banner-info h3 slogan {
	display:block;
	width:100%;
	font-size: .8em;
	letter-spacing: 0;
}
.banner-info p {
	margin: 0 auto;
	font-size: 1.3em !important;
	display: block;
}
.sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0;
	overflow: hidden;
	text-decoration:none;
	float:left;
	
}
.services-grids h4 {
	margin: 16px 0;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.5em;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
}
.categories {

}
.categories ul, .archives ul {
	padding: 0;
}
.categories ul li, .archives ul li {
	list-style: none;
	line-height: 2;
}
.categories ul li a, .archives ul li a {
	font-size: 1.2em;
	font-weight: 100;
}
.categories ul li a:hover, .archives ul li a:hover, .cmnts-left a:hover {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	text-decoration: none;
}
.categories .fa, .archives .fa {
color:#777;
}

.services-grids h6 {
	padding: 1px;
	background: #2954a2;
	width: 33%;
	margin: 2em auto 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.services-grids:hover h6 {
	width: 55%;
	background: #2954a2;
}
.services-grids {
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding:1em;
}
.services-grids img {
	width: 100%;
}
.services-grids p {
	font-size: 1.2em;
	text-align: left;
	padding:0 10px;
}
p.indent {
	text-indent: 30px;
}
a.service-btn {
	background: #222;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	padding: 6px 15px;
	display: inline-block;
	margin: 18px 0 0;
	border-radius: 5px;
	letter-spacing: 1px;
}
a.service-btn:hover {
	background: #f25a25;
}
.card-header:first-child {
	background: #d56e9b;
}
.card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.card p {
	text-align: left;
}
h5.card-title a {
	color: #000;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
}
.blog_icon span {
	color: #777;
	font-size: 13px;
	word-spacing: 3px;
}
.team-block {
	margin-bottom: 20px;
}
.team-content {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.43);
	bottom: 0px;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 50% 10%;
	top: 0;
}
.team-img {
	position: relative;
}
.team-img img {
	width: 100%;
}
.team-meta {
	color: #9da4aa;
	font-weight: 400;
	font-size: 16px;
}
.overlay {
	border-radius: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: 1s ease;
	background-color: #11181f;
}
.team-img:hover .overlay {
	opacity: .8;
}
.team-img:hover .team-content {
	opacity: 0;
}
.text {
	color: #fff;
	position: absolute;
	top: 35%;
	left: 30%;
	transform: translate(-26%, -26%);
	-ms-transform: translate(-26%, -26%);
	right: 0;
	font-weight: 400;
	font-size: 16px;
}
h2.heading {
	font-size: 2.5em;
}
h3.heading {
	font-size: 2em;
}
h4.heading {
	font-size: 1.5em;
	color: #f00;
	text-transform: ;
	line-height: 1.5em;
}
.button {
	margin-top: 1.5em;
}
h6.text-white {
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 2px;
}
.banner-left-bottom h3 {
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 51p;
}
.banner-left-bottom p {
	color: #dadada;
	font-size: 14px;
}
section.stat {
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
}
.stats_info p {
	font-size: 2.5em;
	letter-spacing: 1px;
	line-height: 2;
	color: #ffffff;
	font-weight: 800;
}
.stats_info h4 {
	color: #fff;
	font-size: .95em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1em;
	letter-spacing: 1px;
	font-style: italic;
}
.stats_info span {
	font-size: 2.3em;
	color: #b84373;
	margin: 0;
}
.stats_bottom_grid_left img {
	margin: 0 auto;
}
.stats_info {
	text-align: center;
	border-top: none;
	border-bottom: none;
}
.stats_info:nth-child(3) {
	border-right: 0px;
}
.stats_info1 {
	background: rgba(220, 220, 220, 0.31);
	padding: 32px 20px;
}
.stats_info:nth-child(2) {
	border-left: 0px;
	border-right: 0px;
}
.social {
	padding: 0 33%;
	background: #1c86f9;
}
ul.social-icon li span.fa {
	font-size: 2em;
	color: #d9d9d9;
	padding: 10px 5px;
}
ul.social-icon li span.fa:hover {
	opacity: .8;
}
.social-icon {
	padding-left: 10px;
}
.social h3.heading {
	color: #333;
}

#contact-js {
	display: none;
}
noscript {
	display: block;
	color: #777;
	font-size: 1.5em;
	padding: 9.3em 0;
	text-align: center;
	borde: #ccc 1px solid;
	background: #f8f8f8;
}

.contact-info p a, .contact-info p, ul.links li a {
	color: #777;
	font-size: 18px;
	line-height: 1.5em;
}
.contact p {
	font-size: 1.3em;
}
.contact_right input[type=captcha] {
	margin-left:5px;
	outline: none;
	font-size: 18px;
	color: #777;
	width: 115px;
	height:30px;
	letter-spacing: 2px;
	padding-left:3px;
	background-color:#f8f8f8;
	border-bottom:1px #ccc solid;
}

small, .small {
	font-size: 14px;
	border:0px;
	padding-left:6px;
	
}

.contact a {
	color: #777;
	text-decoration: underline;
}
.contact a:hover {
	color: #333;
	text-decoration: underline;
}
.contact-info p span {
	display: block;
}
.contact-info-about p {
	margin-right: 1em;
	font-size: 18px;
	line-height: 1.5em;
}
ul.links li a {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: inline-block;
}
ul.links li a:hover, .footer-style p a:hover {
	color: #f00;
}
input, select, textarea {
	border: none;
	outline: none;
	box-sizing: border-box;
	font-size: 1.1em;
	font-family: Calibri, "Calibri Light", Arial, "Arial Narrow";
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

div.elem-group {
	margin: 30px 0 5px;
}
label {
	display: none;
	padding-bottom: 0;
	font-size: 1.1em;
	line-height: 0;
	color: #fff;
	
}
select {
	width: 100%;
	color: #777;
	padding: 10px 10px 10px;
	border-bottom: 1px solid #ccc;
	outline: none;
	background: #f8f8f8;
}
.contact_right input[type=text], .contact_right input[type=email], .contact_right input[type=tel], .contact_right textarea {
	outline: none;
	paddin: 1px 0;
	background: none;
	color: #222;
	font-size: 18px;
	width: 100%;
	letter-spacing: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
}
.contact_right textarea {
	margin-top: -1em;
	min-height: 200px;
	resize: none;
}
.contact_right button {
	outline: none;
	padding: 15px 0;
	background: #3995fd;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0;
	width: 100%;
	border: none;
	cursor: pointer;
}
.contact_right button:hover {
	background: #077afc;
}
input[type=submit] {
	outline: none;
	padding: 15px 0;
	background: #3594f9;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0;
	width: 100%;
	border: none;
	cursor: pointer;
}
input[type=submit]:hover {
	background: #1c86f9;
}
.contact_left iframe {
	width: 100%;
	outline: none;
	border: none;
	min-height: 550px;
	background: #eee;
	padding: .4em;
}

.information h4 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #333;
	position: relative;
}
.information p {
	font-size: 18px;
	letter-spacing: 1px;
	color: #666;
	line-height: 28px;
}
.information p span {
	font-weight: bold;
}
.information span.fa {
	font-size: 30px;
	color: #1c86f9;
}

.map iframe {
	width: 100%;
	min-height: 350px;
	margin-top: 5px;
	padding: 0px;
	background: #f4f4f4;
}
.brands {
	padding: 3em 33%;
	background: #f4f4f4;
}
.brands a span.fa {
	font-size: 80px;
	color: #565656;
}
.footer {
	padding: 1em 0;
	background-color: #141414;
}
.footer-grid, .footer p {
	letter-spacing: 2;
	color: #aaa;
}

.footer-grid img {
	width: 100%;
}
.footer-grid h3, .footer-grid h4 {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 10px;
}
.footer-grid h4, .footer-grid h5 {
color:#ccc;
}
.footer-grid h5 {
	margin: 0 auto;
	font-size: 1.2em;
}
.footer-grid p {
	line-height: 1.3;
	letter-spacing: 1px;
	text-align: left;
	font-size: 18px;
}
.footer-grid a, .footer-grid li {
	font-size: 18px;
	color: #aaa;
	list-style-type: none;
	text-decoration: none;
}
.footer-grid a:hover {
	color: #fff;
}
.footer reg, .copyright reg {
	font-size: 1.5em;
	font-weight: 100;
	vertical-align: sub;
}
.instagram-posts {
	margin: 0 auto;
	width: 90%;
}
a.facebook {
	color: #fff;
	font-size: 16px;
}
a.facebook:hover {
	color: #01cd74;
}
.copyright {
	font-size: 1em;
	padding: 1em 0;
}
.copyright p, .copyright a {
	color: #aaa;
	line-height: 1.3;
}
.copyright a {
	color: #1c86f9;
	line-height: 1.3;
}
.copyright a spa {
	color: #1c86f9;
}
.copyright a:hover {
	color: #aaa;
}
.copyrighttop li {
	list-style: none;
	display: inline-block;
}
button.btn1 {
	color: #b84373;
	border: none;
	padding: 10px 0;
	outline: none;
	text-align: center;
	text-decoration: none;
	background: none;
	cursor: pointer;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	width: 15%;
}
.inner-banner {
	min-height: 260px;
	padding-top: 2em;
	background-color: #1c86f9;
}
.move-top {
	position: relative;
}
a.move-top {
	text-align: center;
	position: absolute;
	right: 1%;
	bottom: 0%;
}
a.move-top span {
	font-size: 2em;
	font-weight: 600;
	color: #212121;
	width: 36px;
	height: 36px;
	border: transparent;
	line-height: 1em;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.phone p a {
	color: #808080;
}
.phone p a:hover {
	color: #fff;
}
ul.links li {
	list-style-type: none;
	margin: 10px 0;
}
ul.links li a {
	color: #808080;
	font-size: 15px;
	letter-spacing: .5px;
}
ul.links li a:hover {
	color: #fff;
}
h6.text-left a {
	color: #b84373;
}
.typo h4 {
	color: #af4eaa;
	font-size: 1.5em;
	text-transform: capitalize;
}
.bg-flex {
	background-color: rgba(184, 67, 115, 0.67);
	border: 1px solid rgb(207, 129, 161);
}
.bg-flex-item {
	background-color: #fff;
	border: 1px solid #d7d8d8;
}
.typo h5 {
	color: #333;
}
#success-message {
	opacity: 0;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
	padding: 0 20% 0 20%;
}
.form-title {
	padding: 25px;
	font-size: 30px;
	font-weight: 300;
}
.form-group .form-control {
	-webkit-box-shadow: none;
	border-bottom: 1px;
	border-style: none none solid none;
	border-color: #b84373;
}
.form-group .form-control:focus {
	box-shadow: none;
	border-width: 0 0 2px 0;
	border-color: #000;
}
textarea {
	resize: none;
}
.btn-mod.btn-large {
	height: auto;
	padding: 13px 52px;
	font-size: 15px;
}
.btn-mod.btn-border {
	color: #000;
	border: 1px solid #000;
	background: transparent;
}
.btn-mod, a.btn-mod {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 13px;
	color: #fff;
	background: rgba(34, 34, 34, .9);
	border: 1px solid transparent;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod.btn-border:hover, .btn-mod.btn-border:active, .btn-mod.btn-border:focus, .btn-mod.btn-border:active:focus {
	color: #fff;
	border-color: #000;
	background: #000;
	outline: none;
}
@media only screen and (max-width: 500px) {
.btn-mod.btn-large {
	padding: 6px 16px;
	font-size: 11px;
}
.form-title {
	font-size: 20px;
}
}
form#contact-form label {
	color: #ea4335;
}
.form-control {
	background-color: #e2e2e2;
	border: none;
}
.serv_bottom {
	background: #b84373;
	color: #fff;
}
.serv_bottom:hover {
	background: #b84373;
	color: #fff;
}
h5.card-title {
	margin-bottom: 1em;
	font-size: 1.3em;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
}
p.card-text {
	color: #f00;
	font-size: 15px;
	line-height: 1.8em;
	letter-spacing: 1px;
}
.card-body.card a {
	font-size: 14px;
	padding: 8px 18px;
	background: #b84373;
	outline: none;
	border: none;
	display: inline-block;
	letter-spacing: 2px;
}



.thumbnail.team {
	border: none;
	text-align: center;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.team .effectd-caption {
	padding: 20px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.team h4 {
	color: #b84373;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 600;
}
.social-lsicon a {
	color: #000;
	padding: 0 7px;
	font-size: 16px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social-lsicon a:hover {
	color: #b84373;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.fax {
	text-align: center;
}
.ema {
	text-align: left;
}
.phn {
	text-align: right;
}
@media screen and (max-width: 1440px) {
.navbar-light {
	width: 80%;
}
.modal-content {
	width: 50%;
}
.services-grids span {
	font-size: 5em !important;
}
.brands {
	padding: 3em 25%;
}
}
@media screen and (max-width: 1366px) {
h3.stat-title {
	font-size: 1.4em;
}
.navbar-light {
	width: 83%;
}
}
@media screen and (max-width: 1280px) {
.banner-sub, .banner-contact {
	min-height: 150px;
}
.serv_abs {
	width: 75px;
	height: 75px;
}
.about-sec i {
	font-size: 2em;
	line-height: 2.3;
}
.types-pos {
	left: 28%;
	width: 44%;
}
.navbar-light {
	width: 88%;
}
.modal-content {
	width: 60%;
}
.divide {
	border-top: #777 1px solid;
	border-right: #eee 10em inset;
	border-left: #eee 10em outset;
	margin-bottom:5px;
}
}
@media screen and (max-width: 1080px) {
.banner-info4 h3 {
	font-size: 28em !important;
}
h5.title {
	font-size: 1.4em !important;
	letter-spacing: 1px;
}
h3.stat-title {
	font-size: 1.1em !important;
}
.col-lg-6.abbot-right {
	padding-left: 12em;
	padding-top: 2em;
}
.types-pos {
	padding: 2em;
}
.navbar-light {
	width: 89%;
}
.callnumber li {
	letter-spacing: 1px;
}
.banner-left-bottom h3 {
	font-size: 39p !important;
}
.callbacks_tabs {
	bottom: -73px;
}
.sidebar-right {
margin:0 auto;
width:95.5%;
}
.categories, .archives {
display:inline-block;
width:49%;
}
.archives {
margin-left:2%;
vertical-align: top;
}

}
@media screen and (max-width: 1050px) {
h3.stat-title {
	letter-spacing: 2px;
}
.col-lg-6.abbot-right {
	padding-top: 0em;
}
.types-pos {
	top: 30%;
}
}
@media screen and (max-width: 1024px) {
.services-grids span {
	font-size: 3e !important;
}
.brands {
	padding: 3em 20%;
}
}
@media screen and (max-width: 992px) {
.navbar-collapse {
	background: #02114c00;
}
.navbar-nav .dropdown-menu {
	text-align: center;
}
h4.ser_bot {
	font-size: 2.2em !important;
	letter-spacing: 2px;
	word-spacing: 2px;
}
.card-body a.btn {
	left: 44%;
}
.col-lg-6.abbot-right {
	padding-left: 3em;
}
.block {
	padding: 3em 1em 2em;
}
.types-pos {
	left: 27%;
	width: 46%;
}
.banner-info4 h3 {
	font-size: 22em !important;
}
.footer-right-info h4 {
	font-size: 2.5em !important;
}
.about-sec p {
	font-size: 1em !important;
	background: #f00;
}
.navbar-light {
	padding: 1em 1em;
}
.navbar-light .navbar-toggler {
	background: #fff;
}
h6.text-btm {
	font-size: 17px !important;
	letter-spacing: 1px;
}
.banner-left-bottom h3 {
	font-size: 32p !important;
	line-height: 1.5em;
}
section.blog {
	margin: 0 auto;
	width: 85%;
}
.blog-3 {
	padding-top: 2em;
}
.stats_info.counter_grid1, .stats_info.counter_grid2 {
	margin-top: 2em;
}
a.move-top {
	right: 3%;
}
}
@media screen and (max-width: 900px) {
.serv_bottom h5 {
	letter-spacing: 8px;
	word-spacing: 18px;
}
.types-pos {
	left: 22%;
	width: 56%;
	top: 28%;
}
}
@media screen and (max-width: 800px) {
.banner-text {
	margin-top: 30%;
}
.callbacks_tabs {
	bottom: 0px;
}
.footer-right-info h4 {
	font-size: 2.1em !important;
}
.about-sec i {
	font-size: 1.8em !important;
}
.serv_abs {
	width: 70px;
	height: 70px;
}
.about-sec p {
	margin-top: 0.8em;
}
h2.heading {
	font-size: 2em;
}
h3.heading {
	font-size: 1.6em;
}
h4.heading {
	font-size: 1.2em;
}
.banner-mid {
	min-height: 200px;
}

.services-grids h4 {
	font-size: 1.2em;
}
.types-pos {
	left: 20%;
	width: 60%;
	top: 20%;
}
.navbar-light {
	width: 87%;
}
.banner-info h3 {
	font-size: 35px !important;
}
.callbacks_tabs {
	bottom: -60px;
}
.banner {
	min-height: 450px;
}
.banner-head {
	padding: .5em 0 !important;
}
.popup {
	width: 60%;
}
.modal-content {
	width: 70%;
}
}
@media screen and (max-width: 768px) {
.footer-right-info h6 {
	font-size: 1.8em !important;
}
h4.ser_bot {
	font-size: 2em !important;
}
.about-sec p {
	font-size: 1em !important;
}
.about-sec h3 {
	font-size: 1.3em !important;
}
.banner-inf p {
	font-size: 1.2em !important;
	display: block;
}
.banner-info p {
	font-size: 1.2em !important;
	display: block;
	width: 65%;
}
.brands {
	padding: 2em 15%;
}
.map iframe {
	min-height: 250px;
}
.sidebar-right {
margin:0 auto;
width:94%;
}
}
@media screen and (max-width: 736px) {
.serv_bottom h5 {
	word-spacing: 14px;
}
.serv_bottom h5 {
	word-spacing: 8px;
	letter-spacing: 5px;
}
.card-body a.btn {
	left: 42%;
}
.inner-banner {
	min-height: 240px;
}
.phn {
	text-align: center;
}
.ema {
	text-align: center;
}
.fax {
	margin: 10px 0;
}
.card-deck .card {
	flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.button {
	margin-top: 1em;
}
.blog-3 {
	padding-top: 0em;
}
.stats_info:nth-child(2) {
    margin-top: 2em;
}
}
@media screen and (max-width: 667px) {
.services-grids img {
	width: 90%;
}
}
@media screen and (max-width: 640px) {
h4.ser_bot {
	font-size: 1.8em !important;
}
.banner-info4 h3 {
	font-size: 18em !important;
}
.card-body a.btn {
	left: 40%;
}
.types-pos {
	left: 15%;
	width: 70%;
	top: 16%;
}
.navbar-light {
	width: 90%;
}
.banner {
	min-height: 400px;
	heigh: 62vw;
}
}
@media screen and (max-width: 600px) {
.services-row {
	top: 80px;
}
.types-pos {
	left: 12%;
	width: 76%;
}
.popup {
	width: 80%;
}
.top-hea {
	padding: 0.5em 0 !important;
}
.brands {
	padding: 2em 5%;
}
.brands a span.fa {
	font-size: 70px;
}

}
@media screen and (max-width: 568px) {

p {
	font-size: 1.1em;
}
.logo h1 {
	font-size: 1.5em;
}
h2.heading {
	font-size: 1.8em;
}
h3.heading {
	font-size: 1.6em;
}
h4.headin {
	font-size: 1.5em;
	color: #f00;
	text-transform: ;
	line-height: 1.5em;
}
.inner-banner {
	background-position: left;
}
a.serv_link {
	margin-top: 1em;
	font-size: 0.85em !important;
}
.services-row {
	top: 65px;
}
h4.ser_bot {
	font-size: 1.5em !important;
}
.serv_bottom h5 {
	word-spacing: 7px;
	font-size: 1.2em !important;
}
.serv_bottom h5 {
	word-spacing: 6px;
	font-size: 1.1em !important;
}
.footer-grid_section {
	margin-bottom: 1.5em;
}
.banner-info h3 {
	font-size: 36p !important;
}
.contact p {
	font-size: 1.2em;
	text-align: left;
}
.modal-content {
	width: 90%;
}
.chart1 {
display:none;
}
.chart2 {
margin:0 auto;
display: block;
}
.sidebar-right {
margin:0 auto;
width:90%;
}
}
@media screen and (max-width: 480px) {
.banner-text {
	margin-top: 40%;
}

.card-body a.btn {
	left: 36%;
}
.navbar-ligh {
	padding: 1em;
}
.navbar-light {
	width: 90%;
}
.banner {
	min-height: 300px;
	heigh: 82vw;
}
.banner-info p {
	font-size: 1.1em !important;
	width: 100%;
}
.fa-quote-left, .fa-quote-right {
	font-size: .9em !important;
}
.logo h2 a {
	font-size: 1.1em !important;
}
.services-grids img {
	width: 100%;
}
.serv_bottom h5 {
	font-size: 1em !important;
}
.banner-info4 h3 {
	font-size: 15em !important;
}
.types-pos {
	left: 8%;
	width: 84%;
}
h3.title {
	font-size: 2em !important;
}
h5.title {
	font-size: 1.5em !important;
}
.callnumber li {
	font-size: 15px !important;
}
.banner-left-bottom h3 {
	font-size: 26p !important;
}
.banner-info h3 {
	font-size: 25px !important;
}
.brands {
	padding: 1em 10%;
}
.brands a span.fa {
	padding: 10px 0;
	font-size: 50p;
}

.moda p {
	font-size: 1.1em;
}
.categories, .archives {
display:block;
width:100%;
}
.archives {
margin-top:1em;
margin-left:0;
}

}
@media screen and (max-width: 440px) {
.banner-info h3 {
	font-size: 33p !important;
}
}
@media screen and (max-width: 414px) {
h4.ser_bot {
	font-size: 1.7em !important;
}
.serv_bottom h5 {
	letter-spacing: 3px;
}
h4.right-text1.font-italic.text-white {
	font-size: 1.6em !important;
}
.col-lg-6.abbot-right {
	padding-left: 1em;
}
.footer-right-info h4 {
	font-size: 1.9em !important;
}
.callnumber li {
	font-size: 14px !important;
}
.banner-info h3 {
	font-size: 30p !important;
}
.callbacks_tabs {
	bottom: -47px;
}
}
@media screen and (max-width: 384px) {
form.d-flex {
	display: block !important;
}
.footer-right-info h4 {
	font-size: 2.1em !important;
}
h4.ser_bot {
	font-size: 1.5em !important;
}
.serv_bottom h5 {
	font-size: 0.85em !important;
}
.callnumber li {
	margin: 0!important;
}
.footer_section h3, .footer_section h2 {
	font-size: 1.3em !important;
}
.banner {
	height: 94vw;
}
}
@media screen and (max-width: 375px) {
.types-pos {
	padding: 1em;
}
.banner-info4 h3 {
	font-size: 12em !important;
}
}
@media screen and (max-width: 320px) {
.banner-info h3 {
	font-size: 26p !important;
}
.banner {
	height: 103vw;
}
.banner-info a {
	font-size: 15px !important;
}
.banner-info h4, h4.right-text {
	font-size: 1.1em !important;
}
.footer-right-info h4 {
	font-size: 1.8em !important;
}

.serv_bottom h5 {
	letter-spacing: 1px;
	word-spacing: 5px;
}

.card-body a.btn {
	left: 35%;
}
.col-lg-6.abbot-right {
	padding-left: 1em;
	padding-top: 1em;
}
h4.right-text1.font-italic.text-white {
	font-size: 1.4em !important;
}
.types-pos {
	left: 5%;
	width: 90%;
}
h3.stat-title {
	letter-spacing: 1px;
	font-size: 1em !important;
}
.inner-banner {
	min-height: 210px;
}
a.navbar-brand {
	font-size: 0.6em !important;
}

}
