body {
	font-family: 'Nunito', sans-serif;
	color: #333;
	background-color: #fff;
}

a {
	color: gray;
}
b, strong{
	font-weight: bold;
    font-family: sans-serif;
}

span {
	font-size: 14px;
}

a:hover,
a:active,
a:focus {

	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
.container {
	max-width: 1440px;
}

.search-submit{
	width:auto !important;
}


/* Prelaoder */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../img/preloader.html") no-repeat center center;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

.back-to-top:focus {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #2dc997;
	color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header #logo {
	float: left;
}

#header #logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 6px 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
	color: #118fc2;
}

#header #logo img {
	padding: 0;
	margin: 0;
}



#header.header-fixed {
	background: #118fc2;
	padding: 20px 0;
	height: 72px;
	transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 100vh;
	background: url(../images/hero-bg.jpg) top center;
	background-size: cover;
	position: relative;
}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}

#hero:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero .hero-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

#hero h1 {
	margin: 30px 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 768px) {
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}
}

#hero h2 {
	color: #eee;
	margin-bottom: 50px;
	font-size: 24px;
}

@media (max-width: 768px) {
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}

#hero .btn-get-started {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
}

#hero .btn-get-started:hover {
	background: #2dc997;
	border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	font-family: fontawesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0;
}
.details33 .details {
    height: 40px;
    top: auto;
    display: flex;
    bottom: 0;
    padding: 5px;
    align-items: center;
}
#gallery .crp-tile-inner .details h3 {
    font-size: 14px !important;
    font-weight: bold;
}
#gallery .crp-tile-inner.crp-details-bg div.details {
    background-color: rgb(0 0 0 / 70%) !important;
}

@media (max-width: 768px) {
	#nav-menu-container {
		display: none;
	}
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 0 8px 10px 8px;
	text-decoration: none;
	display: inline-block;
	color: #fff;

	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	outline: none;
}

.nav-menu > li {
	margin-left: 10px;
}

.nav-menu > li > a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: white;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.nav-menu ul {
	margin: 4px 0 0 0;
	border: 1px solid #e7e7e7;
}

.nav-menu ul li {
	background: #fff;
}

.nav-menu ul li:first-child {
	border-top: 0;
}

.nav-menu ul li a {
	padding: 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
}

.nav-menu ul li a:hover {
	background: #2dc997;
	color: #fff;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #fff;
}

@media (max-width: 768px) {
	#mobile-nav-toggle {
		display: inline;
	}
}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(52, 59, 64, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}

#mobile-nav ul li a:hover {
	color: #fff;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #2dc997;
}

#mobile-nav ul .menu-item-active {
	color: #2dc997;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin-bottom: 5px;
}

/* About Us Section
--------------------------------*/

#about .about-container .background {
	min-height: 300px;
	background: url(../img/about-img.html) center top no-repeat;
	margin-bottom: 10px;
}

#about .about-container .content {
	background: #fff;
}

#about .about-container .title {
	color: #333;
	font-weight: 700;
	font-size: 32px;
}

@media (max-width: 768px) {
	#about .about-container .title {
		padding-top: 15px;
	}
}

#about .about-container p {
	line-height: 26px;
}

#about .about-container p:last-child {
	margin-bottom: 0;
}

#about .about-container .icon-box {
	background: #fff;
	background-size: cover;
	padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
	float: left;
	background: #fff;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
	color: #2dc997;
	font-size: 36px;
}

#about .about-container .icon-box .title {
	margin-left: 80px;
	font-weight: 500;
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
}

#about .about-container .icon-box .title a {
	color: #111;
}

#about .about-container .icon-box .description {
	margin-left: 80px;
	line-height: 24px;
	font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
	background: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 50px;
}

#facts .counters span {
	font-size: 48px;
	display: block;
	color: #2dc997;
}

#facts .counters p {
	padding: 0;
	margin: 0 0 20px 0;

	font-size: 14px;
}

/* Services Section
--------------------------------*/
#services {
	padding: 80px 0 60px 0;
}

#services .box {
	min-height: 444px;
	border: 1px solid rgba(224, 224, 232, 0);
	background-color: #fcfcfd;
	-webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	position: relative;
	padding: 65px 10px 15px 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#services .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: -44px;
	overflow: hidden;
	z-index: 100;
	-webkit-box-shadow: 0 0 0 rgba(141, 171, 234, 0);
	box-shadow: 0 0 0 rgba(141, 171, 234, 0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	right: 0;
}

#services .icon a {
	display: inline-block;
}

#services .icon i {
	color: #fff;
	font-size: 24px;
}

#services .icon > img {
	width: 90px;
	border-radius: 50%;
	min-height: 90px;
}
#services .icon.services > img {
    width: auto;
    border-radius: unset;
}

#services .icon + .box_heading {
	font-size: 14px;
    font-weight: 600;
    color: #2A4968;
    background-color: #EBF2F9;
    border-radius: 10px;
    padding: 5px 2px;
    text-transform: uppercase;
    position: relative;
    display: block;
    text-align: center;
}

#services .box:hover .icon i {
	color: #118fc2;
}

#services .box:hover {
	-webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
}

#services .box:hover .icon a {
	color: #2dc997;
}

#services .title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#services .title a {
	color: #111;
}

#services .description {
	font-size: 14px;
	line-height: 24px;
}



/* Call To Action Section
--------------------------------*/
#call-to-action {
	background-image: url("../images/fixed-bg.jpg");
	background-size: cover;
	padding: 80px 0;
	background-position: center;
	background-attachment: fixed;
	opacity: 0.8;
}

#call-to-action .cta-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

#call-to-action .cta-text {
	color: #fff;
}

@media (min-width: 769px) {
	#call-to-action .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.navbar_inner .nav-item:hover .nav-link {
		border-bottom: 1px solid #e0dddd;
		transition: all 300ms ease-in-out 0s;
	}
	.dropdown-menu a.nav-link {
		width: 160px;
		margin-right: 10px;
		display: inline-block !important;
		float: left;
	}
}

#call-to-action .cta-btn {

	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 30px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
}

#call-to-action .cta-btn:hover {
	background: #2dc997;
	border: 2px solid #2dc997;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
	background: #f7f7f7;
	padding: 80px 0;

}

#portfolio #portfolio-wrapper {
	padding-right: 15px;
}

#portfolio #portfolio-flters {
	padding: 0;
	margin: 0 0 45px 0;
	list-style: none;
	text-align: center;
}

#portfolio #portfolio-flters li {
	cursor: pointer;
	margin: 0 10px;
	display: inline-block;
	padding: 10px 22px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	border-radius: 4px;
	text-transform: uppercase;
	background: #fff;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
	background: #2dc997;
	color: #fff;
}

#portfolio .portfolio-item {
	position: relative;
	height: 200px;
	overflow: hidden !important;
	margin-bottom: 15px;
	transition: all 350ms ease;
	transform: scale(1);
}

#portfolio .portfolio-item a {
	display: block;
	margin-right: 15px;
}

#portfolio .portfolio-item img {
	position: relative;
	top: 0;
	transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
	height: 50px;
	background: #2dc997;
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: -50px;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 8px 0 2px 8px;
	margin: 0;
}

#portfolio .portfolio-item .details span {
	display: block;
	color: #fff;
	font-size: 13px;
	padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
	bottom: 0;
}

#portfolio .portfolio-item:hover img {
	top: -30px;
}

/* Team Section
--------------------------------*/
#team {
	background: #fdfafa;
	padding: 80px 0 60px 0;
}

#team .member {
	text-align: center;
	margin-bottom: 20px;
}

#team .member .pic {
	margin-bottom: 15px;
	overflow: hidden;
	height: 260px;
}

#team .member .pic img {
	max-width: 100%;
}

#team .member h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
}

#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}

#team .member .social {
	margin-top: 15px;
}

#team .member .social a {
	color: #b3b3b3;
}

#team .member .social a:hover {
	color: #2dc997;
}

#team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
	background: #f7f7f7;
	padding: 80px 0 40px 0;
}

#contact #google-map {
	height: 300px;
	margin-bottom: 20px;
}

#contact .info {
	color: #333333;
}

#contact .info i {
	font-size: 32px;
	color: #2dc997;
	float: left;
}

#contact .info p {
	padding: 0 0 10px 50px;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 14px;
}

#contact .info .email p {
	padding-top: 5px;
}

#contact .social-links {
	padding-bottom: 20px;
}

#contact .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#contact .social-links a:hover {
	background: #2dc997;
	color: #fff;
}

#contact form #sendmessage {
	color: #2dc997;
	border: 1px solid #2dc997;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact form #sendmessage.show,
#contact form #errormessage.show,
#contact form .show {
	display: block;
}

#contact form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#contact form input,
#contact form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

#contact form button[type="submit"] {
	background: #2dc997;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
}

#contact form button[type="submit"]:hover {
	background: #51d8ad;
}

form input[type="text"],form input[type="password"],form input[type="email"], form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 3px;
	border: none;
	margin-bottom: 10px;
	box-shadow: 0 0 19px #dedede inset;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    box-shadow: 0 0 19px #dedede inset;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #118fc2;
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
}

#footer .copyright {
	text-align: center;
}

.copyright {
	background-color: #0f151c;
    padding: 10px 0 10px 0;
    font-size: 14px;
	color: #ccc;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #ccc;
}

.footer p,
.footer ul li a,
.footer ul li span {
	color: #ccc !important;
	font-size: 14px;
	line-height: 20px;
}



.box_heading {
	font-weight: bold;
	text-align: left;
	color: #118fc2;
}

.box_heading:hover {
	color: hsla(199, 86%, 30%, 1);
}

/* about US */

.aboutus-section {
	padding: 90px 0;

}

.aboutus-title {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0 0 39px;
	padding: 0 0 11px;
	position: relative;
	text-transform: uppercase;
	color: #000;
}

.aboutus-title::after {
	background: #fdb801 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 54px;
}

.aboutus-text {
	color: #606060;
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 35px;
}

a:hover,
a:active {
	text-decoration: none;
	outline: 0;
}

.aboutus-more {
	border: 1px solid #20c997;
	border-radius: 25px;
	color: #20c997;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 7px 20px;
	text-transform: uppercase;

}

.feature .feature-box .iconset {
	background: #fff none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 18%;
}

.feature .feature-box .iconset::after {
	background: #fdb801 none repeat scroll 0 0;
	content: "";
	height: 150%;
	left: 43%;
	position: absolute;
	top: 100%;
	width: 1px;
}

.feature .feature-box .feature-content h4 {
	color: #0f0f0f;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0 0 5px;
}


.feature .feature-box .feature-content {
	float: left;
	padding-left: 28px;
	width: 78%;
}

.feature .feature-box .feature-content h4 {
	color: #0f0f0f;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0 0 5px;
}

.feature .feature-box .feature-content p {
	color: #606060;
	font-size: 13px;
	line-height: 22px;
}




/* about us */


.about .heading h2 {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	font-weight: bold;

}

.about .heading h2 span {
	color: #2dc997;
	font-weight: bold;
}

.about .heading p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	color: #999999;
	margin: 20px 0 60px;
	padding: 0;
}

.about h3 {
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.about p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	color: #999999;
	margin: 20px 0 15px;
	padding: 0;
}

.about h4 {
	font-size: 15px;
	font-weight: 500;
	margin: 8px 0;
}

.about h4 i {
	color: #F24259;
	margin-right: 10px;
}

.btn-bg {
	background-color: #2dc997;
	margin-top: 20px;
	color: white;
}

.btn-inner-text {
	color: white;
	font-weight: bold;
}

.contact_us {
	margin-top: 40px;
	margin-bottom: 100px;
}

.contact_form {
	background-color: #2dc997;
}




/* industreies we serve */




a {
	text-decoration: none;


}

.box {
	padding: 60px 0px;
}

.box-part {
	background: #fbfafa;
	border-radius: 0;
	padding: 60px 10px;
	margin: 13px 0px;
}

.text {
	margin: 20px 0px;
}

.fa {
	color: #118fc2;
}

.title_heading {
	margin-top: 10px;
}

.presentation {

	padding-top: 50px;
	padding-bottom: 50px;
}

.text-box {
	margin-left: 30px;


}

.form-frmt {
	padding: 20px;

}

.fom-btn-bg {
	background-color: #2dc997;
	color: white;
}

.inner_header {
	background: #118fc2;
	padding: 20px 0;
	height: 72px;
	transition: all 0.5s;
	position: inherit !important;
	transition: all 0.5s;
	z-index: 999;
}

ul.simplefilter {
	display: flex;
}

.simplefilter li,
.sortandshuffle li {

	margin-right: 20px;
}

.wp-block-preformatted .row {
	margin-top: 60px;
}

pre {
	overflow: hidden;
}

#FilerTab {
	justify-content: center;
	display: flex;
	margin-top: 50px;
}


.who {
	padding-bottom: 50px;
}

.btn-color {
	background-color: #00293a;
}

.btn-text {
	color: white !important;
}

.wrk-frmt {
	padding-bottom: 10px;

}

.abt-us {
	font-size: 15px;

}

.post-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}



/*footer heading*/

.footers a {
	color: #696969;
}

.footers p {
	color: #696969;
}

.footers ul {
	line-height: 30px;
}

#social-fb:hover {
	color: #3B5998;
	transition: all .001s;
}

#social-tw:hover {
	color: #4099FF;
	transition: all .001s;
}

#social-gp:hover {
	color: #d34836;
	transition: all .001s;
}

#social-em:hover {
	color: #f39c12;
	transition: all .001s;
}

.footer ul li a:hover {
	color: #17a2b8;
}

.footer ul li a {
	color: #118fc2;
}

.footer_links ul li {
	line-height: 0;
}
.footer_links ul .nav-item a.nav-link {
	font-size: 13px;
	padding: 5px 0;
}

.ft-hd {
	font-weight: bold;
	;
}


.ftr-bg {
	background-color: #171f2a;
}

.pay-method {
	padding-top: 40px;
	padding-bottom: 40px;
}

.fa-white {
	color: white;
}

h2.entry-title a:hover {
	color: #000;
}

.btn-margin-3 {
	margin-top: 30px;
}

.form-frmt {
	margin-top: 50px;
}

.test-page {
	margin-top: 30px;
	margin-bottom: 30px;
}

.img-size {
	width: 250px;
}

.pay {
	font-weight: bold;
	font-size: 20px;
}

.work {
	background-color: #f2f2f2;
	padding: 16px;
}

.testimonial-content .testimonial-heading + p {
	font-size: 14px;
}

.contact-bg {
	background-color: #118fc2;
}

.blue-btn {

	color: white;
	background-color: hsl(199, 89%, 42%);
	border-color: #007bff;
}

.blue-btn:hover {
	background-color: hsla(199, 86%, 30%, 1);
}

.provide {
	color: gray;
	text-align: center;

}

.card-body > p {
	color: gray;
}

.header4all {
	background-color: #f2f2f2;
	margin-bottom: 50px;
	padding: 30px;
	text-align: center;
}

.bg-color {
	background-color: #eaeff9;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-transform: skewY(-10deg) scaleY(0.7);
	-moz-transform: skewY(-10deg) scaleY(0.7);
	-ms-transform: skewY(-10deg) scaleY(0.7);
	transform: skewY(-10deg) scaleY(0.7);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	z-index: -1;
}

.who .bg-color {
	background-color: #eaeff9;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-transform: skewY(-10deg) scaleY(0.7);
	-moz-transform: skewY(-10deg) scaleY(0.7);
	-ms-transform: skewY(-10deg) scaleY(0.7);
	transform: skewY(-10deg) scaleY(0.7);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	z-index: -1;
}

.who .about_wrapper {
	padding: 60px 50px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.8s ease;
}

.theme-color {
	color: #118fc2;
}

.theme-bg-color {
	background-color: #118fc2;
}

.business .feature-icon-box .fa {
	margin-right: 8px;
	font-size: 30px;
	color: #4aaad3;
}

.business .feature-icon-box {
	font-size: 20px;
	/* line-height: 45px; */
}

.business .heading_section {
	margin-bottom: 50px;
}

.about_seo {}

.about_seo .icon_circle {
	width: 165px;
	height: 165px;
	line-height: 175px;
	border-radius: 100%;
	background: #f4f6f7;
	margin: -6.6px;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
}

.heading_title {
	font-weight: 600;
	line-height: 1;
	margin: 0 0 10px;
	color: #2f2c2c;
	font-size: 40px;
	margin-bottom: 20px;
}

.about_seo .seo-bg-img {
	background-image: url(../../uploads/2019/04/successive.png);
	background-repeat: no-repeat;
}

.about_seo .dot_circle {
	background: url(../../uploads/2019/04/dotted.png) no-repeat scroll 0 0;
	background-size: cover;
	padding: 15px;
	border-radius: 100%;
	margin-bottom: 28px;
	width: 180px;
	height: 180px;
	transition: all 300ms ease-in-out 0s;
}

.seo_wrapper {
	margin-right: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.8px;
	color: #232323;
	width: 180px;
	margin-bottom: 30px;
}

.wpb_column h5:after {
	background: #118fc2;
	content: '';
	display: block;
	width: 38px;
	height: 2px;
	margin-top: 10px;
}

#about p {
	color: #757575;
	font-size: 16px;
	line-height: 28px;
}

.single-content h1 {
	font-size: 30px;
	font-weight: 600;
}

.single-content p {
	font-size: 16px;
	line-height: 28px;
	color: #111;
}

.byline {
	margin-right: 16px;
}

.posted_by {
	margin-right: 5px;
}

.posted-on {
	margin-right: 10px;
}

.posted_in {
	margin-right: 5px;
}

time.entry-date.published {
	margin-right: 5px;
}

#sidebar .categories,
#sidebar .pagenav,
#sidebar .pagenav + li {
	background-color: #f7f9f8;
	margin-bottom: 30px;
}

#sidebar li {
	display: block;
	border-bottom: 1px dashed #ddd;
	padding: 16px 0;
	position: relative;
}

#sidebar h2 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 22px;
}

#sidebar ul {
	padding-left: 0;
}

.search-field {
    padding: 11px 25px;
    position: relative;
    z-index: 2;
    border: none;
    box-shadow: 0 0 15px #d8d8d8 inset;
}
form.search-form label span {
    display: none;
}
.wpb_column .icon-wrapper {
	width: 55px;
	height: 55px;
	border: 1px solid #118fc2;
	text-align: center;
	box-shadow: 4px 4px 0 #f4f6f7;
	display: flex;
	transition: all 300ms ease-in-out 0s;
	align-items: center;
	justify-content: center;
}

.section_padding {
	padding: 120px 0;
}

.animate-border {
	position: relative;
	display: block;
	width: 115px;
	height: 3px;
	background: #118fc2;
}

.animate-border:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 0;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}

.animate-border:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 5%;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

@-webkit-keyframes animborder {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	100% {
		-webkit-transform: translateX(113px);
		transform: translateX(113px);
	}
}

@keyframes animborder {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	100% {
		-webkit-transform: translateX(113px);
		transform: translateX(113px);
	}
}

.footer_heading_hr:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background: #e99544;
	margin-top: 10px
}

.footer-heading {
	color: #fff;
	font-weight: 100;
}

.post_section .wrapper {
	box-shadow: -4px -2px 16px #d2d2d2;
	border-bottom: 4px solid #118fc2;
}

.post_section a {
	color: #118fc2;
}

.post_section .title {
	color: #118fc2;
	font-weight: 600;
}

.post_section .content p {
	display: -webkit-box;
	max-width: 400px;
	margin: 0 auto;
	line-height: 1.4;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #808080;
	font-size: 14px;
}

.post_section .post_date {
	color: #808080;
	font-size: 14px;
}

.footers-info p {
	color: #acb4b6;
}

.form-control {
	border: 1px solid #e5e7f2 !important;
    background: #f7f9fb !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 100%;
    box-sizing: border-box;
    min-width: 100%;
    border: 0;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: none;
    letter-spacing: 0;
    outline: 0;
    line-height: 24px;
    padding: 8px 12px;
    text-align: left;
    font-family: inherit;
    border-radius: 4px;
    font-weight: 400;
}

input[type="submit"] {
	-webkit-transition: .3s !important;
	-moz-transition: .3s !important;
	-ms-transition: .3s !important;
	-o-transition: .3s !important;
	transition: .3s !important;
	text-align: center;
	box-sizing: border-box;
	line-height: 46px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	outline: 0;
	transition: .25s;
	cursor: pointer;
	background: 0 0;
	border-radius: 4px;
	background-color: #118fc2;
	color: #fff;
	width: 100%;
	border: none;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 14px;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
}

:-ms-input-placeholder {
	/* IE 10+ */
	font-size: 14px;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-size: 14px;
}

.business-info-header .business-email-row,
.business-info-header .business-phone-row,
.business-info-header .business-address-row {
	display: block;
	margin-bottom: 25px;
	line-height: 1;
}

.business-info-wrapper {
	background: #fff;
	border: 1px solid #e5e7f2;
	border-radius: 4px;
	padding-bottom: 15px;
	box-shadow: 0 5px 40px rgba(0, 0, 0, .07);
}

.business-info-wrapper h4 {
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 20px;
}

.contact-map-container .business-info-wrapper .business-info-day {
	border-top: 1px solid rgba(255, 255, 255, .15);
	margin-bottom: 25px;
	line-height: 1;
}

.business-info-wrapper span {
	color: #828282;
}

.button {
	background-color: #118fc2;
	color: #fff;
	width: auto;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .25);
	border-radius: 2px;
	font-size: 14px;
	padding: 13px 34px;
	transition: color 200ms cubic-bezier(.785, .135, .15, .86), background-color 200ms cubic-bezier(.785, .135, .15, .86), border-color 200ms cubic-bezier(.785, .135, .15, .86);
}

.button:hover,
.button:focus,
.button:active {
	color: #fff;
}

.who ul,
#services ul,
#about ul {
	list-style: none;
	line-height: 32px;
	font-size: 14px;
	list-style-image: url('../images/checked.png');
}

.who ul,
#services ul {
	padding: 0;
}

.our_goel p {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.nav-item a.nav-link {
	color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin: 0 2px;
}

section.widget {
	background-color: #f7f9f8;
	margin-bottom: 30px;
	padding: 20px;
}

.recent_post_listing a {
	font-size: 14px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #333;
	line-height: 20px;
}

.recent_post_listing {
	margin-top: 15px;
	border-top: 1px solid #e9ebef;
	padding-top: 15px;
}

.recent_post_listing ul li a {
	font-size: 14px;
	color: #333;
}

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

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: 0;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px 0 4px 0;
	transition: all 0.2s;
}

.navbar-toggler .icon-bar {
	background: #ffffff;
}
.navbar_inner .navbar-toggler .icon-bar {
	background: #000;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
	transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
	transform: rotate(0);
}
.navbar_inner .nav-item a.nav-link{
	color: #777;
}
.navbar_inner .nav-item a.nav-link:hover {
    color: #000;
    border-color: #000;
}
.navbar_inner{
	background-color: #fff;
	box-shadow: 0px 1px 15px #b3b3b359;
	padding: 0 15px;
}
#training .wrapper,#blog .wrapper {
	margin-bottom: 20px;
	background-color: #fff;
}
.header_inner_wrapper{
	background-image: url('../../uploads/2019/06/breadcrumb.jpg');
	min-height: 190px;
	display: flex;
	align-items: center
}
.our_goel a, #services .box a,#about a,.about_wrapper a,.about_content_wrapper a {
	color: #118fc2;
}
.heading_inner_title{
	font-weight: 600;
	line-height: 1;
	margin: 0 0 10px;
	font-size: 28px;
	color: #fff;
}
.breadcrumb{
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.breadcrumb li a{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
}
.breadcrumb:last-child{
	color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 5px 10px;
}
.footer-icon ul li {
	display: block;
}
.about_content_wrapper {
	min-height: auto;
	overflow: hidden;
	height: 280px;
}
.nav-link {
	padding: .5rem 0;
}
section.widget{
	background:none;
	padding: 0;
}
.widget.widget_nav_menu ul.menu{
	padding: 0;
	color: #fff;
}

.topbar {
	background: #49aad3;
	height: 45px;
	position: relative;
	z-index: 2;
}
.topbar li {
	padding: 10px 0;
}
.topbar ul li a {
	color:#fff;
	font-weight: 600;
	font-size: 14px;
}
.topbar-left .tel i {
	color: #FFA506;
}
.topbar li a {
	padding: 12px 25px;
}
.topbar i {
	color: #fff;
}
.tel{
	background: #278bb5;
}
.request_quote{
	background-color: #27AE61;
}
.footer_links ul {
    list-style: none;
}
.search.search-results h2,.category.category-services h2{
    font-weight: 900;
    font-size: 20px;
}
.search.search-results h2 a,.category.category-services h2 a{
    color: #49aad3;
}
#bbpress-forums #bbp-search-form #bbp_search{
	padding: 10px;
}
.cetificate_info{
	padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 19px #e0e0e0b8;
    border-radius: 5px;
}
.pxy-20 {
	padding: 20px;
}

.pxy-30 {
	padding: 30px;
}

.pxy-40 {
	padding: 40px;
}

.pxy-50 {
	padding: 50px;
}

.px-50 {
	padding: 50px 0 50px 0;
}

.py-50 {
	padding: 0 50px 0 50px;
}

.bxy {
	border: 1px solid #118fc2;
}

.pb-80 {
	padding-bottom: 80px;
}

.mb-100 {
	margin-bottom: 100px;
}

.contact-info--item a {
	position: relative;
	padding: 30px 0;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

.contactInfo {
	padding: 20px 0;
}

section.footer {
	padding: 30px 0
}

.inner_services .box {
	min-height: 462px !important;
	margin-bottom: 60px;
}

.contact-info--item a .fa {
	margin-right: 8px;
	color: #fff;
}


.navbar_inner .nav-item.active > .nav-link  {
	border-bottom: 2px solid #118fc2;
	transition: all 300ms ease-in-out 0s;
	color:#118fc2;
}

.navbar-nav .nav-link{display:inline-block;}

.ml-auto {display:inline-block!important;}

.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

[data-toggle="dropdown"]:after {
	font-family: "FontAwesome";
	content: "\f107";
	vertical-align: middle;
	font-weight: 900;
	padding-left: 5px;
}

.category_list_sidebar{
	padding: 5px;
    box-shadow: 0px 1px 8px #f1f1f1;
    margin-bottom: 10px;
}
ul.category_page li a{
	font-size: 14px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	line-height: 20px;
	background-color: #49aad3;
	margin-bottom: 10px;
	padding: 10px;
	display: block;
}
ul.category_page li a:hover {
	background-color: #171f2a;
	color: #fff;
}
.category_page li a:before {
	content: "\25BA";
	margin-right: 10px;
}
.single_heading{
	font-size: 22px;
    font-weight: bold;
}
.business .heading_section h1{
	line-height: 36px;
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #49aad3;
}

form.bbp-login-form {
    padding: 30px;
    border: 1px solid #eee;
    background-color: white;
}
.bbp-submit-wrapper{
	float:none !important;
	text-align:left !important;
}
.submit.user-submit{
    padding: 5px 20px;
	border: none;
}
.bbp-login-form .bbp-login-links {
    margin-top: 20px;
}
.bbp-login-form .bbp-login-links a{
    clear: none;
    margin-right: 15px;
}
.green {
    color: #449D44;
    font-weight: bold;
}
span.list-group-item-text.green:after {
    content: "\f00c";
    font-family: FontAwesome;
}
.list-style-icon ul {
    list-style: none;
    padding: 0;
    margin-top: -23px;
}

.list-style-icon ul li:before {
    content: "\f00c";
    padding-right: 5px;
    font-family: FontAwesome;
    color: #449D44;
}
#bbp_search_submit{
	line-height: 40px;
	width: auto;
	padding: 0px 30px;
}
#certificate_form{
	box-shadow: 0 0 18px #dedede6e;
}
.serives-box {
    text-align: center;
    padding: 25px 20px;
    margin-top: 20px;
    height: 420px;
    box-shadow: 0 1px 5px 1px #49aad3;
}
.serives-box:hover img {
    transform: rotate(-10deg);
    transition: all .8s;
}
.dropdown-menu{
	 margin: 0;
}
.dashicons, .dashicons-before:before {
    vertical-align: middle;
}
.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mt-55 {
	margin-top: 55px
}

.mt-60 {
	margin-top: 60px
}

.mt-65 {
	margin-top: 65px
}

.mt-70 {
	margin-top: 70px
}

.mt-75 {
	margin-top: 75px
}

.mt-80 {
	margin-top: 80px
}

.mt-85 {
	margin-top: 85px
}

.mt-90 {
	margin-top: 90px
}

.mt-95 {
	margin-top: 95px
}

.mt-100 {
	margin-top: 100px
}

.mt-105 {
	margin-top: 105px
}

.mt-110 {
	margin-top: 110px
}

.mt-115 {
	margin-top: 115px
}

.mt-120 {
	margin-top: 120px
}

.mt-125 {
	margin-top: 125px
}

.mt-130 {
	margin-top: 130px
}

.mt-135 {
	margin-top: 135px
}

.mt-140 {
	margin-top: 140px
}

.mt-145 {
	margin-top: 145px
}

.mt-150 {
	margin-top: 150px
}

.mt-155 {
	margin-top: 155px
}

.mt-160 {
	margin-top: 160px
}

.mt-165 {
	margin-top: 165px
}

.mt-170 {
	margin-top: 170px
}

.mt-175 {
	margin-top: 175px
}

.mt-180 {
	margin-top: 180px
}

.mt-185 {
	margin-top: 185px
}

.mt-190 {
	margin-top: 190px
}

.mt-195 {
	margin-top: 195px
}

.mt-200 {
	margin-top: 200px
}

.mt-5 {
	margin-top: 5px !important
}

@media only screen and (min-width:767px) {
	.mt-md-50 {
		margin-top: 50px;
	}

	.ml-md-15 {
		margin-left: 15px
	}

	.mb-md-15 {
		margin-bottom: 15px
	}

	.pb-md-20 {
		padding-bottom: 20px
	}

	.bb-md-1 {
		border-bottom: 1px solid #e9ecef
	}

	.bl-md-1 {
		border-left: 1px solid #e9ecef
	}

	.br-md-1 {
		border-right: 1px solid #e9ecef
	}

	.bt-md-1 {
		border-top: 1px solid #e9ecef
	}
}

@media only screen and (max-width:767px) {
	.float-xs-none {
		float: none
	}

	.fsize-xs-12 {
		font-size: 12px
	}

	.w-xs-100 {
		width: 100%
	}

	.bb-xs-1 {
		border-bottom: 1px solid #e9ecef
	}

	.bl-xs-1 {
		border-left: 1px solid #e9ecef
	}

	.br-xs-1 {
		border-right: 1px solid #e9ecef
	}

	.bt-xs-1 {
		border-top: 1px solid #e9ecef
	}

	.mt-sm-5 {
		margin-top: 5px
	}

	.mt-sm-10 {
		margin-top: 10px
	}

	.mt-sm-15 {
		margin-top: 15px
	}

	.mt-sm-20 {
		margin-top: 20px
	}

	.mt-sm-25 {
		margin-top: 25px
	}

	.mt-sm-30 {
		margin-top: 30px
	}

	.mt-sm-35 {
		margin-top: 35px
	}

	.mt-sm-40 {
		margin-top: 40px
	}

	.mt-sm-45 {
		margin-top: 45px
	}

	.mt-sm-50 {
		margin-top: 50px
	}

	.mt-sm-55 {
		margin-top: 55px
	}

	.mt-sm-60 {
		margin-top: 60px
	}

	.mt-sm-65 {
		margin-top: 65px
	}

	.mt-sm-70 {
		margin-top: 70px
	}

	.mt-sm-75 {
		margin-top: 75px
	}

	.mt-sm-80 {
		margin-top: 80px
	}

	.mt-sm-85 {
		margin-top: 85px
	}

	.mt-sm-90 {
		margin-top: 90px
	}

	.mt-sm-95 {
		margin-top: 95px
	}

	.mt-sm-100 {
		margin-top: 100px
	}

	.mt-sm-105 {
		margin-top: 105px
	}

	.mt-sm-110 {
		margin-top: 110px
	}

	.mt-sm-115 {
		margin-top: 115px
	}

	.mt-sm-120 {
		margin-top: 120px
	}

	.mt-sm-125 {
		margin-top: 125px
	}

	.mt-sm-130 {
		margin-top: 130px
	}

	.mt-sm-135 {
		margin-top: 135px
	}

	.mt-sm-140 {
		margin-top: 140px
	}

	.mt-sm-145 {
		margin-top: 145px
	}

	.mt-sm-150 {
		margin-top: 150px
	}

	.mt-sm-155 {
		margin-top: 155px
	}

	.mt-sm-160 {
		margin-top: 160px
	}

	.mt-sm-165 {
		margin-top: 165px
	}

	.mt-sm-170 {
		margin-top: 170px
	}

	.mt-sm-175 {
		margin-top: 175px
	}

	.mt-sm-180 {
		margin-top: 180px
	}

	.mt-sm-185 {
		margin-top: 185px
	}

	.mt-sm-190 {
		margin-top: 190px
	}

	.mt-sm-195 {
		margin-top: 195px
	}

	.mt-sm-200 {
		margin-top: 200px
	}
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-55 {
	margin-bottom: 55px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-65 {
	margin-bottom: 65px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-75 {
	margin-bottom: 75px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-85 {
	margin-bottom: 85px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-95 {
	margin-bottom: 95px
}

.mb-100 {
	margin-bottom: 100px
}

.mb-105 {
	margin-bottom: 105px
}

.mb-110 {
	margin-bottom: 110px
}

.mb-115 {
	margin-bottom: 115px
}

.mb-120 {
	margin-bottom: 120px
}

.mb-125 {
	margin-bottom: 125px
}

.mb-130 {
	margin-bottom: 130px
}

.mb-135 {
	margin-bottom: 135px
}

.mb-140 {
	margin-bottom: 140px
}

.mb-145 {
	margin-bottom: 145px
}

.mb-150 {
	margin-bottom: 150px
}

.mb-155 {
	margin-bottom: 155px
}

.mb-160 {
	margin-bottom: 160px
}

.mb-165 {
	margin-bottom: 165px
}

.mb-170 {
	margin-bottom: 170px
}

.mb-175 {
	margin-bottom: 175px
}

.mb-180 {
	margin-bottom: 180px
}

.mb-185 {
	margin-bottom: 185px
}

.mb-190 {
	margin-bottom: 190px
}

.mb-195 {
	margin-bottom: 195px
}

.mb-200 {
	margin-bottom: 200px
}

.mb-5 {
	margin-bottom: 5px !important
}

@media only screen and (max-width:767px) {
	.mb-sm-5 {
		margin-bottom: 5px
	}

	.mb-sm-10 {
		margin-bottom: 10px
	}

	.mb-sm-15 {
		margin-bottom: 15px
	}

	.mb-sm-20 {
		margin-bottom: 20px
	}

	.mb-sm-25 {
		margin-bottom: 25px
	}

	.mb-sm-30 {
		margin-bottom: 30px
	}

	.mb-sm-35 {
		margin-bottom: 35px
	}

	.mb-sm-40 {
		margin-bottom: 40px
	}

	.mb-sm-45 {
		margin-bottom: 45px
	}

	.mb-sm-50 {
		margin-bottom: 50px
	}

	.mb-sm-55 {
		margin-bottom: 55px
	}

	.mb-sm-60 {
		margin-bottom: 60px
	}

	.mb-sm-65 {
		margin-bottom: 65px
	}

	.mb-sm-70 {
		margin-bottom: 70px
	}

	.mb-sm-75 {
		margin-bottom: 75px
	}

	.mb-sm-80 {
		margin-bottom: 80px
	}

	.mb-sm-85 {
		margin-bottom: 85px
	}

	.mb-sm-90 {
		margin-bottom: 90px
	}

	.mb-sm-95 {
		margin-bottom: 95px
	}

	.mb-sm-100 {
		margin-bottom: 100px
	}

	.mb-sm-105 {
		margin-bottom: 105px
	}

	.mb-sm-110 {
		margin-bottom: 110px
	}

	.mb-sm-115 {
		margin-bottom: 115px
	}

	.mb-sm-120 {
		margin-bottom: 120px
	}

	.mb-sm-125 {
		margin-bottom: 125px
	}

	.mb-sm-130 {
		margin-bottom: 130px
	}

	.mb-sm-135 {
		margin-bottom: 135px
	}

	.mb-sm-140 {
		margin-bottom: 140px
	}

	.mb-sm-145 {
		margin-bottom: 145px
	}

	.mb-sm-150 {
		margin-bottom: 150px
	}

	.mb-sm-155 {
		margin-bottom: 155px
	}

	.mb-sm-160 {
		margin-bottom: 160px
	}

	.mb-sm-165 {
		margin-bottom: 165px
	}

	.mb-sm-170 {
		margin-bottom: 170px
	}

	.mb-sm-175 {
		margin-bottom: 175px
	}

	.mb-sm-180 {
		margin-bottom: 180px
	}

	.mb-sm-185 {
		margin-bottom: 185px
	}

	.mb-sm-190 {
		margin-bottom: 190px
	}

	.mb-sm-195 {
		margin-bottom: 195px
	}

	.mb-sm-200 {
		margin-bottom: 200px
	}
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.ml-35 {
	margin-left: 35px
}

.ml-40 {
	margin-left: 40px
}

.ml-45 {
	margin-left: 45px
}

.ml-50 {
	margin-left: 50px
}

.ml-55 {
	margin-left: 55px
}

.ml-60 {
	margin-left: 60px
}

.ml-65 {
	margin-left: 65px
}

.ml-70 {
	margin-left: 70px
}

.ml-75 {
	margin-left: 75px
}

.ml-80 {
	margin-left: 80px
}

.ml-85 {
	margin-left: 85px
}

.ml-90 {
	margin-left: 90px
}

.ml-95 {
	margin-left: 95px
}

.ml-100 {
	margin-left: 100px
}

.ml-105 {
	margin-left: 105px
}

.ml-110 {
	margin-left: 110px
}

.ml-115 {
	margin-left: 115px
}

.ml-120 {
	margin-left: 120px
}

.ml-125 {
	margin-left: 125px
}

.ml-130 {
	margin-left: 130px
}

.ml-135 {
	margin-left: 135px
}

.ml-140 {
	margin-left: 140px
}

.ml-145 {
	margin-left: 145px
}

.ml-150 {
	margin-left: 150px
}

.ml-155 {
	margin-left: 155px
}

.ml-160 {
	margin-left: 160px
}

.ml-165 {
	margin-left: 165px
}

.ml-170 {
	margin-left: 170px
}

.ml-175 {
	margin-left: 175px
}

.ml-180 {
	margin-left: 180px
}

.ml-185 {
	margin-left: 185px
}

.ml-190 {
	margin-left: 190px
}

.ml-195 {
	margin-left: 195px
}

.ml-200 {
	margin-left: 200px
}

.ml-5 {
	margin-left: 5px !important
}

@media only screen and (max-width:767px) {
	.ml-sm-5 {
		margin-left: 5px
	}

	.ml-sm-10 {
		margin-left: 10px
	}

	.ml-sm-15 {
		margin-left: 15px
	}

	.ml-sm-20 {
		margin-left: 20px
	}

	.ml-sm-25 {
		margin-left: 25px
	}

	.ml-sm-30 {
		margin-left: 30px
	}

	.ml-sm-35 {
		margin-left: 35px
	}

	.ml-sm-40 {
		margin-left: 40px
	}

	.ml-sm-45 {
		margin-left: 45px
	}

	.ml-sm-50 {
		margin-left: 50px
	}

	.ml-sm-55 {
		margin-left: 55px
	}

	.ml-sm-60 {
		margin-left: 60px
	}

	.ml-sm-65 {
		margin-left: 65px
	}

	.ml-sm-70 {
		margin-left: 70px
	}

	.ml-sm-75 {
		margin-left: 75px
	}

	.ml-sm-80 {
		margin-left: 80px
	}

	.ml-sm-85 {
		margin-left: 85px
	}

	.ml-sm-90 {
		margin-left: 90px
	}

	.ml-sm-95 {
		margin-left: 95px
	}

	.ml-sm-100 {
		margin-left: 100px
	}

	.ml-sm-105 {
		margin-left: 105px
	}

	.ml-sm-110 {
		margin-left: 110px
	}

	.ml-sm-115 {
		margin-left: 115px
	}

	.ml-sm-120 {
		margin-left: 120px
	}

	.ml-sm-125 {
		margin-left: 125px
	}

	.ml-sm-130 {
		margin-left: 130px
	}

	.ml-sm-135 {
		margin-left: 135px
	}

	.ml-sm-140 {
		margin-left: 140px
	}

	.ml-sm-145 {
		margin-left: 145px
	}

	.ml-sm-150 {
		margin-left: 150px
	}

	.ml-sm-155 {
		margin-left: 155px
	}

	.ml-sm-160 {
		margin-left: 160px
	}

	.ml-sm-165 {
		margin-left: 165px
	}

	.ml-sm-170 {
		margin-left: 170px
	}

	.ml-sm-175 {
		margin-left: 175px
	}

	.ml-sm-180 {
		margin-left: 180px
	}

	.ml-sm-185 {
		margin-left: 185px
	}

	.ml-sm-190 {
		margin-left: 190px
	}

	.ml-sm-195 {
		margin-left: 195px
	}

	.ml-sm-200 {
		margin-left: 200px
	}
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px !important
}

.mr-20 {
	margin-right: 20px
}

.mr-25 {
	margin-right: 25px
}

.mr-30 {
	margin-right: 30px
}

.mr-35 {
	margin-right: 35px
}

.mr-40 {
	margin-right: 40px
}

.mr-45 {
	margin-right: 45px
}

.mr-50 {
	margin-right: 50px
}

.mr-55 {
	margin-right: 55px
}

.mr-60 {
	margin-right: 60px
}

.mr-65 {
	margin-right: 65px
}

.mr-70 {
	margin-right: 70px
}

.mr-75 {
	margin-right: 75px
}

.mr-80 {
	margin-right: 80px
}

.mr-85 {
	margin-right: 85px
}

.mr-90 {
	margin-right: 90px
}

.mr-95 {
	margin-right: 95px
}

.mr-100 {
	margin-right: 100px
}

.mr-105 {
	margin-right: 105px
}

.mr-110 {
	margin-right: 110px
}

.mr-115 {
	margin-right: 115px
}

.mr-120 {
	margin-right: 120px
}

.mr-125 {
	margin-right: 125px
}

.mr-130 {
	margin-right: 130px
}

.mr-135 {
	margin-right: 135px
}

.mr-140 {
	margin-right: 140px
}

.mr-145 {
	margin-right: 145px
}

.mr-150 {
	margin-right: 150px
}

.mr-155 {
	margin-right: 155px
}

.mr-160 {
	margin-right: 160px
}

.mr-165 {
	margin-right: 165px
}

.mr-170 {
	margin-right: 170px
}

.mr-175 {
	margin-right: 175px
}

.mr-180 {
	margin-right: 180px
}

.mr-185 {
	margin-right: 185px
}

.mr-190 {
	margin-right: 190px
}

.mr-195 {
	margin-right: 195px
}

.mr-200 {
	margin-right: 200px
}

.mr-5 {
	margin-right: 5px !important
}

@media only screen and (max-width:767px) {
	.mright-sm-5 {
		margin-right: 5px
	}

	.mright-sm-10 {
		margin-right: 10px
	}

	.mright-sm-15 {
		margin-right: 15px
	}

	.mright-sm-20 {
		margin-right: 20px
	}

	.mright-sm-25 {
		margin-right: 25px
	}

	.mright-sm-30 {
		margin-right: 30px
	}

	.mright-sm-35 {
		margin-right: 35px
	}

	.mright-sm-40 {
		margin-right: 40px
	}

	.mright-sm-45 {
		margin-right: 45px
	}

	.mright-sm-50 {
		margin-right: 50px
	}

	.mright-sm-55 {
		margin-right: 55px
	}

	.mright-sm-60 {
		margin-right: 60px
	}

	.mright-sm-65 {
		margin-right: 65px
	}

	.mright-sm-70 {
		margin-right: 70px
	}

	.mright-sm-75 {
		margin-right: 75px
	}

	.mright-sm-80 {
		margin-right: 80px
	}

	.mright-sm-85 {
		margin-right: 85px
	}

	.mright-sm-90 {
		margin-right: 90px
	}

	.mright-sm-95 {
		margin-right: 95px
	}

	.mright-sm-100 {
		margin-right: 100px
	}

	.mright-sm-105 {
		margin-right: 105px
	}

	.mright-sm-110 {
		margin-right: 110px
	}

	.mright-sm-115 {
		margin-right: 115px
	}

	.mright-sm-120 {
		margin-right: 120px
	}

	.mright-sm-125 {
		margin-right: 125px
	}

	.mright-sm-130 {
		margin-right: 130px
	}

	.mright-sm-135 {
		margin-right: 135px
	}

	.mright-sm-140 {
		margin-right: 140px
	}

	.mright-sm-145 {
		margin-right: 145px
	}

	.mright-sm-150 {
		margin-right: 150px
	}

	.mright-sm-155 {
		margin-right: 155px
	}

	.mright-sm-160 {
		margin-right: 160px
	}

	.mright-sm-165 {
		margin-right: 165px
	}

	.mright-sm-170 {
		margin-right: 170px
	}

	.mright-sm-175 {
		margin-right: 175px
	}

	.mright-sm-180 {
		margin-right: 180px
	}

	.mright-sm-185 {
		margin-right: 185px
	}

	.mright-sm-190 {
		margin-right: 190px
	}

	.mright-sm-195 {
		margin-right: 195px
	}

	.mright-sm-200 {
		margin-right: 200px
	}
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px !important
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}

.pt-55 {
	padding-top: 55px
}

.pt-60 {
	padding-top: 60px
}

.pt-65 {
	padding-top: 65px
}

.pt-70 {
	padding-top: 70px
}

.pt-75 {
	padding-top: 75px
}

.pt-80 {
	padding-top: 80px
}

.pt-85 {
	padding-top: 85px
}

.pt-90 {
	padding-top: 90px
}

.pt-95 {
	padding-top: 95px
}

.pt-100 {
	padding-top: 100px
}

.pt-105 {
	padding-top: 105px
}

.pt-110 {
	padding-top: 110px
}

.pt-115 {
	padding-top: 115px
}

.pt-120 {
	padding-top: 120px
}

.pt-125 {
	padding-top: 125px
}

.pt-130 {
	padding-top: 130px
}

.pt-135 {
	padding-top: 135px
}

.pt-140 {
	padding-top: 140px
}

.pt-145 {
	padding-top: 145px
}

.pt-150 {
	padding-top: 150px
}

.pt-155 {
	padding-top: 155px
}

.pt-160 {
	padding-top: 160px
}

.pt-165 {
	padding-top: 165px
}

.pt-170 {
	padding-top: 170px
}

.pt-175 {
	padding-top: 175px
}

.pt-180 {
	padding-top: 180px
}

.pt-185 {
	padding-top: 185px
}

.pt-190 {
	padding-top: 190px
}

.pt-195 {
	padding-top: 195px
}

.pt-200 {
	padding-top: 200px
}

.pt-5 {
	padding-top: 5px !important
}

.pxy-5 {
	padding: 5px
}

.px-20 {
	padding: 0 20px
}

.px-10 {
	padding: 0 10px !important
}

.pxy-20 {
	padding: 20px
}

.pxy-15 {
	padding: 15px
}

.pxy-8 {
	padding: 8px
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px
}
.py-20 {
	padding-top: 20px;
	padding-bottom: 20px
}
.py-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.px-20 {
	padding-left: 20px;
	padding-right: 20px
}

@media only screen and (max-width:767px) {
	.pt-sm-5 {
		padding-top: 5px
	}

	.pt-sm-10 {
		padding-top: 10px
	}

	.pt-sm-15 {
		padding-top: 15px
	}

	.pt-sm-20 {
		padding-top: 20px
	}

	.pt-sm-25 {
		padding-top: 25px
	}

	.pt-sm-30 {
		padding-top: 30px
	}

	.pt-sm-35 {
		padding-top: 35px
	}

	.pt-sm-40 {
		padding-top: 40px
	}

	.pt-sm-45 {
		padding-top: 45px
	}

	.pt-sm-50 {
		padding-top: 50px
	}

	.pt-sm-55 {
		padding-top: 55px
	}

	.pt-sm-60 {
		padding-top: 60px
	}

	.pt-sm-65 {
		padding-top: 65px
	}

	.pt-sm-70 {
		padding-top: 70px
	}

	.pt-sm-75 {
		padding-top: 75px
	}

	.pt-sm-80 {
		padding-top: 80px
	}

	.pt-sm-85 {
		padding-top: 85px
	}

	.pt-sm-90 {
		padding-top: 90px
	}

	.pt-sm-95 {
		padding-top: 95px
	}

	.pt-sm-100 {
		padding-top: 100px
	}

	.pt-sm-105 {
		padding-top: 105px
	}

	.pt-sm-110 {
		padding-top: 110px
	}

	.pt-sm-115 {
		padding-top: 115px
	}

	.pt-sm-120 {
		padding-top: 120px
	}

	.pt-sm-125 {
		padding-top: 125px
	}

	.pt-sm-130 {
		padding-top: 130px
	}

	.pt-sm-135 {
		padding-top: 135px
	}

	.pt-sm-140 {
		padding-top: 140px
	}

	.pt-sm-145 {
		padding-top: 145px
	}

	.pt-sm-150 {
		padding-top: 150px
	}

	.pt-sm-155 {
		padding-top: 155px
	}

	.pt-sm-160 {
		padding-top: 160px
	}

	.pt-sm-165 {
		padding-top: 165px
	}

	.pt-sm-170 {
		padding-top: 170px
	}

	.pt-sm-175 {
		padding-top: 175px
	}

	.pt-sm-180 {
		padding-top: 180px
	}

	.pt-sm-185 {
		padding-top: 185px
	}

	.pt-sm-190 {
		padding-top: 190px
	}

	.pt-sm-195 {
		padding-top: 195px
	}

	.pt-sm-200 {
		padding-top: 200px
	}
}

.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-65 {
	padding-bottom: 65px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-75 {
	padding-bottom: 75px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-85 {
	padding-bottom: 85px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-95 {
	padding-bottom: 95px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-105 {
	padding-bottom: 105px
}

.pb-110 {
	padding-bottom: 110px
}

.pb-115 {
	padding-bottom: 115px
}

.pb-120 {
	padding-bottom: 120px
}

.pb-125 {
	padding-bottom: 125px
}

.pb-130 {
	padding-bottom: 130px
}

.pb-135 {
	padding-bottom: 135px
}

.pb-140 {
	padding-bottom: 140px
}

.pb-145 {
	padding-bottom: 145px
}

.pb-150 {
	padding-bottom: 150px
}

.pb-155 {
	padding-bottom: 155px
}

.pb-160 {
	padding-bottom: 160px
}

.pb-165 {
	padding-bottom: 165px
}

.pb-170 {
	padding-bottom: 170px
}

.pb-175 {
	padding-bottom: 175px
}

.pb-180 {
	padding-bottom: 180px
}

.pb-185 {
	padding-bottom: 185px
}

.pb-190 {
	padding-bottom: 190px
}

.pb-195 {
	padding-bottom: 195px
}

.pb-200 {
	padding-bottom: 200px
}

.pb-5 {
	padding-bottom: 5px !important
}

@media only screen and (max-width:767px) {
	.pb-sm-5 {
		padding-bottom: 5px
	}

	.pb-sm-10 {
		padding-bottom: 10px
	}

	.pb-sm-15 {
		padding-bottom: 15px
	}

	.pb-sm-20 {
		padding-bottom: 20px
	}

	.pb-sm-25 {
		padding-bottom: 25px
	}

	.pb-sm-30 {
		padding-bottom: 30px
	}

	.pb-sm-35 {
		padding-bottom: 35px
	}

	.pb-sm-40 {
		padding-bottom: 40px
	}

	.pb-sm-45 {
		padding-bottom: 45px
	}

	.pb-sm-50 {
		padding-bottom: 50px
	}

	.pb-sm-55 {
		padding-bottom: 55px
	}

	.pb-sm-60 {
		padding-bottom: 60px
	}

	.pb-sm-65 {
		padding-bottom: 65px
	}

	.pb-sm-70 {
		padding-bottom: 70px
	}

	.pb-sm-75 {
		padding-bottom: 75px
	}

	.pb-sm-80 {
		padding-bottom: 80px
	}

	.pb-sm-85 {
		padding-bottom: 85px
	}

	.pb-sm-90 {
		padding-bottom: 90px
	}

	.pb-sm-95 {
		padding-bottom: 95px
	}

	.pb-sm-100 {
		padding-bottom: 100px
	}

	.pb-sm-105 {
		padding-bottom: 105px
	}

	.pb-sm-110 {
		padding-bottom: 110px
	}

	.pb-sm-115 {
		padding-bottom: 115px
	}

	.pb-sm-120 {
		padding-bottom: 120px
	}

	.pb-sm-125 {
		padding-bottom: 125px
	}

	.pb-sm-130 {
		padding-bottom: 130px
	}

	.pb-sm-135 {
		padding-bottom: 135px
	}

	.pb-sm-140 {
		padding-bottom: 140px
	}

	.pb-sm-145 {
		padding-bottom: 145px
	}

	.pb-sm-150 {
		padding-bottom: 150px
	}

	.pb-sm-155 {
		padding-bottom: 155px
	}

	.pb-sm-160 {
		padding-bottom: 160px
	}

	.pb-sm-165 {
		padding-bottom: 165px
	}

	.pb-sm-170 {
		padding-bottom: 170px
	}

	.pb-sm-175 {
		padding-bottom: 175px
	}

	.pb-sm-180 {
		padding-bottom: 180px
	}

	.pb-sm-185 {
		padding-bottom: 185px
	}

	.pb-sm-190 {
		padding-bottom: 190px
	}

	.pb-sm-195 {
		padding-bottom: 195px
	}

	.pb-sm-200 {
		padding-bottom: 200px
	}
}

.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-25 {
	padding-left: 25px
}

.pl-30 {
	padding-left: 30px
}

.pl-35 {
	padding-left: 35px
}

.pl-40 {
	padding-left: 40px
}

.pl-45 {
	padding-left: 45px
}

.pl-50 {
	padding-left: 50px
}

.pl-55 {
	padding-left: 55px
}

.pl-60 {
	padding-left: 60px
}

.pl-65 {
	padding-left: 65px
}

.pl-70 {
	padding-left: 70px
}

.pl-75 {
	padding-left: 75px
}

.pl-80 {
	padding-left: 80px
}

.pl-85 {
	padding-left: 85px
}

.pl-90 {
	padding-left: 90px
}

.pl-95 {
	padding-left: 95px
}

.pl-100 {
	padding-left: 100px
}

.pl-105 {
	padding-left: 105px
}

.pl-110 {
	padding-left: 110px
}

.pl-115 {
	padding-left: 115px
}

.pl-120 {
	padding-left: 120px
}

.pl-125 {
	padding-left: 125px
}

.pl-130 {
	padding-left: 130px
}

.pl-135 {
	padding-left: 135px
}

.pl-140 {
	padding-left: 140px
}

.pl-145 {
	padding-left: 145px
}

.pl-150 {
	padding-left: 150px
}

.pl-155 {
	padding-left: 155px
}

.pl-160 {
	padding-left: 160px
}

.pl-165 {
	padding-left: 165px
}

.pl-170 {
	padding-left: 170px
}

.pl-175 {
	padding-left: 175px
}

.pl-180 {
	padding-left: 180px
}

.pl-185 {
	padding-left: 185px
}

.pl-190 {
	padding-left: 190px
}

.pl-195 {
	padding-left: 195px
}

.pl-200 {
	padding-left: 200px
}

.pl-5 {
	padding-left: 5px !important
}

@media only screen and (max-width:767px) {
	.pl-xs-0 {
		padding-left: 0
	}

	.pl-sm-5 {
		padding-left: 5px
	}

	.pl-sm-10 {
		padding-left: 10px
	}

	.pl-sm-15 {
		padding-left: 15px
	}

	.pl-sm-20 {
		padding-left: 20px !important
	}

	.pl-sm-25 {
		padding-left: 25px
	}

	.pl-sm-30 {
		padding-left: 30px
	}

	.pl-sm-35 {
		padding-left: 35px
	}

	.pl-sm-40 {
		padding-left: 40px
	}

	.pl-sm-45 {
		padding-left: 45px
	}

	.pl-sm-50 {
		padding-left: 50px
	}

	.pl-sm-55 {
		padding-left: 55px
	}

	.pl-sm-60 {
		padding-left: 60px
	}

	.pl-sm-65 {
		padding-left: 65px
	}

	.pl-sm-70 {
		padding-left: 70px
	}

	.pl-sm-75 {
		padding-left: 75px
	}

	.pl-sm-80 {
		padding-left: 80px
	}

	.pl-sm-85 {
		padding-left: 85px
	}

	.pl-sm-90 {
		padding-left: 90px
	}

	.pl-sm-95 {
		padding-left: 95px
	}

	.pl-sm-100 {
		padding-left: 100px
	}

	.pl-sm-105 {
		padding-left: 105px
	}

	.pl-sm-110 {
		padding-left: 110px
	}

	.pl-sm-115 {
		padding-left: 115px
	}

	.pl-sm-120 {
		padding-left: 120px
	}

	.pl-sm-125 {
		padding-left: 125px
	}

	.pl-sm-130 {
		padding-left: 130px
	}

	.pl-sm-135 {
		padding-left: 135px
	}

	.pl-sm-140 {
		padding-left: 140px
	}

	.pl-sm-145 {
		padding-left: 145px
	}

	.pl-sm-150 {
		padding-left: 150px
	}

	.pl-sm-155 {
		padding-left: 155px
	}

	.pl-sm-160 {
		padding-left: 160px
	}

	.pl-sm-165 {
		padding-left: 165px
	}

	.pl-sm-170 {
		padding-left: 170px
	}

	.pl-sm-175 {
		padding-left: 175px
	}

	.pl-sm-180 {
		padding-left: 180px
	}

	.pl-sm-185 {
		padding-left: 185px
	}

	.pl-sm-190 {
		padding-left: 190px
	}

	.pl-sm-195 {
		padding-left: 195px
	}

	.pl-sm-200 {
		padding-left: 200px
	}
}

.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-25 {
	padding-right: 25px
}

.pr-30 {
	padding-right: 30px
}

.pr-35 {
	padding-right: 35px
}

.pr-40 {
	padding-right: 40px
}

.pr-45 {
	padding-right: 45px
}

.pr-50 {
	padding-right: 50px
}

.pr-55 {
	padding-right: 55px
}

.pr-60 {
	padding-right: 60px
}

.pr-65 {
	padding-right: 65px
}

.pr-70 {
	padding-right: 70px
}

.pr-75 {
	padding-right: 75px
}

.pr-80 {
	padding-right: 80px
}

.pr-85 {
	padding-right: 85px
}

.pr-90 {
	padding-right: 90px
}

.pr-95 {
	padding-right: 95px
}

.pr-100 {
	padding-right: 100px
}

.pr-105 {
	padding-right: 105px
}

.pr-110 {
	padding-right: 110px
}

.pr-115 {
	padding-right: 115px
}

.pr-120 {
	padding-right: 120px
}

.pr-125 {
	padding-right: 125px
}

.pr-130 {
	padding-right: 130px
}

.pr-135 {
	padding-right: 135px
}

.pr-140 {
	padding-right: 140px
}

.pr-145 {
	padding-right: 145px
}

.pr-150 {
	padding-right: 150px
}

.pr-155 {
	padding-right: 155px
}

.pr-160 {
	padding-right: 160px
}

.pr-165 {
	padding-right: 165px
}

.pr-170 {
	padding-right: 170px
}

.pr-175 {
	padding-right: 175px
}

.pr-180 {
	padding-right: 180px
}

.pr-185 {
	padding-right: 185px
}

.pr-190 {
	padding-right: 190px
}

.pr-195 {
	padding-right: 195px
}

.pr-200 {
	padding-right: 200px
}

.pr-5 {
	padding-right: 5px !important
}

@media only screen and (max-width:767px) {
	.pr-xs-0 {
		padding-right: 0
	}

	.pr-sm-5 {
		padding-right: 5px
	}

	.pr-sm-10 {
		padding-right: 10px
	}

	.pr-sm-15 {
		padding-right: 15px
	}

	.pr-sm-20 {
		padding-right: 20px
	}

	.pr-sm-25 {
		padding-right: 25px
	}

	.pr-sm-30 {
		padding-right: 30px
	}

	.pr-sm-35 {
		padding-right: 35px
	}

	.pr-sm-40 {
		padding-right: 40px
	}

	.pr-sm-45 {
		padding-right: 45px
	}

	.pr-sm-50 {
		padding-right: 50px
	}

	.pr-sm-55 {
		padding-right: 55px
	}

	.pr-sm-60 {
		padding-right: 60px
	}

	.pr-sm-65 {
		padding-right: 65px
	}

	.pr-sm-70 {
		padding-right: 70px
	}

	.pr-sm-75 {
		padding-right: 75px
	}

	.pr-sm-80 {
		padding-right: 80px
	}

	.pr-sm-85 {
		padding-right: 85px
	}

	.pr-sm-90 {
		padding-right: 90px
	}

	.pr-sm-95 {
		padding-right: 95px
	}

	.pr-sm-100 {
		padding-right: 100px
	}

	.pr-sm-105 {
		padding-right: 105px
	}

	.pr-sm-110 {
		padding-right: 110px
	}

	.pr-sm-115 {
		padding-right: 115px
	}

	.pr-sm-120 {
		padding-right: 120px
	}

	.pr-sm-125 {
		padding-right: 125px
	}

	.pr-sm-130 {
		padding-right: 130px
	}

	.pr-sm-135 {
		padding-right: 135px
	}

	.pr-sm-140 {
		padding-right: 140px
	}

	.pr-sm-145 {
		padding-right: 145px
	}

	.pr-sm-150 {
		padding-right: 150px
	}

	.pr-sm-155 {
		padding-right: 155px
	}

	.pr-sm-160 {
		padding-right: 160px
	}

	.pr-sm-165 {
		padding-right: 165px
	}

	.pr-sm-170 {
		padding-right: 170px
	}

	.pr-sm-175 {
		padding-right: 175px
	}

	.pr-sm-180 {
		padding-right: 180px
	}

	.pr-sm-185 {
		padding-right: 185px
	}

	.pr-sm-190 {
		padding-right: 190px
	}

	.pr-sm-195 {
		padding-right: 195px
	}

	.pr-sm-200 {
		padding-right: 200px
	}
}

@media (min-width: 768px) {
	#navbarResponsive .dropdown .dropdown-menu{
		min-width: 22rem;
	}
	#services .box a.button {
		position: absolute;
		bottom: 15px;
	}
	.navbar ul li{
		list-style-type:none;
		display: inline;
	}
	.dropdown:hover>.dropdown-menu {
		display: block;
        padding: 5px 5px 15px;
        box-shadow: 4px 4px 8px #c1c0c0;
        border: 0;
	}
	.dropdown-item:hover>.dropdown-menu {
		display: block;
	}
}

@media (max-width: 768px) {

	#header #logo h1 {
		font-size: 26px;
	}

	#header #logo img {
		max-height: 40px;
	}

	.wpb_column .our_goel {
		margin-bottom: 20px;
	}

	.who .about_wrapper {
		padding: 16px 18px;
		margin-top: 20px;
	}

	.back-to-top {
		bottom: 15px;
	}

	.wpb_column .icon-wrapper {
		margin-bottom: 10px;
	}

	.about_seo .icon_circle {
		width: 100%;
		height: 128px;
		line-height: 175px;
		border-radius: 100%;
		background: #f4f6f7;
		margin: 0;
		position: relative;
		align-items: center;
		display: flex;
		justify-content: center;
	}

	.seo_wrapper {
		margin-right: 0;
		text-align: center;
		text-transform: uppercase;
		font-size: 13px;
		line-height: 1;
		letter-spacing: 0.8px;
		color: #232323;
		width: 100%;
		margin-bottom: 30px;
	}

	.about_seo .dot_circle {
		background: url(/../../uploads/2019/04/dotted.png) no-repeat scroll 0 0;
		background-size: cover;
		padding: 15px;
		border-radius: 100%;
		margin-bottom: 28px;
		width: 100%;
		height: 100%;
		transition: all 300ms ease-in-out 0s;
	}

	.heading_title {
		font-weight: 600;
		font-size: 24px;
	}


	.business .heading_section {
		margin-bottom: 20px;
	}

	span {
		font-size: 12px;
	}

	.inner_services .box {
		min-height: 0 !important;
	}

	.home #services .box {
		margin-bottom: 68px;

	}

	.single-content h1 {
		font-size: 22px;
	}
	.header_inner_wrapper{
		min-height: 100%;
    	padding: 18px 0;
	}
	.topbar {
		height:auto;
	}
	.topbar li {
		padding: 5px 10px;
	}
	.topbar li a {
		padding: 8px 4px;
	}
	.navbar_inner .nav-item.active .nav-link{
		transition: all 300ms ease-in-out 0s;
		color: #118fc2;
		border: none;
	}
	.navbar_inner .nav-item a.nav-link {
		border-top: 1px solid rgba(0, 0, 0, .05)!important;
		position: relative;
		color: #000;
		font-weight: 600;
	}
	.navbar-nav {
		margin: 7.5px -15px;
	}
	.navbar_inner .nav-item:hover .nav-link {
		border:none;
		transition: all 300ms ease-in-out 0s;
	}
	[data-toggle="dropdown"]:after {
		float: right;
	}
	.dropdown-menu a{
		padding: 8px 35px !important;
	}
	.dropdown-menu {
		padding:0;
		margin: 0;
		border:none;
	}
	.navbar_inner .nav-item:hover .nav-link {
		transition: all 300ms ease-in-out 0s;
		color: #118fc2;
	}
	.dropdown-menu .nav-link {
		display: block;
		color: #444 !important;
	}
	.topbar ul li a {
		font-size: 12px;
	}
	.footer-heading {
    	font-size: 14px;
	}
	.footer_links ul .nav-item a.nav-link {
		font-size: 12px;
		padding: 0 0 6px 0;
		line-height: 14px;
	}
	
	.heading_inner_title {
		line-height: 24px;
		font-size: 18px;
	}
	.sticky-top .navbar{
		position: relative;
    display: inherit!important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0!important;
    left: 0!important;
    width: 100%;
    height: auto;
    max-height: 500px;
    margin: 0;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
	box-shadow: 0 0 14px #dadadac2;
	}
	.custom-logo-link img{
		//width:80px;
		height:27px;
	}
	.iso_text{
		font-size:10px;
	}
}

@media (max-width: 320px) {
	.about_seo .icon_circle {
		width: 100%;
		height: 102px;
		line-height: 175px;
		border-radius: 100%;
		background: #f4f6f7;
		margin: 0;
		position: relative;
		align-items: center;
		display: flex;
		justify-content: center;
	}
	.topbar li {
		padding: 5px 6px;
	}
	.topbar li a {
		padding: 8px 0px;
	}
	.topbar ul li a {
		font-size: 12px;
	}
}
