/*
 Theme Name: Reveal
 Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
 Author: BootstrapMade.com
 License: https://bootstrapmade.com/license/

*/
/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/
img{

	display:block;

	max-width:100%;

	width:auto;

	height:auto !important;

}

body {
	background: #fff;
	color: #444;
	font-family: 'Noto Sans', sans-serif;
}
a {
	color: #cc4037;
	transition: 0.5s;
	cursor: pointer;
}
a:hover,  a:focus {
	color: #333;
	outline: none;
	text-decoration: none;
}
a:active {
	color: #cc4037;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
strong { font-weight: 700; }
/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #cc4037;
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 50px;
	transition: background 0.5s;
	z-index: 15;
}.back-to-top:focus {
	background: #ccc;
	color: #fff;
	outline: none;
}
.back-to-top:hover {
	background: #ccc;
	color: #fff;
}
/*--------------------------------------------------------------

# Top Bar

--------------------------------------------------------------*/
#topbar {
	background: #cc4037;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-weight: 400;/*text-transform: uppercase;*/
}

#topbar .contact-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#topbar .contact-info ul li {
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
}
#topbar .contact-info ul li:first-child {
	padding-left: 0;
}
#topbar .contact-info a {
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}
#topbar .contact-info a:hover {
	color: rgba(255, 255, 255, 0.5);
}
#topbar .contact-info i {
	color: #50d8af;
	padding: 4px;
}
#topbar .contact-info .fa-phone {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #e9e9e9;
}
#topbar .social-links a {
	color: #fff;
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	border-left: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
	color: #50d8af;
}
#topbar .social-links a:first-child {
	border-left: 0;
}
/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/
#header {
	padding: 20px 0;
	padding-top: 44.2px;
	height: 170.2px;
	transition: all 0.5s;
	z-index: 997;
	background: #fff;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
	margin-top:30px;
}
#header #logo img {
	width: 150px;
	height: auto;
}
#header #logo h1 {
	font-size: 42px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
}
#header #logo h1 a {
	color: #0c2e8a;
	line-height: 1;
	display: inline-block;
}
#header #logo h1 a span {
	color: #50d8af;
}
#header #logo img {
	padding: 0;
	margin: 0;
}

.toggle-menu{

	display:none;

}
/*--------------------------------------------------------------

# Intro Section

--------------------------------------------------------------*/
#intro {
	width: 100%;
	height: 70vh;
	position: relative;
	background: url("../img/intro-carousel/1.jpg") no-repeat;
	background-size: cover;
}
#intro .intro-content {
	position: absolute;
	bottom: 7%;
	top: 7%;
	left: 7%;
	right: 7%;
	z-index: 15;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
}
#intro .intro-content h1 {
	color: #2c344a;
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 46px;
	font-weight: 300;
}
#intro .intro-content h1 span {
	color: #50d8af;
	text-decoration: underline;
}
#intro .intro-content p {
	color: #444;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 300;
}
#intro .intro-content .btn-learn-more,  #intro .intro-content .btn-getaquote {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px 0;
	color: #fff;
	box-shadow: 0px 3px 0px #666;
	text-transform: uppercase;
	margin-right: 15px;
}
#intro .intro-content .btn-learn-more {
	background: #495677;
	border: 1px solid #495677;
	box-shadow: 0px 3px 0px #334269;
}
#intro .intro-content .btn-learn-more:hover {
	background: #fff;
	color: #495677;
}
#intro .intro-content .btn-getaquote {
	background: #cc4037;
	border: 1px solid #cc4037;
	box-shadow: 0px 3px 0px #a72720;
}
#intro .intro-content .btn-getaquote:hover {
	background: #fff;
	color: #cc4037;
}
#intro #intro-carousel {
	z-index: 8;
}
#intro #intro-carousel::before {
	content: '';
	/*background-color: rgba(255, 255, 255, 0.0);*/

	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/*z-index: 7;*/
}
#intro #intro-carousel .item {
	width: 100%;
	height: 75vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition-property: opacity;
}
/*--------------------------------------------------------------

# 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;
	padding-right: 10px;
}
.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: 290px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 0;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
	position: absolute;
	left: 95%;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	top: 25%;
}

/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0;
}
/* Nav Meu Styling */#nav-area{
	width:100%;
	float:left;
	text-align:right;
	margin-top: 7px;
}

#nav-area ul{
	padding:0;
	margin:0;
}

#nav-area ul > li > a {

	text-decoration: none;

	display: inline-block;

	color: #555;

	font-family: 'Noto Sans', sans-serif;

	font-weight: 500;

	font-size: 16px;

	outline: none;

	text-transform: uppercase;

}

#nav-area #menu-header-menu-french > li > a{

	font-size:16px;

}

#nav-area ul > li .arw-nav{

	width: 20px;

	height: 20px;

	position: absolute;

	left: 0;

	right: 0;

	bottom: -10px;

	margin: 0 auto;

	background: url(../assets/images/dwn-arw.png) no-repeat center;

	background-size: 80%;

}
#nav-area li:hover > a,  #nav-area .active > a {

	color: #cc4037;

}
#nav-area ul > li {

	display:inline-block;

	vertical-align:middle;

	list-style:none;

	position:relative;

	padding: 10px 12px;
}

#nav-area ul > li:hover > ul{

	display:block;

}

#nav-area ul ul {

	width:400px;

	position:absolute;

	left:0;

	top:100%;

	text-align:left;

	z-index:99;

	display:none;

	margin: 4px 0 0 0;

	padding: 10px;

	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

	background: #fff;

}
#nav-area ul ul ul{
	left:100%;
	top:0;
}

#nav-area ul ul li{

	display:block;

	padding:0;

}

#nav-area ul ul li a {

	padding: 10px;

	color: #333;

	transition: 0.3s;

	display: block;

	font-size: 13px;

	text-transform: none;

}
#nav-area ul ul li:hover > a {
	color: #cc4037;
}#nav-area ul ul > li .arw-nav {
    left: auto;
    right: 0;
    bottom: 7px;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
}/* 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: #555;
}
/* 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-item-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-item-has-children i.fa-chevron-up {
	color: #cc4037;
}
#mobile-nav ul .menu-item-active {
	color: #cc4037;
}
#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 {
	margin-bottom: 30px;
}
.section-header h2 {
	font-size: 30px;
	color: #333;
	font-weight: 300;
	position: relative;
	padding-bottom: 0;
	padding-top: 30px;
}
.section-header p {
	padding: 0;
	margin: 0;
}
/* About Section

--------------------------------*/
#about {
	padding: 60px 0 30px 0;
}
#about .about-img {
	overflow: hidden;
}
#about .about-img img {
	margin-left: -15px;
	max-width: 100%;
}
#about .content h2 {
	color: #333;
	font-weight: 300;
	font-size: 26px;
	line-height: 36px;
	font-family: 'Noto Sans', sans-serif;
}
#about .content h2 span {
	font-weight: 500;
}
#about .content h3 {
	color: #555;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}
#about .content p {
	line-height: 26px;
}
#about .content p:last-child {
	margin-bottom: 0;
}
#about .content i {
	font-size: 20px;
	padding-right: 4px;
	color: #50d8af;
}
#about .content ul {
	list-style: none;
	padding: 0;
}
#about .content ul li {
	padding-bottom: 10px;
}
/* Contact Section

--------------------------------*/
#contactus {
	padding: 30px 0 60px 0;
}
#contactus .contact-info h3 {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 300;
	color: #c0bfbf;
}
#contactus .contact-img {
	overflow: hidden;
}
#contactus .contact-img img {
	margin: 25px auto 35px;
}
#contactus .content h1 {
	color: #333;
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 46px;
	font-weight: 300;
}
#contactus .content h3 {
	color: #555;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}
#contactus .content p {
	line-height: 26px;
}
/* Services Section

--------------------------------*/
#services {
	padding: 30px 0 0 0;
}
#services .box {
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
	background: #fff;
	transition: 0.4s;
}
#services .box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}
#services .box .icon {
	float: left;
}
#services .box .icon i {
	color: #444;
	font-size: 64px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 34px;
}
#services .box .icon i:before {
	background: #0c2e8a;
	background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#services .box h4 {
	margin-left: 100px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 22px;
}
#services .box h4 a {
	color: #444;
}
#services .box p {
	font-size: 14px;
	margin-left: 100px;
	margin-bottom: 0;
	line-height: 24px;
}
/* Clients Section

--------------------------------*/
#clients {
	padding: 30px 0;
}
#clients img {
	max-width: 100%;
	opacity: 0.5;
	transition: 0.3s;
	padding: 15px 0;
}
#clients img:hover {
	opacity: 1;
}
#clients .owl-nav,  #clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#clients .owl-dot.active {
	background-color: #50d8af;
}
/* Our Portfolio Section

--------------------------------*/
#portfolio {
	background: #fff;
	padding: 30px 0;
}
#portfolio .portfolio-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all ease-in-out 0.4s;
}
#portfolio .portfolio-item {
	overflow: hidden;
	position: relative;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}
#portfolio .portfolio-item h2 {
	color: #ffffff;
	font-size: 24px;
	margin: 0;
	text-transform: capitalize;
	font-weight: 700;
}
#portfolio .portfolio-item img {
	transition: all ease-in-out 0.4s;
	width: 100%;
}
#portfolio .portfolio-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#portfolio .portfolio-item:hover .portfolio-overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
}
#portfolio .portfolio-info {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* Testimonials Section

--------------------------------*/
#testimonials {
	padding: 30px 0;
}
#testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 0 15px 0 15px;
	margin: 5px 5px;
	min-height: 200px;
}
#testimonials .testimonial-item .rating img {
	width: auto;
	display: inline;
}
#testimonials .testimonial-item p {
	padding-bottom: 20px;
	color: #333;
}
#testimonials .testimonial-item .testimonial-img {
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}
#testimonials .testimonial-item h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #333;
}
#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}
#testimonials .testimonial-item p {
	margin: 0 auto 15px auto;
	font-size: 14px;
	font-weight: 300;
}
#testimonials .owl-nav,  #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#testimonials .owl-dot.active {
	background-color: #50d8af;
}
/* Call To Action Section

--------------------------------*/
#call-to-action {
	background: #081e5b;
	background-size: cover;
	padding: 40px 0;
}
#call-to-action .cta-title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
#call-to-action .cta-text {
	color: #fff;
}
#call-to-action .cta-btn {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #fff;
}
#call-to-action .cta-btn:hover {
	background: #50d8af;
	border: 3px solid #50d8af;
}
/* Our Team Section

--------------------------------*/
#team {
	background: #ffffff;
	padding: 60px 0 40px 0;
}
#team1 {
	background: #ffffff;
	padding: 60px 0 40px 0;
}
.content h1 {
	color: #333;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 46px;
	font-weight: 300;
	font-family: 'Noto Sans', sans-serif;
}
.content h2 {
	font-size: 21px;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 400;
	color: #cc4037;
}
.content h2 strong { font-weight: 700!important; }
.content h2.main-title {
	font-size: 32px;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 300;
}
.content h3 {
	font-size: 18px;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 15px;
	margin-top: 10px;
	font-weight: 500;
	color: #495677;
	
}
.content h5 {	
	font-weight: 700;
}
.content p {
	font-weight: 300;
}
.content p b {
	font-weight: 700;
}
.content ul.list {
	padding-bottom: 15px;
	margin-left: 0;
	padding-left: 15px;
	list-style: none;
	margin-bottom: 0;
	display: inline-grid;
}
.content ul.list li {
	font-weight: 300;
	font-size: 14px;
	padding-left: 0;
	display: inline-block;
	margin-left: 0;
	padding-bottom: 5px;
}
.content ul.list li strong {
    font-weight: 700!important;
}

.content ul.list li:before {
	font-family: FontAwesome;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	margin-left: -15px;
	content: "\f105";
	margin-right: 10px;
	color: #cc4037;
}
.content ul.list li ul {
	padding-bottom: 0;
	list-style: none;
	display: inline-grid;
}
.content blockquote {
	padding: 20px 20px 5px 20px;
	background: #fff;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
	color: #cc4037;
	border-top: 2px solid #cc4037;
}
.content blockquote p {
	font-weight: 400;
}
.content .holder_block {
	padding: 20px 40px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.content .holder_block dl {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.content .holder_block dl dt {
	width: 74%;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.content .holder_block dl dd img {
	width: 100%;
}
	.content .holder_block dl dd {
	width: 25%;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.content .holder_block dl dt img, .content .holder_block dl dd img {
	width: 100%;
	height: auto;
}
.content .holder_block .space_after {
	padding-right: 15px;
}
.content .holder_block .space_before {
	padding-left: 15px;
}
.content .inline_style {
	border: 1px solid #cc4037;
	padding: 10px 20px 0 20px;
	margin-bottom: 30px;
}
.content .inline_style dl {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.content .inline_style dl dt {
	width: 15%;
	padding: 0 20px;
	margin: 0;
	display: inline-block;
}
.content .inline_style dl dd {
	width: 84%;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.content .inline_style dl dt .exceptional_expn:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	content: "\f0f4";
	margin-right: 10px;
	color: #cc4037;
	display: block;
	font-size: 5rem;
}
.content .inline_style dl dt .valuable_prod:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	content: "\f288";
	margin-right: 10px;
	color: #cc4037;
	display: block;
	font-size: 5rem;
}
.content .inline_style dl dt .comm_prof:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	content: "\f058";
	margin-right: 10px;
	color: #cc4037;
	display: block;
	font-size: 5rem;
}
.content .inline_style dl dt .industry_lead:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	content: "\f275";
	margin-right: 10px;
	color: #cc4037;
	display: block;
	font-size: 5rem;
}
.content .inline_style dl dt .env_impact:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	content: "\f299";
	margin-right: 10px;
	color: #cc4037;
	display: block;
	font-size: 5rem;
}
#team .member {
	margin-bottom: 20px;
	background: #fff;
	border: 0px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 0px #e8e6e6;
}
#team .member .pic {
	overflow: hidden;
	text-align: center;
	height: 140px;
}
#team .member .pic img {
	max-width: 100%;
	border: 0px solid #fff;
	border-radius: 5px;
}
#team .member .details {
	color: #333;
	padding: 20px;
	padding-bottom: 30px;
	border-radius: 0 0 3px 3px;
}
#team .member h4 {
	font-weight: 300;
	margin-bottom: 12px;
	font-size: 20px;
}
#team .member p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
#team .member span {
	font-style: italic;
	display: block;
	font-size: 13px;
}
#team .member .social {
	margin-top: 5px;
}
#team .member .social a {
	color: #fff;
}
#team .member .social i {
	font-size: 16px;
	margin: 0 2px;
}
/* Contact Section

--------------------------------*/
#contact {
	padding: 30px 0;
}
#contact .contact-info {
/*margin-bottom: 20px;*/
 

}
#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #50d8af;
}
#contact .contact-info address,  #contact .contact-info p {
	margin-bottom: 0;
	color: #000;
}
#contact .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #999;
}
#contact .contact-info a {
	color: #000;
}
#contact .contact-info a:hover {
	color: #50d8af;
}
#contact .contact-address,  #contact .contact-phone,  #contact .contact-email {
	margin-bottom: 20px;
}
#contact #google-map {
	height: 290px;
	margin-bottom: 20px;
}
#contact .form #sendmessage {
	color: #50d8af;
	border: 1px solid #50d8af;
	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 {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}
#contact .form button[type="submit"] {
	background: #50d8af;
	border: 0;
	border-radius: 3px;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
}
#contact .form button[type="submit"]:hover {
	background: #2dc899;
}
/*partha css start*/

.blog-page-module{
    width:100%;
    display:block;
    padding:90px 0 60px;
}
.blog-page-module h2,

.page-title{
    color: #333;
    font-weight: 300;
    font-size:36px;
    line-height: 36px;
    font-family: 'Noto Sans', sans-serif;
    border-bottom: 1px solid #e2e6ed;
    padding-bottom:12px;
    margin:0 0 40px;
}
.blog-page-module .single_blog:first-child{
  padding-top:0;
}
.blog-page-module .single_blog{
    display:block;
    padding:40px 0;
}
.blog-page-module .single_blog + .single_blog{
  border-top: 1px solid #e2e6ed;
}
.blog-page-module .single_blog .meta{
  display:block;
  margin-bottom:8px;
}
.blog-page-module .single_blog .meta ul{
  padding:0;
  margin:0;
}

.blog-page-module .single_blog .meta ul > li{
  display:inline-block;
  vertical-align:middle;
  font-size:14px;
  margin-right:8px;
  margin-bottom:5px;
}
.blog-page-module .single_blog .image-sec{
  display:block;
  margin:0 0 15px;
}
.blog-page-module .single_blog .text-sec{
  display:block;
}
.blog-page-module .single_blog p{
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin:0 0 20px;
}

.right-panel{
  width:100%;
  max-width:342px;
  display:block;
  margin:0 auto;
}

.srch-panel{
  display:block;
  margin-bottom:30px;
  padding-bottom:30px;
  border-bottom: 1px solid #e5eaf4;
}
.srch-panel .input-fld{
  display:block;
  position:relative;
}
.srch-panel .input-fld input{
  padding-right:48px;
  font-size:15px;
}
.srch-panel .input-fld button{
  position:absolute;
  top:0px;
  right:0;
}

.single_widget{

	width:100%;

	float:left;

	display:block;

	margin-bottom:30px;

	padding-bottom:30px;

	border-bottom: 1px solid #e5eaf4;

}
.single_widget .each-post{
  display:block;
  margin-bottom:35px;
}
.single_widget .each-post:last-child{
  margin-bottom:0;
}
.single_widget .each-post img{
  float:left;
  margin-right:15px;
  margin-bottom:10px;
}
.single_widget .each-post h4{
  font-size:22px;
  margin:0 0 8px;
}
.single_widget .each-post time{
  display:block;
  font-size:13px;
}

.category-list{
  display:block;
}
.category-list ul{
  padding:0;
  margin:0;
}
.category-list ul > li{
  display:block;
  margin-bottom:6px;
}
.category-list ul > li i{
  margin-right:6px;
}

.all-tags-sec{
  display:block;
}
.all-tags-sec ul{
  padding:0;
  margin:0;
}
.all-tags-sec ul > li{
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
  margin-bottom:8px;
}
.all-tags-sec ul > li a{
  font-family: 'Noto Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding:5px 6px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  box-shadow: 0px 3px 0px #334269;
  text-transform: uppercase;
  background: #495677;
  border: 1px solid #495677;
}
.all-tags-sec ul > li a:hover{
  background:#cc4037;
  border-color:#cc4037;
  box-shadow: 0px 3px 0px #b32c24;
}

.pagination{
  margin-top:50px;
}
.pagination li > a{
  color:#000;
  font-size:14px;
}
.page-item.active .page-link{
  background-color: #495677;
  border-color: #334269;
}
.review-page-module{

  width:100%;

  display:block;

  padding:90px 0 60px;

}

.review-page-module h2{

    color: #333;

    font-weight: 300;

    font-size:36px;

    line-height: 36px;

    font-family: 'Noto Sans', sans-serif;

    margin:0 0 40px;

}
.review-page-module ul{

  padding:0;

  margin-bottom:30px;

}

.review-page-module ul > li{

  display:block;

}

.review-page-module ul > li input{

  margin-right:6px;

}

.single-comment{

  display:block;

  margin-bottom:20px;

}

.single-comment p{

  font-size:15px;

  margin:0 0 8px;

}

.single-comment strong{

  display:block;

  font-size:15px;

  color:#495677;

}
/*partha css end*/
/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/
#footer {
	background: #f2f5f8;
	padding: 0 0 0 0;
	font-size: 14px;
}
#footer .copyright {
	text-align: center;
	padding-top: 10px;
}
#footer .copyright a.web-developer{
	color: #777777;
}
#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #555;
}
#footer .credits a {
	color: #0c2e8a;
}

ul.aa {
            list-style-image: url(
"https://www.travelance.ca/wp-content/uploads/2023/06/pink-bullets.png");
        }

ul.ab {
            list-style-image: url(
"https://www.travelance.ca/wp-content/uploads/2023/06/red-bullets.png");
        }


/****************************new style addd******************************/

#WebToLeadForm table { background-color: #f8f8f8 !important; }

#WebToLeadForm table tbody tr td span input[type="text"] { 
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

#WebToLeadForm table tbody tr:nth-child(5) td:nth-child(1) { width:100%; float:left; }
#WebToLeadForm table tbody tr:nth-child(5) td:nth-child(2) { width:100%; float:left; } 

#WebToLeadForm table tbody tr:nth-child(6) td:nth-child(1) { width:100%; float:left; }
#WebToLeadForm table tbody tr:nth-child(6) td:nth-child(2) { width:100%; float:left; } 

#WebToLeadForm table tbody tr:nth-child(7) td:nth-child(1) { width:100%; float:left; }
#WebToLeadForm table tbody tr:nth-child(7) td:nth-child(2) { width:100%; float:left; }
 
#WebToLeadForm table tbody tr:nth-child(8) td:nth-child(1) { width:100%; float:left; }
#WebToLeadForm table tbody tr:nth-child(8) td:nth-child(2) { width:100%; float:left; }
 
#WebToLeadForm table tbody tr:nth-child(9) td:nth-child(1) { width:100%; float:left; }
#WebToLeadForm table tbody tr:nth-child(9) td:nth-child(2) { width:100%; float:left; } 

#WebToLeadForm table tbody tr:nth-child(10) td:nth-child(1) { width:100%; float:left; }
#WebToLeadForm table tbody tr:nth-child(10) td:nth-child(2) { width:100%; float:left; }
 
#WebToLeadForm table tbody tr:nth-child(11) td:nth-child(1) { width:100%; float:left; }
#WebToLeadForm table tbody tr:nth-child(11) td:nth-child(2) { width:100%; float:left; } 
 
/****************************new style addd******************************/




 @media (min-width: 768px) {
#contact .contact-address,  #contact .contact-phone,  #contact .contact-email {
	padding: 20px 0;
}
#contact .contact-phone {
}
}
 @media (min-width: 769px) {
#call-to-action .cta-btn-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
}
/*partha css start*/

@media (max-width:1199px) {
  .blog-page-module h2,

  .page-title{
    font-size: 26px;
  }
  .blog-page-module .single_blog h3,
  .single_widget h3{
    font-size:20px;
  }
  .single_widget .each-post h4 {
    font-size: 16px;
  }
  .category-list ul > li {
    font-size: 15px;
   } 
}

/*partha css end*/
 @media (max-width: 768px) {
.back-to-top {
	bottom: 80px;
}
#header {
	padding: 20px 0;
	height: 74px;
}
#header #logo h1 {
	font-size: 34px;
}
#header #logo img {
	max-height: 40px;
}
#nav-menu-container {
	display: none;
}
#mobile-nav-toggle {
	display: inline;
}
#about .about-img {
	height: auto;
}
#about .about-img img {
	margin-left: 0;
	padding-bottom: 30px;
}
}
 @media (max-width: 767px) {
#intro .intro-content h2 {
	font-size: 34px;
}
#services .box .box {
	margin-bottom: 20px;
}
#services .box .icon {
	float: none;
	text-align: center;
	padding-bottom: 15px;
}
#services .box h4,  #services .box p {
	margin-left: 0;
	text-align: center;
}
#testimonials .testimonial-item {
	margin: 30px 10px;
}
/*partha css start*/
    .blog-page-module {
      padding: 60px 0 30px;
    }
    .blog-page-module .single_blog {
      padding: 34px 0;
    }
    .right-panel{
      margin-top:40px;
    }
    .pagination {
      margin-top: 30px;
    }
  /*partha css end*/
}
 @media (max-width: 576px) {
#contact #google-map {
	margin-top: 20px;
}

.contact-info { width: 78%; }
   
.caption {   
    padding: 20px 20px;
}   
#intro .intro-content {
    top: 5%!important;    
}
#intro .intro-content h2 {
	font-size: 24px;
    margin: 0 0 10px 0;
} 
#intro .intro-content .btn-learn-more, #intro .intro-content .btn-getaquote {
    margin: 0px 1px;
    padding: 5px 6px;
    font-size: 13px;
}     

}



  .extended p { margin-bottom: 8px!important; margin-top: 0px!important;}
.extended ul.list { padding-bottom: 0; }
.extended .btn-2 { margin-top: 5px; margin-bottom: 20px; } 