/*===================================== 
Font Family 
--------------
font-family: "Roboto", sans-serif;
.noto {
  font-family: 'Noto Serif', serif;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
======================================*/

/*======================================
1. GENERAL CSS Start
======================================*/
html,body {
	overflow-x: hidden;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	color: #76797c;
	padding: 0;
	margin: 0;
}

a {
	color: #333333;
	outline: 0 none;
	text-decoration: none;
	transition: all 0.5s ease;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0 none;
}

a:active,
a:hover,
a:focus {
	color: #e70022;
	transition: all 0.5s ease;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #e70022 !important;
}

button,
button:hover {
	transition: all 0.5s ease;
}

button,
input,
optgroup,
select,
textarea {
	outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

::selection {
	background: #e70022;
	color: #fff;
}

::-moz-selection {
	background: #e70022;
	color: #fff;
}

::-webkit-selection {
	background: #00395A;
	color: #fff;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.scroltop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	height: 45px;
	width: 45px;
	background: #e70022;
	border: 0;
	padding: 5px 12px;
	cursor: pointer;
	color: #fff;
	border-radius: 0;
	transition: all 0.2s linear;

}

.scroltop:hover {
	bottom: 15px;
	transition: all 0.2s linear;

}



/*======================================
2. HEADING & TITLE 
======================================*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: 'Noto Serif', serif;
	line-height: 1.1;
	margin-top: 0;
	font-weight: 600;
	vertical-align: middle;
}

h1,
.h1 {
	font-size: 48px;
	margin-bottom: 20px;
}

h2,
.h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

h4,
.h4 {
	font-size: 32px;
	margin-bottom: 15px;
}

h5,
.h5 {
	font-size: 20px;
	
}

h6,
.h6 {
	font-size: 16px;
}

.text-primary {
	color: #e70022 !important;
}

.bg-dark {
	background-color: #292929 !important;
}
.bg-primary {
	background-color: #e70022 !important;
}

/*======================================
1. GENERAL CSS End
======================================*/
.btn {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	padding: 6px 35px;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	border: 0;
	border-radius: 25px;
	transition: all 0.5s ease;
	text-transform: uppercase;

}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: 0;
}
.btn.rounded{
	border-radius: 100px !important;
}
.btn-primary {
	background-color: #e70022;
    color: #fff;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
	color: #e70022;
	background: #fff;
	transition: all 0.5s ease;
}
.slick-arrow {
	position: absolute;
	border: 0;
	background: none;
	top: 50%;
	cursor: pointer;
	transform: translate(0px,-36px);
	z-index: 99;
	color: #c6c6c6;
	font-size: 40px;
}
.slick-arrow.slick-disabled {
	opacity: 0.2;
	cursor: default;
}
.slick-prev.slick-arrow {
	left: 10px;
}
.slick-next.slick-arrow {
	right: 10px;
}
.slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.slick-dots li {
	margin: 0 5px;
}
.slick-dots li button {
	background: #fff;
	border: 0;
	font-size: 0;
	width: 8px;
	height: 8px;
	border-radius: 20px;
}
.slick-dots li.slick-active button {
	background: #e70022;
	width: 8px;
}
/************************* 
YOU CAN WRIGHT CUSTOME CSS 
***************************/
/* Header CSS Start*/
.top-header {
	background: #333;
	padding: 10px 30px;
	line-height: 25px;
}

.top-header a {
  transition-property: background-color, color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.top-header .phone {
	font-size: 12px;
	color: #e70022;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin-left: 140px;
}
.top-header .phone a {
  font-size: 12px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  font-weight: 600;
  margin-left: 3px;
}
.top-header .phone a:hover {
  color: #e70022;
  text-decoration: underline;
}
.top-header .social-links {
  margin: 0 0 0 75px;
}
.top-header .social-links a {
  color: #fff;
  font-size: 14px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
}
.top-header .social-links a:hover {
  color: #e70022;
}
.top-header .header-links a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  display: inline-block;
  margin: 0 16px;
}
.top-header .header-links a:hover {
  color: #e70022;
}

.header-bottom {
  background-color: rgba(237, 238, 239, 0.7);
  padding: 0 20px;
  box-shadow: 0 0 10px #231f20;
}

.navbar-nav li:hover > .dropdown-menu {
    display: flex;
}
.navbar-brand {
	margin-right: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	margin-left: 0;
	max-width: 140px;
}
.navbar-nav > li.nav-item {
	line-height: 65px;
	text-align: center;
	position: relative;
	padding: 0 18px;
}
.navbar-nav .nav-link {
	text-decoration: none;
	font-size: 17px;
	color: #333333;
	text-transform: uppercase;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	position: relative;
	letter-spacing: .20px;
	transition-property: background-color, color;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	display: inline-block;
}
.navbar-nav .nav-link:hover {
	color: #e70022;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	background: #edeeef;
	width: 530px;
	z-index: 99;
	padding: 20px;
	box-shadow: 0 0 10px #000;
	border-radius: 0;
	border: 0;
}
.navbar-expand-lg.fixed-top {
	position: absolute;
}
.dropdown-item {
	line-height: normal;
	font-size: 14px;
	color: #76797c;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 26px;
	text-decoration: underline;
}
.dropdown-item:hover {
	color: #e70022;
}
.hero-section {
	min-height: 880px;
	display: flex;
	align-items: center;
}
.hero-section h2 {
	font-size: 32px;
	color: #e70022;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 32px;
	text-shadow: 0 0 10px #000;
	font-family: 'Lato', sans-serif;
}
.hero-section h5 {
	padding: 10px 0 20px 0;
	font-size: 45px;
	color: #fff;
	font-weight: 400;
	line-height: 50px;
	font-family: 'Noto Serif', serif;
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
	text-shadow: 0 0 10px #000;
}
.quick-connect {
	background: #333333;
	padding: 25px 0;
	text-align: center;
}
.quick-connect h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #e70022;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}
.quick-connect p {
  margin: 0;
  padding: 5px 0 10px 0;
  font-size: 15px;
  color: #fff;
  line-height: normal;
  font-family: 'Noto Serif', serif;
  letter-spacing: .70px;
}
.quick-connect .form-control {
  background: #fff;
  border: 0;
  width: 100%;
  font-size: 13px;
  color: #333333;
  font-weight: 300;
  height: 34px;
line-height: 34px;
  padding: 0 10px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
}


.home-about-section {
  padding: 30px 0;
}
.home-about-section h2 {
  color: #333333;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.home-about-section h2:before {
  background: red;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 20px;
  vertical-align: middle;
  width: 8px;
}
.home-about-section h2:after {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 20px;
  vertical-align: middle;
  width: 8px;
}
.nav-tabs {
	justify-content: center;
	border-bottom: 1px solid #b1b6bb;
}
.nav-tabs .nav-link {
	cursor: pointer;
	padding: 0 25px;
	padding-bottom: 0px;
	font-size: 13px;
	color: #76797c;
	text-transform: uppercase;
	font-family: 'Noto Serif', serif;
	letter-spacing: 0.70px;
	border:0;
	border-bottom: solid 1px transparent;
	padding-bottom: 10px;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
	color: #333333;
    font-weight: 700;
    border:0;
    border-bottom: solid 2px #e70022;
}
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
	 border:0;
	 border-bottom: solid 2px #e70022;
}

.slick-slide img {
	width: 100%;
}
.home-about-section .tab-content.content .content {
	padding: 2rem;
}
.home-about-section .tab-content.content .content h3{
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  text-align: center;
}
.home-about-section .tab-content.content .content h3:after {
  content: "";
  margin: 14px auto 0 auto;
  height: 2px;
  background: #e70022;
  width: 150px;
  clear: both;
  display: block;
}
.home-about-section .tab-content.content .content blockquote {
  margin: 25px 0 0 0;
  padding: 0;
  font-size: 14px;
  color: #76797c;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}
.home-about-section .tab-content.content .content blockquote p {
  margin: 0;
  padding: 10px 0;
}
.home-team-section {
	margin-bottom: 60px;
}
.home-team-section .bg-dark {
  color: #fff;
  padding: 30px;
  text-align: center;
}
.home-team-section .bg-dark h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #fffefe;
  text-transform: uppercase;
  font-family: 'Noto Serif', serif;
  letter-spacing: 0.70px;
  font-weight: 400;
  line-height: 24px;
}
.home-team-section .bg-dark p {
  margin: 0;
  padding: 10px 0 20px 0;
  font-size: 14px;
  color: #76797c;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  line-height: 20px;
}
.home-team-section ul {
  margin: 0;
  padding: 0 0 25px 0;
  list-style: none;
  display: flex;
}
.home-team-section ul li {
  width: 16.66%;
  text-align: center;
  line-height: 87px;
}
.home-team-section ul li img {
  max-width: 100%;
  vertical-align: middle;
}

.client-section {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.client-section h2 {
  color: #fff;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.client-section h2::before {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 20px;
  vertical-align: middle;
  width: 8px;
}
.client-section h2::after {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 20px;
  vertical-align: middle;
  width: 8px;
}
.client-section ul {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.client-section ul li {
	width: 20%;
	text-align: center;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.client-section ul li a {
  display: table;
  width: 100%;
}
.client-section ul li a img {
  vertical-align: middle;
}
footer {
	background: #292929;
	padding: 60px 0 20px 0;
}
footer a {
  transition-property: background-color, color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
footer a:hover {
  color: #e70022;
}

footer .footer-links h6, footer .social-links h6 {
  margin: 0;
  padding: 0 0 5px 0;
  font-family: 'Noto Serif', serif;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .70px;
}
footer .footer-links ul li a {
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	color: #76797c;
	display: block;
	line-height: 24px;
}
footer .footer-links ul li a:hover {
	color: #e70022;
}
footer .social-links ul {
	display: flex;
}
footer .social-links ul li a{
	color: #6a6a6a;
	font-size: 20px;
	margin-right: 15px;
}
footer .social-links ul li a:hover{
	color: #e70022;
}
footer address {
	margin-top: 45px;
	border-top: solid 1px #e70022;
	padding-top: 20px;
	font-style: normal;
	font-size: 11px;
	color: #fff;
	font-weight: 300;
	line-height: 12px;
}
footer address a{
	color: #fff;
}


.service-slider-content .item{
	padding: 0 20px;
}
.service-slider-content .slick-prev.slick-arrow {
	left: 14.5%;
}
.service-slider-content .slick-next.slick-arrow {
	right: 14.5%;
}
.service-slider-content .slick-dots {
	position: relative;
	bottom: 0;
	margin:0 0 20px 0;
}
.service-slider-content .slick-dots li button {
	background: #858585;
	width: 10px;
	height: 10px;
}
.service-slider-content .slick-dots li.slick-active button {
	background: #e70022;
}
.service-slider h2 {
  color: #333333;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.service-slider h2:before {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 20px;
  vertical-align: middle;
  width: 8px;
}
.service-slider h2:after {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 20px;
  vertical-align: middle;
  width: 8px;
}

.service-content h4 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 11px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
}
.service-content p {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 14px;
  color: #76797c;
  line-height: 26px;
  font-weight: 300;
}
.service-content h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Noto Serif', serif;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 13px;
  font-weight: 400;
  color: #76797c;
}
.service-content h3:after {
  content: "";
  clear: both;
  display: block;
  margin: 10px auto 30px auto;
  height: 3px;
  background: #e70022;
  width: 200px;
}
.service-content h4 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 11px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
}
.service-content p {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 14px;
  color: #76797c;
  line-height: 26px;
  font-weight: 300;
}
.service-content ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #76797c;
  line-height: 26px;
  font-weight: 300;
}
.service-content ul li {
  position: relative;
  padding: 0 0 0 10px;
}
.service-content ul li:before {
  content: "";
  background: #e70022;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}

#testimonial-slider .slick-prev.slick-arrow {
	left: 0;
}
#testimonial-slider .slick-next.slick-arrow {
	right: 51%;
}
.testimonial-slider .description cite {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 700;
}
.testimonial-slider .description cite span {
  margin: 0 14px;
}
.testimonial-slider .description blockquote {
  margin: 0;
  padding: 10px 0;
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  font-family: 'Noto Serif', serif;
}
.testimonial-slider .description p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
  font-style: normal;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: right;
}

.accordion-item {
	border: 0;
	border-radius: 0 !important;
	background: #f7f7f7;
	margin: 0;
	border-bottom: solid 1px #FFF;
	cursor: pointer;
	position: relative;
}
.accordion-item .accordion-header .accordion-button {
	border-radius: 0;
	background: none;
	line-height: 40px;
	font-size: 22px;
	color: #333333;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	padding: 20px 20px 20px 44px;
	letter-spacing: .80px;
}
.accordion-button:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
.accordion-body {
	font-size: 14px;
	color: #76797c;
	font-weight: 300;
	line-height: 26px;
	padding: 15px 20px 20px 44px;
	background: #fff;
}
.accordion-button::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  color: #e70022;
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 21px;
  font-size: 18px;
  background-image: none;
}
.accordion-button:not(.collapsed)::after {
	 content: "\f0d7";
	 background-image: none;
	 transform: none;
}
.faq h3 {
  color: #333333;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.faq  h3:before {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 20px;
  vertical-align: middle;
  width: 8px;
}
.faq h3:after {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 20px;
  vertical-align: middle;
  width: 8px;
}
.faq blockquote {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 14px;
  color: #76797c;
  line-height: 26px;
  font-weight: 300;
}


.content-main h2{
  color: #333333;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Noto Serif', serif;
}
.content-main h2::before {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 20px;
  vertical-align: middle;
  width: 8px;
}
.content-main h2::after {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 20px;
  vertical-align: middle;
  width: 8px;
}

.about-team h2{
  color: #333333;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Noto Serif', serif;
}
.about-team h2::before {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 20px;
  vertical-align: middle;
  width: 8px;
}
.about-team h2::after {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 20px;
  vertical-align: middle;
  width: 8px;
}
.team-member.item {
  padding: 0 10px;
  text-align: center;
}
.team-member a {
    color: #76797c;
    text-decoration: none;
    text-align: center;
    display: block;
}
.team-slider-section .team-text {
  margin: 0;
  padding: 0 3rem;
}
.team-slider-section .team-text h3 {
  color: #333333;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.team-slider-section .team-text h3::after {
  background: #e70022;
  clear: both;
  content: "";
  display: block;
  height: 2px;
  margin: 10px auto 0;
  width: 150px;
}
.team-slider-section .team-text span {
  margin: 0;
  padding: 10px 0 20px 0;
  display: block;
  color: #76797c;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.team-slider-section .team-text .clearfix {
  padding-bottom: 30px;
}
.team-slider-section .team-text p {
  color: #76797c;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.team-slider-section .team-text a {
  color: #e70022;
  font-size: 13px;
  font-weight: 700;
  font-family: raleway;
  text-align: center;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.team-slider-section .slick-prev.slick-arrow {
  left: -30px;
}
.team-slider-section .slick-next.slick-arrow {
  right: -30px;
}
.contact-details h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
  color: #76797c;
  font-family: 'Noto Serif', serif;
  letter-spacing: 0.70px;
  font-weight: 400;
}
.contact-details h3:after {
  content: "";
  display: block;
  margin: 0 auto;
  background: #e70022;
  height: 4px;
  width: 200px;
  margin: 8px auto 0 auto;
}
.contact-details h4 {
  margin: 0;
  padding: 30px 0 0 0;
  font-size: 11px;
  color: #333333;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-details address {
  display: block;
  padding-bottom: 10px;
  font-style: normal;
  font-size: 14px;
  color: #76797c;
  font-weight: 300;
  line-height: 20px;
}
.contact-details address a {
  font-weight: 700;
  color: #e70022;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.contact-details address a:hover {
  color: #000;
}
.contact-details address a[href^="tel:"] {
  color: #76797c;
  font-weight: 400;
}
.contact-details address.top-address {
  line-height: 26px;
}
.contact-details address.top-address a[href^="tel:"] {
  line-height: 19px;
  font-weight: 700;
}
.contact-section h2 {
  color: #333333;
  font-family: 'Noto Serif', serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 21px;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.contact-section h2:before {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 20px;
  vertical-align: middle;
  width: 8px;
}
.contact-section h2:after {
  background: #e70022;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 20px;
  vertical-align: middle;
  width: 8px;
}


@media(max-width: 1279px){
	.top-header .phone {
		margin-left: 60px;
	}
	.navbar-brand {
		max-width: 90px;
		margin-left: -15px;
	}
	.navbar-nav > li.nav-item {
		padding: 0;
	}
	.top-header .social-links {
		margin: 0 0 0 20px;
	}
	.hero-section {
		min-height: 700px;
	}
}
@media(max-width: 991px){
.navbar-toggler {
	padding: 10px 0;
	font-size: 16px;
	border: 0;
	max-width: 80px;
	margin-left: 80px;
	display: flex;
	align-items: center;
}

.navbar-toggler .fa-bars {
	color: #e70022;
	font-size: 22px;
	margin-right: 5px;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.header-bottom {
	background-color: rgba(237, 238, 239, 1);
	align-items: center;
}
.navbar-nav > li.nav-item {
	line-height: 45px;
	text-align: left;
	position: relative;
	padding: 0 18px;
	border-top: 1px solid #333;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 100%;
	padding: 0 0 20px 0;
	box-shadow: none;
	display: flex;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .callouts {
	display: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
	padding: 5px 0;
}
.header-bottom .btn {
	padding: 5px 15px;
	max-width: 130px;
	justify-content: center;
	margin-left: auto;
	font-size: 13px;
}
.top-header .phone {
	display: none;
}
.top-header, .header-bottom {
	margin: 0;
}
.header-links{
	display: none;
}
.top-header .social-links {
	margin: 0;
	text-align: center;
}
.quick-connect .form-control {
	margin: 0;
}
.nav-tabs .nav-link {
	padding: 10px 5px;
}
.home-team-section ul {
	flex-wrap: wrap;
}
.home-team-section ul li {
	width: 33.33%;
}
}
@media(max-width: 767px){
.navbar .row > .col-md-12, .navbar .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav > li.nav-item {
	padding: 0;
}
.navbar-collapse {
	padding: 0;
	margin-top: 10px;
}
.nav-tabs .nav-item {
	width: 100%;
	text-align: center;
}
.nav-tabs .nav-link {
	width: 100%;
	border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
	color: #fff;
	background: #e70022;
	border-radius: 0;
}
.client-section ul li {
	width: 33.33%;
}
footer {
	padding: 60px 0 40px 0;
}
.service-slider-content .item {
	padding: 0 10px;
}
.team-slider-section .slick-prev.slick-arrow {
  left: 10px;
}
.team-slider-section .slick-next.slick-arrow {
  right: 10px;
}
}