@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;1,400&display=swap');

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
body {
	margin: 0 auto;
	font-family: 'Maven Pro', sans-serif;
	font-weight:300;
	font-size: 120%;
	line-height: 1;
	color: #000;
	background: #fff;
	cursor: default;
}
.container {
	margin: 0 auto;
	max-width: 1700px;
	padding: 0 2%;
	box-sizing: border-box;
}

a {
	color: #86704d;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
a:hover, a:focus {
	color: #b28843;
	text-decoration: underline;
	outline: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

a[href^=tel] {
	background: none !important;
	padding: 0 !important;
}
a img {
	border: 0;
}

/* FORMS */
input[type='text'], input[type='tel'],input[type='email'], input[type='password'], textarea {
	background: #FFFFFF;
	border: 1px solid #e1dcd3;
	outline: 0;
	font-family: 'Maven Pro', sans-serif;
	font-size: 95%;
	font-weight: 300;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border-radius: 4px;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus {
	border: 1px solid #a8987f;
}
input[type='text'].invalid, 
input[type='tel'].invalid,
input[type='email'].invalid {
	border: 1px solid #b38b49;
}
input[type='submit'], input[type='button'], button {
	border: 0;
	outline: 0;
	font-size: 104%;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	background: #a8987f;
	padding: 10px 25px 10px;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	border-radius: 4px;
}
input[type='submit']:hover, input[type='button']:hover, button:hover {
	background: #86704d;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

.has-error-foundation input[type="text"].rsform-error:not(:focus), 
.has-error-foundation input[type="email"].rsform-error:not(:focus) {
	color: #000 !important;
}
.has-error-foundation .formValidation {
	margin-left: 10px;
}

div.formBody {
	float: none !important;
}
.formError {
	color: #ff0000 !important;
	font-size: 13px !important;
	font-weight: normal !important;
	display: block;
	position: relative;
	z-index: 9
}
.formClr {
	display: inline-block !important;
}
.formRed {
	font-weight: 600 !important;
	font-size: 85%;
}
fieldset.formFieldset, fieldset {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
fieldset div.row {
	margin-bottom: 10px;
}

hr {
	border: none;
	border-bottom: 1px solid #a8987f;
	margin: 1% 0;
}
img {
	max-width:100%;
	max-height:100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	line-height: 1.1;
	font-weight: 400;
}
h1, h2 {
	font-size: 150%;	
}
h1 {
	font-weight: 600;	
}
strong, b {
	font-weight: 500;
}
p {
	margin-top: 0;
	margin-bottom: 14px;
	line-height: 1.2;
}
.p p {
	margin: 0;
	line-height: 0;
}
ul.ul, .ul ul, .ol ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.li li {
	display: inline-block;
	vertical-align: top;
}
dl {
	margin: 25px 0;
	font-size: 80%;
	color: #a0a0a0;
}
dd {
	margin-left: 0;
}
div.grid {
	display: inline-block;
	vertical-align: top;
}


/* HEADER */
#header {
	padding: 10px 0;
	box-shadow: 2px 4px 8px rgba(52,58,64,0.15);
	background: rgb(256,256,256,0.97);
	width: 100%;
	z-index: 9999;
	top: 0;
	position: fixed;
}
#header .logo a {
	text-indent: -99999px;
	display: inline-block;
	background: url(../images/Kalirai_Co.svg) no-repeat 0 0 / 100%;
	width: 310px;
	padding-top: 62px;
}

/* MENU */
#header .mainmenu {
	float: right;
	margin-top: 20px;
}
#header .mainmenu li {
	margin-left: 25px;
}
#header .mainmenu li:first-child {
	margin-left: 0;
}
#header .mainmenu li a {
	color: #000;
	font-size: 100%;
	font-weight: 600;
	text-decoration: none;
}
#header .mainmenu li a:hover,
#header .mainmenu li.active a {
	color: #86704d;
}

/* BURGER */
#header .burger {
	float: right;
	margin-top: 2px;
}
.menu-icon-cont .menu-icon3 {
	margin: .05em !important; 
}
.sm-overlay-104 .sm-overlay-win {
	opacity: 0.95;
}
/*
.sm-full-104 .sm-overlay-win #off-menu_104 {
	vertical-align: top !important;
	margin-top: 8%;
}
*/

/* BANNER */
#banner {
	margin-top: 83px;
}

#content .usp,
#by-your-side {
	margin: 0 auto 5%;
	max-width: 1700px;
}
#content .usp {
	text-align: center;
}
#content .usp li {
	width: 24%;
	text-align: center;
}
#content .usp ul li h4 {
	font-weight: 600;
	font-size: 106%;
	margin-bottom: 10px;
}
#content .usp ul li p {
	font-weight: 300;
	font-size: 80%;
}
#content .usp li.expert a {
	background: url(../images/team.svg) no-repeat center top / 160px;
}
#content .usp li.value a {
	background: url(../images/computer.svg) no-repeat center top / 148px;
}
#content .usp li.quality a {
	background: url(../images/document.svg) no-repeat center top / 166px;
}
#content .usp li.trusted a {
	background: url(../images/handshake.svg) no-repeat center top / 162px;
}
#content .usp li.expert a:hover {
	background: url(../images/team_h.svg) no-repeat center top / 160px;
}
#content .usp li.value a:hover {
	background: url(../images/computer_h.svg) no-repeat center top / 148px;
}
#content .usp li.quality a:hover {
	background: url(../images/document_h.svg) no-repeat center top / 166px;
}
#content .usp li.trusted a:hover {
	background: url(../images/handshake_h.svg) no-repeat center top / 162px;
}
#content .usp li a {
	color: #000;
	text-decoration: none;
	padding-top: 155px;
	display: inline-block;
	width: 100%;
}
#content .usp li a:hover {
	color: #86704d;
}


/* CONTENT */
#content {
	margin: 120px 0 100px;
}
#home #content {
	margin-top: 45px;
}
#content .category-desc {
	background: #f8f7f5;
	padding: 15px 15px 5px;
	margin-bottom: 35px;
}


/* HOME */
#home #content .container {
	max-width: none;
	padding: 0;
}
#home #content .blog {
	text-align: center;
}
#by-your-side {
	padding: 0 2%;
	margin-top: 6%;
	margin-bottom: 100px;
}
#by-your-side .item-image {
	width: 40%;
	margin-right: 3%;
}
#by-your-side div.full-text {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 55%;
}
#by-your-side h1,
#learn-about-us h1,
#services-we-provide h1 {
	color: #616161;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}
#by-your-side h2 {
	font-weight: 900;
	font-size: 230%;
}
#by-your-side h3 {
	font-weight: 600;
	font-size: 145%;
}

#home #content .blog .leading-1 {
	background: #dad4c9;
	display: block;
	margin-bottom: 110px;
}
#learn-about-us {
	max-width: 1700px;
	margin: 0 auto;
	text-align: left;
	padding: 5% 2%;
	text-shadow: 0px 3px 6px #00000029;
}
#learn-about-us h2 {
	font-weight: 900;
}

#services-we-provide {
	margin-bottom: 90px;
}
#services-we-provide .control {
	text-align: right;
	margin-bottom: 25px;
}
#services-we-provide .control a {
	display: inline-block;
	width: 50px;
	height: 50px;	
	border-radius: 50px;
	text-indent: -99999px;
	text-align: center;
}
#services-we-provide .control a.prev {
	background: #000 url(../images/prev.svg) no-repeat center center / 15px;
	margin-right: 6px;
}
#services-we-provide .control a.next {
	background: #000 url(../images/next.svg) no-repeat center center / 15px;
}
#services-we-provide .control a.prev:hover {
	background: #86704d url(../images/prev.svg) no-repeat center center / 15px;
}
#services-we-provide .control a.next:hover {
	background: #86704d url(../images/next.svg) no-repeat center center / 15px;
}
#services-we-provide h2 {
	font-weight: 900;
	font-size: 230%;	
}
#services-we-provide .full-text,
#testimonials .full-text {
	text-align: left;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 2%;
}
#services-we-provide .bt-row {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	width: 21% !important;
	height: 280px;
	background: #e7e2db;
	border-radius: 10px;
	padding: 25px 15px 10px;
	margin-bottom: 20px;
	text-shadow: 0px 3px 6px #00000029;
	font-size: 94%;
}
#services-we-provide .bt-row.bt-row-last {
	margin-right: 0;
}
#services-we-provide .bt-introtext {
	height: auto !important;
}
#services-we-provide .bt-inner h4 {
	font-weight: 800;
	font-size: 135%;
	margin-bottom: 15px;
}


#home #testimonials h1 {
	margin-bottom: -8px;
}
#testimonials .bt-inner {
	background: #f8f7f5;
	padding: 20px 1.5%;
	font-size: 100%;
	margin-top: 20px;
}
#testimonials .bt-inner strong {
	font-weight: 700;
}
#testimonials .bt-inner h4 {
	background: url(../images/q_1.svg) no-repeat left top / 22px;
	text-indent: 25px;
	font-weight: 500;
	font-size: 114%;
	font-style: italic;
	line-height: 1.1;
	letter-spacing: 0.4px;
}
#testimonials .bt-inner h4 strong {
	font-weight: 500;
	background: url(../images/q_2.svg) no-repeat right bottom / 20px;
	padding-right: 25px;
}
#testimonials .bt-inner h5,
#testimonials .bt-inner h6,
#testimonials .bt-inner p {
	font-weight: 400;
	font-size: 100%;
	display: inline-block;
	margin-bottom: 6px;
}
#testimonials .bt-inner h5::after,
#testimonials .bt-inner em::after {
	content: ","
}
#testimonials .bt-inner em {
	font-style: normal;
	font-size: 90%;
}
 
 
 

/* SERVICES */
#services #content .items-leading .item {
	margin-bottom: 60px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e7e2db;
}
#services #content .items-leading .item:last-child {
	border-bottom: 0;
}
h2.mooaccordion {
	display: inline-block;
	vertical-align: middle;
	font-size: 130%;
	padding: 5px 15px 10px 10px;
	margin-bottom: 5px;
}
h2.mooaccordion:hover {
	cursor: pointer;
	color: #a8987f;
	background: #f6f5f2;
}
h2.mooaccordion strong::before {
	content: "+";
	padding-right: 3px;
}
h2.mooaccordion.mooaccordionopen {
	margin-bottom: 0;
	background: #f6f5f2;
	padding: 5px 20px 0px 10px;
	color: #000;
	cursor: default;
}
h2.mooaccordionopen strong {
	font-weight: 700;
}
h2.mooaccordionopen strong::before {
	content: "-";
	font-weight: 700;
}
h2.mooaccordionopen + div.text {
	background: #f6f5f2;
	margin-bottom: 20px;
	padding: 15px 10px 0 !important;
}


/* TESTIMONIALS */
#testimonials #content .items-leading div.grid {
	width: 47%;
	padding: 0 1% 1%;
	margin-bottom: 3%;
}
#testimonials #content .items-leading div.grid:nth-child(odd) {
	margin-right: 1%;
}
#testimonials #content .items-leading .full-text,
#testimonials #content .item-page {
	background: url(../images/q_1.svg) no-repeat left top / 22px;
}
#testimonials #content .items-leading .full-text h4 {
	text-indent: 16px;
}
#testimonials #content .item-page h4 {
	text-indent: 25px;
}
#testimonials #content .items-leading .full-text h4 strong,
#testimonials #content .item-page h4 strong {
	font-weight: 300;
	background: url(../images/q_2.svg) no-repeat right bottom / 20px;
	padding-right: 25px;
}
#testimonials #content .items-leading h4,
#testimonials #content .item-page h4 {
	font-size: 108%;
	font-style: italic; 
	letter-spacing: 0.5px;
	line-height: 1.15;
	margin-bottom: 10px;
	font-weight: 400;
}
#testimonials #content .items-leading h5,
#testimonials #content .item-page h5 {
	font-size: 88%;
	font-weight: 500;
	margin-bottom: 6px;
}
#testimonials #content .items-leading p {
	margin: 0;
}
#testimonials #content .items-leading em {
	font-style: normal;
	font-size: 70%;
	vertical-align: top;
}



/* TEAM */
#team #content .items-leading .item {
	margin-bottom: 80px;
}
#team #content .items-leading .item-image {
	width: 270px;
	margin-right: 30px;
}
#team #content .items-leading .full-text {
	width: 78%;
	margin-top: 10px;
}
#team #content .items-leading .full-text h1 {
	font-size: 130%;
	margin-bottom: 10px;
}



/* CONTACT */
#contact #content {
	margin-top: 135px;
}
#contact .items-leading div.grid {
	margin-bottom: 5%;
}
#contact .items-leading div.grid:first-child {
	width: 30%;
	margin-right: 4%;
	background: #edeae4;
	padding: 6% 4% 7%;
	border-radius: 5px;
}
#contact-info h1 {
	margin-bottom: 10%;
}
#contact-info h3 {
	font-weight: 500;
}
#contact-info h3:last-of-type {
	margin-top: 10%;
}
#contact-info hr {
	margin: 8% 0;
}
#contact .items-leading div.grid:last-child {
	width: 55%;
	margin-top: 1%;
}

/* MAP */
.gm-style img {
	max-height: none;
}
.gm-svpc, .gmnoprint, .gm-style-cc, .gm-style div a img {
	display: none;
	text-indent: -99999px;
}


/* NEWS FEED MODULE */
#home #newsfeed .container {
	padding: 0;	
}
#newsfeed {
	margin-bottom: 100px;
}
#newsfeed .news-section {
	margin-bottom: 50px;
}
#newsfeed h3 {
	font-size: 150%;
	font-weight: 600;
	margin-bottom: 30px;
}
#newsfeed .news-items {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin-right: 1.5%;
}
#newsfeed .news-items:last-child {
	margin-right: 0;
}
#newsfeed .news-items img {
	border-radius: 5px;
	margin-bottom: 15px;
}
#newsfeed .news-items h4 {
	font-weight: 600;
	margin-bottom: 10px;
}
#newsfeed .news-items .im_date {
	display: block;
	font-size: 80%;
	margin-bottom: 5px;
}
#newsfeed .news-items a {
	display: inline-block;
	background: #86704d;
	color: #fff;
	font-size: 80%;
	padding: 5px 20px 8px;
	border-radius: 3px;
	text-decoration: none;
}
#newsfeed .news-items a:hover {
	background: #b28843;
}


/* SUBSCRIBE */
#subscribe {
	background: rgba(135, 113, 77, 0.13);
	text-align: center;
	padding: 25px 0;
}
#subscribe li {
	margin: 5px 0;
}
#subscribe a.btn {
	display: inline-block;
	padding: 5px 15px 8px;
	margin: 0 5px;
	background: #86704d;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
}
#subscribe a.btn:hover {
	background: #b28843;
}


#menuWrap {
	margin: 50px 0;
	text-align: center;
}
#menuWrap ul {
	list-style: none;
	padding: 0;
}
#menuWrap ul li a {
	margin: 10px 0;
	padding: 20px 10px;
	font-size: 125%;
	font-weight: 500;
	display: block;
	background: #a8987f;
	color: #000;
	text-decoration: none;
}
#menuWrap ul li a:hover {
	background: #86704d;
	color: #fff;
}
#menuWrap ul li.parent {
	display: block;
	background: #f8f7f5;
	padding: 20px 10px;
	margin: 20px 0;
	border-radius: 6px;
}
#menuWrap ul li.parent a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 150%;
	background: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
#menuWrap ul li.parent a:hover {
	color: #b28843;
}
#menuWrap ul li.parent ul {
	margin: 20px 0;
}
#menuWrap ul li.parent ul li {
	display: inline-block;
	vertical-align: top;
}
#menuWrap ul li.parent ul li a {
	padding: 20px 10px;
	margin: 5px;
	background: #86704d;
	width: 380px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font-size: 115%;
}
#menuWrap ul li.parent ul li a:hover {
	background: #b28843;
	color: #fff;
}


/* FOOTER */
#footer {
	background: #f8f7f5;
	padding: 55px 0;
	font-size: 92%;
}
#footer a {
	color: #000;
}

#footer h3 {
	font-weight: 800;
	font-size: 130%;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
}

#footer div.grid.contact {
	width: 26%;
}
#footer div.grid.contact p:first-of-type {
	margin-bottom: 5px;
}
#footer div.grid.contact p:last-of-type {
	margin-top: 30px;
}
#footer div.grid.contact img {
	width: 200px;
}

#footer div.grid.link {
	width: 40%;
}
#footer div.grid.link li {
	margin-bottom: 15px;
	font-weight: 500;
}
#footer div.grid.link li.active a {
	color: #a8987f;
}

#footer div.grid.form {
	width: 34%;
}

#footer .form h4 {
	font-weight: 700;
	font-size: 105%;
	margin-bottom: 10px;
}
#footer .form p {
	line-height: 1.15;
}
#footer .form input,
#footer .form textarea {
	border: 1px solid #f8f7f5;
}


#footercr {
	padding: 20px 0 10px;
}
#footercr div.grid.cr {
	font-size: 80%;
	margin-right: 15px;
}
#footercr div.grid.cm {
	margin-top: -5px;
	float: right;
}
#footercr .cm a {
	text-transform: uppercase;
	font-size: 8px;
}


/* PAGINATION */
.pagination {
	text-align: center;
}
.pagination p.counter {
	font-size: 70%;
	color: #a0a0a0;
}
.pagination ul li a {
	margin: 0 2px;
	background: #a8987f;
	padding: 5px 5px 7px;
	box-sizing: border-box;
	width: 35px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 100%;
}
.pagination ul li a:hover {
	background: #86704d;
}
.pagination ul li.active a {
	background: #e8e7e5;
	color: #505050;
}
.pagination ul li.disabled,
.pagination ul li:first-child,
.pagination ul li:nth-child(2),
.pagination ul li:nth-last-of-type(2),
.pagination ul li:last-child {
	display: none;
}



/* SCROLL TO TOP */
#scrollToTop {
	background: #a8987f url(../images/scrollup.svg) no-repeat center center / 60% !important;
}
#scrollToTop:hover {
	background-color: #86704d !important;
}




/* NEWS & RESOURCES */
#news h2 {
	font-weight: 600;
}
#news article {
	display: inline-block;
	vertical-align: top;
	width: 22.3%;
	margin-right: 3%;
	margin-bottom: 5%;
}
#news article:nth-child(5),
#news article:nth-child(9),
#news article:nth-child(13),
#news article:nth-child(17),
#news article:nth-child(21),
#news article:nth-child(25),
#news article:nth-child(29),
#news article:nth-child(33),
#news article:nth-child(37),
#news article:nth-child(41),
#news article:nth-child(45),
#news article:nth-child(49),
#news article:last-child {
	margin-right: 0;
}
#news article div {
	max-width: 100% !important;
	height: 200px !important;
	border-radius: 5px;
}
#news article h3 {
	padding-top: 20px;
	font-weight: 600;
	font-size: 100%;
}
#news article span.im_date {
	display: block;
	font-size: 75%;
	font-weight: 500;
	margin-bottom: 10px;
}
#news article p.im_article {
	font-size: 90%;
	letter-spacing: 0.3px;
}
#news article a {
	display: inline-block;
	background: #86704d;
	color: #fff;
	font-size: 80%;
	padding: 5px 20px 8px;
	border-radius: 3px;
	text-decoration: none;
}
#news article a:hover {
	background: #b28843;
}


#news .row-fluid {
	margin-top: 150px;
}
#news .span3 {
	margin-bottom: 40px;
}
#news .newsarticle_title {
	font-size: 130%;
	font-weight: 600;
	margin-bottom: 20px;
	display: inline-block;	
}
#news .row-fluid p:first-of-type {
	margin-top: 20px;
}
#news .row-fluid ul li,
#news .row-fluid ol li  {
	margin-bottom: 10px;
	line-height: 1.1;
}



/* RESPONSIVE ELEMENTS */

@media (max-width:1760px) {
	#home #newsfeed .container {
		margin-left: 2%;
		margin-right: 2%;
	}
	#newsfeed .container {
		padding: 0 2%;
	}
}

@media (max-width:1450px) {
	#services-we-provide .bt-row {
		width: 20.8% !important;	
	}
	
	#team #content .items-leading .full-text {
		width: 74%;
	}	
}

@media (max-width:1320px) {
	#services-we-provide .bt-row {
		width: 20.5% !important;	
	}	
}

@media (max-width:1230px) {
	#team #content .items-leading .full-text {
		width: 70%;
	}
	#news article {
		width: 30.8%;
	}
	#news article:nth-child(5),
	#news article:nth-child(9),
	#news article:nth-child(13),
	#news article:nth-child(17),
	#news article:nth-child(21),
	#news article:nth-child(25),
	#news article:nth-child(29),
	#news article:nth-child(33),
	#news article:nth-child(37),
	#news article:nth-child(41),
	#news article:nth-child(45),
	#news article:nth-child(49) {
		margin-right: 3%;
	}
	#news article:nth-child(4),
	#news article:nth-child(7),
	#news article:nth-child(10),
	#news article:nth-child(13),
	#news article:nth-child(16),
	#news article:nth-child(19),
	#news article:nth-child(22),
	#news article:nth-child(25),
	#news article:nth-child(28),
	#news article:nth-child(31),
	#news article:nth-child(34),
	#news article:nth-child(37),
	#news article:nth-child(40),
	#news article:nth-child(43),
	#news article:nth-child(46),
	#news article:nth-child(49) {
		margin-right: 0;
	}
}

@media (max-width:1200px) {
	#header .mainmenu li {
		margin-left: 15px;
	}
}

@media (max-width:1190px) {
	#services-we-provide .bt-row {
		width: 20% !important;	
	}	
}

@media (max-width:1160px) {
	#newsfeed .news-items {
		width: 23.35%;
	}
}

@media (max-width:1120px) {
	#header .mainmenu li {
		margin-left: 10px;
	}
	#header .mainmenu li a {
		font-size: 95%;
	}
}

@media (max-width:1060px) {
	#header .mainmenu li {
		font-size: 0px !important;
		color: #fff;
		display: none !important;
	}
	#team #content .items-leading .full-text {
		width: 64%;
	}	
}

@media (max-width:1020px) {
	#services-we-provide .bt-row {
		width: 19.5% !important;	
	}
	#services-we-provide .bt-inner h4 {
		font-size: 130%;
		margin-bottom: 12px;
	}	
}

@media (max-width:1000px) {
	#learn-about-us {
		padding: 7% 2%;
	}
	
	#footer div.grid.contact {
		width: 21%;
	}
	#footer div.grid.link {
		width: 45%;
	}
}

@media (max-width:980px) {
	#header .logo a {
		width: 255px;
		padding-top: 50px;
	}
	#banner {
		margin-top: 73px;
	}
}

@media (max-width:900px) {	
	#content {
		margin-top: 100px;
	}
	#home #content {
		margin-top: 30px;	
	}
	#contact #content {
		margin-top: 115px;
	}
	
	#content .usp ul li h4 {
		font-size: 92%;
		margin-bottom: 8px;
	}
	#content .usp ul li p {
		font-size: 75%;
	}
	#content .usp li.expert a {
		background-size: 140px;
	}
	#content .usp li.value a {
		background-size: 130px;
	}
	#content .usp li.quality a {
		background-size: 145px;
	}
	#content .usp li.trusted a {
		background-size: 142px;
	}
	
	#by-your-side,
	#home #content .blog .leading-1 {
		margin-bottom: 70px;
	}
	#services-we-provide {
		margin-bottom: 50px;
	}
	#services-we-provide .control {
		margin-bottom: 15px;
	}
	
	#services-we-provide .control {
		text-align: center;
		width: 97%;
	}
	#services-we-provide .bt-row {
		width: 44% !important;
		height: 255px;
	}
	#services-we-provide .bt-row:nth-child(2) {
		margin-right: 0;
	}
	
	#testimonials #content .items-leading h4 {
		font-size: 97%;
	}
	#testimonials #content .items-leading h5 {
		font-size: 75%;
	}
	
	#team #content .items-leading .item-image {
		width: 30%;
		margin-right: 25px;
	}
	#team #content .items-leading .full-text {
		width: 60%;
	}
	
	#footer {
		font-size: 90%;
	}
}

@media (max-width:880px) {
	#menuWrap ul li.parent ul li a {
		font-size: 100%;
		width: 280px;
	}
}

@media (max-width:860px) {	
	#contact .items-leading div.grid:first-child,
	#contact .items-leading div.grid:last-child {
		width: 100%;
		margin-right: 0;
		box-sizing: border-box;
		padding: 6% 4% 7%;
	}
	#contact-info h1 {
		margin-bottom: 25px;
	}
	#contact-info h3 {
		margin-bottom: 15px;
	}
	#contact-info hr {
		margin: 40px 0;
	}
	#contact-info h3:last-of-type {
		margin-top: 30px;
	}
}

@media (max-width:830px) {
	#banner {
		margin-top: 69px;
	}
	#newsfeed {
		margin-bottom: 50px;
	}
	#newsfeed .news-items {
		width: 48.6%;
		margin-bottom: 20px;
	}
	#newsfeed .news-items:nth-child(even) {
		margin-right: 0;
	}
}

@media (max-width:800px) {
	#by-your-side h2 {
		font-size: 200%;
	}
	#by-your-side h3 {
		font-size: 140%;
	}
	
	#news article {
		width: 47.9%;
	}
	#news article:nth-child(4),
	#news article:nth-child(7),
	#news article:nth-child(10),
	#news article:nth-child(16),
	#news article:nth-child(19),
	#news article:nth-child(22),
	#news article:nth-child(28),
	#news article:nth-child(34),
	#news article:nth-child(40),
	#news article:nth-child(46) {
		margin-right: 3%;
	}
	#news article:nth-child(3),
	#news article:nth-child(5),
	#news article:nth-child(7),
	#news article:nth-child(9),
	#news article:nth-child(11),
	#news article:nth-child(13),
	#news article:nth-child(15),
	#news article:nth-child(17),
	#news article:nth-child(19),
	#news article:nth-child(21),
	#news article:nth-child(23),
	#news article:nth-child(27),
	#news article:nth-child(29),
	#news article:nth-child(33),
	#news article:nth-child(35),
	#news article:nth-child(39),
	#news article:nth-child(41),
	#news article:nth-child(45),
	#news article:nth-child(47) {
		margin-right: 0;
	}
}

@media (max-width:760px) {	
	#by-your-side .item-image {
		margin-right: 0;
		margin-bottom: 5%;
		width: 60%;
	}
	#by-your-side div.full-text {
		width: 100%;
	}
	
	#footer div.grid.contact {
		width: 40%;
	}
	#footer div.grid.link {
		width: 59%;
		margin-bottom: 6%;
	}
	#footer div.grid.form {
		width: 100%;
	}
}

@media (max-width:720px) {
	#content .usp {
		padding: 0 10px;
	}
	#content .usp li {
		width: 48.5%;
		margin-bottom: 10px;
	}
	#services #content .usp {
		padding: 0;
	}
}

@media (max-width:690px) {
	#services-we-provide .bt-row {
		width: 43% !important;
	}
}

@media (max-width:650px) {
	#testimonials #content .items-leading div.grid {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		box-sizing: border-box;
	}
	#testimonials #content .items-leading div.grid:nth-child(2n+1) {
		margin-right: 0;
	}
}

@media (max-width:670px) {
	#menuWrap ul li.parent ul li a {
		width: 260px;
	}
}

@media (max-width:600px) {
	#header {
		position: relative;
	}
	
	#banner {
		margin-top: -2px;
	}
	
	#content {
		margin-top: 35px;
	}
	#contact #content {
		margin-top: 45px;	
	}
	
	#learn-about-us {
		padding: 9% 2%;
	}
	
	h2.mooaccordion {
		font-size: 110%;
		margin-bottom: 3px;
	}
	
	#team #content .items-leading .item-image {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	#team #content .items-leading .full-text {
		width: 100%;
	}
	
	#menuWrap ul li.parent ul li a {
		margin: 5px 0;
	}
}

@media (max-width:590px) {
	#footer div.grid.contact {
		width: 100%;
		margin-bottom: 6%;
	}
	#footer div.grid.link {
		width: 100%;
	}	
}

@media (max-width:570px) {
	#services-we-provide .bt-row {
		width: 42% !important;
	}
}

@media (max-width:500px) {
	#by-your-side .item-image {
		width: 80%;
	}
	#by-your-side h2 {
		font-size: 160%;
	}
	#by-your-side h3 {
		font-size: 130%;
	}	
	
	#news article {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 50px;
	}
	#newsfeed .news-items {
		width: 100%;
		margin-right: 0;
	}
	#footercr div.grid.cr {
		margin-right: 0;
		font-size: 75%;
	}
	#footercr div.grid.cm {
		float: none;
		margin-top: 0;
		margin-bottom: 15px;
		display: block;
	}
}

@media (max-width:490px) {	
	#learn-about-us h2 {
		font-size: 135%;
	}
	
	#services-we-provide h2 {
		font-size: 160%;
	}
	#services-we-provide .bt-row {
		width: 41% !important;
	}
	#services-we-provide .bt-inner h4 {
		font-size: 120%;
	}
}

@media (max-width:400px) {
	#content .usp li.expert a {
		background-size: 120px;
	}
	#content .usp li.value a {
		background-size: 112px;
	}
	#content .usp li.quality a {
		background-size: 125px;
	}
	#content .usp li.trusted a {
		background-size: 123px;
	}
	
	#home #testimonials h1 {
		margin-bottom: -13px;
	}
	
	#footercr div.grid.cr {
		font-size: 70%;
	}
}

@media (max-width:430px) {
	#services-we-provide .bt-row {
		margin-bottom: 10px;
	}
	#services-we-provide .bt-row {
		width: 100% !important;
		height: auto;
		margin-right: 0;
		box-sizing: border-box;
	}
}

@media (max-width:370px) {
	#header .logo a {
		width: 245px;
		padding-top: 48px;
	}
}










