/*   
Theme Name: westenthor
Theme URI: https://t.me/TREXIG_dev
Author: Igor TREXIG
Author URI: https://t.me/TREXIG_dev
*/
body {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #052c75;
}

body.home {
	color: #052c75;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: auto; 
	z-index:999999999999999999;
}

.top-line, footer {
    background: #052C75;
}

#main-menu li a {
    color: #fff;
}

.top-menu .navbar {
	float: right;
    margin-right: 3rem;
    margin-top: 2rem;
	box-shadow: none;
}

.expertise_tabs {
    background: #052c75;
    padding: 35px 30px;
    padding-left: 7rem;
}

.page-template-page-expertise .section-main {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.expertise_tabs a.nav-link {
	font-size: 15px;
    font-weight: bold;
    background: #052c75;
    color: #8a8d8f;
    border: 1px solid #8a8d8f;
	border-radius: 0;
}

.expertise_tabs a.nav-link:hover {
    color: #fff !important;
    border: 1px solid #fff;
    text-decoration: none;
}

.expertise_tabs a.nav-link.active {
	color: #fff;
	border: none;
    border-left: 6px solid #fff;
    border-radius: 0;
	background: #052c75;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
}

.expertise_tabs a.nav-link.active:hover {
    border: none;
    border-left: 6px solid #fff;
    color: #8a8d8f !important;
}

.expertise_tabscont {
    padding-top: 35px;
    padding-left: 25px;
}

#main-menu li {
    padding: 10px 15px;
}

.lang-item-first {
	padding-left: 45px !important;
}

.lang-item-first a {
    position: relative;
}

.lang-item-first a:before {
    content: "|";
    color: #fff;
    position: absolute;
    bottom: 8px;
	left: -30px;
}

section {
	min-height:80px;
	padding-bottom: 40px;
    padding-top: 40px;
}

.section-slider {
	padding-top: 0;
}

.section-results, .section-about, .section-contactus {
    background: #b4bfd5;
}

footer {
    padding-top: 60px;
}

.foot-menu1, .foot-menu2, .foot-cont, .footer-copy {
    color: #fff;
}

.footer1_title, .footer2_title, .footer4_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-copy {
    padding-top: 40px;
    padding-bottom: 21px;
    font-size: 13px;
	text-align: center;
}

.footer_soc {
    margin-top: 30px;
}

.soc_link {
	text-decoration: none;
	margin-right: 10px;
}

.soc_link svg {
    height: 1.25rem;
	width: 1.25rem;
    vertical-align: middle;
	stroke: #fff;
    fill: #fff;
}

.soc_link svg:hover {
    stroke: #8a8d8f;
    fill: #8a8d8f;
}

.foot-cont {
    padding: 0 3rem;
}

.foot-cont a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
	color: #8a8d8f !important;
}

.footlogo {
    margin-left: -5rem;
}

.footer_cont {
    margin-bottom: 1rem;
}

#totop {
	cursor: pointer;
	width: 60px;
	position: fixed;
	right: 0px;
	background: rgb(255 255 255 / 60%);
	padding: 5px 10px;
	border-radius: 6px 0 0 6px;   
 	bottom: 30px;
	display: none;
	outline: none;
}

ul#menu-key-links-menu li, ul#menu-useful-links li {
    line-height: 1;
}

.foot-menu1 {
    margin-left: 6rem;
}

.foot-menu2 {
    margin-left: -6rem;
}

img.title_img {
	width: 90px;
    height: auto;
    margin: 0 auto;
}

h1.block_title {
	text-align: center;
    font-size: 45px;
    font-weight: 400;
    color: #052c75;
    margin-top: 20px;
    margin-bottom: 30px;
}

.section-expertise {
	position: relative;
}

.section-expertise .footer_soc {
    background: #052c75;
    padding: 20px;
    max-width: max-content;
    position: absolute;
	border-radius: 10px;
	margin-top: 0;
}

p.exp_subtitle {
    font-weight: bold;
    margin-left: 2rem;
}

ul.services_list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

ul.services_list li a {
    color: #052c75;
    text-decoration: none;
}

ul.services_list li a:hover {
    text-decoration: underline;
	color: #8a8d8f;
}

a.morebutton {
    color: #fff;
    font-weight: bold;
    background: #052c75;
    text-decoration: none;
    padding: 13px 10px;
}

.button-more {
	text-align: center;
	margin-top: 20px;
}

hr.bottomline {
    margin-top: 1.5rem;
	border-width: 2px;
	color:#333;
}

.busserv {
    margin-left: 15rem;
}

.indserv {
	margin-left: -15rem;
}

a.morebutton:hover {
    background: #8a8d8f;
	color:#fff !important;
}

a.soc_link:hover {
    text-decoration: none;
}

.result_numb p {
    font-size: 70px;
    font-weight: 900;
	color: #052c75;
	text-align: center;
}

.result_text p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: -1rem;
}

.result_item hr.bottomline {
    border-width: 6px;
}

.img-fluid.member_photo {
    width: 90%;
    position: relative;
}

.team_item {
    position: relative;
}

.section-team {
    position: relative;
}

.slick-dots li button:before {
    font-size: 15px !important;
    color: #8a8d8f;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #052c75 !important;
}

.slide-nav {
    position: absolute;
	top: 50%;
    max-width: -webkit-fill-available;
}

.slide-nav #default_prev, .slide-nav #default_prev1, .slide-nav #default_prev2 {
    left: -2rem;
    position: inherit;
}

.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
    right: 7rem;
    position: inherit;
}

.slide-nav span img {
    width: 25px;
}

.section-slider .slide-nav #default_prev1 {
    left: 0;
}

.section-slider .slide-nav #default_next1 {
    position: absolute;
    right: 5rem;
}

.section-slider .slide-nav #default_prev1 {
    left: 5rem;
}

.section-clients .slide-nav #default_next2 {
    right: 0;
}

p.member_info {
    position: absolute;
    bottom: -16px;
    padding: 20px;
    background: #052c75cc;
    width: 90%;
}

span.member_name, span.member_post {
	font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
	color: #fff;
}

.about_text p {
    font-size: 25px;
    text-align: center;
    padding: 0 8rem;
}

.slider-block {
    padding: 0;
}

.slider_item {
    position: relative;
    min-height: 600px;
    background-repeat: no-repeat !important;
}

p.slider_title, p.slider_text {
    color: #fff;
}

.slider_textbut {
    position: absolute;
    top: 30%;
    right: 35%;
}

p.slider_title {
    font-size: 60px;
    font-weight: 500;
}

p.slider_text {
    font-size: 25px;
    font-weight: 500;
    margin-left: 12rem;
    margin-bottom: 4rem;
}

.contactus {
    color: #fff;
    font-weight: bold;
    background: #052c75;
    text-decoration: none;
    padding: 13px 10px;
    margin-left: 14rem;
	width: fit-content;
}

a.contactus:hover {
    background: #8a8d8f;
    color: #fff !important;
	text-decoration: none;
}

.section-slider .slide-nav {
    top: 50%;
}

.section-slider .slide-nav #default_prev {
    left: 5rem;
}

.section-slider .slick-arrow {
    background: rgb(255 255 255 / 60%);
    padding: 10px 20px;
    border-radius: 50px;
}

#side-checkbox {
    display: none;
}

.side-panel {
	font-size: 13px;
    position: fixed;
    z-index: 999999999999999;
    top: 0;
    right: -550px;
    background: #cdd4e3;
    transition: all 0.5s;  
    width: 550px;
    height: 100vh;
    box-shadow: 10px 0 20px rgba(0,0,0,0.4);
    color: #052C75;
    padding: 25px 20px;
	overflow-y: scroll;
    overflow-x: hidden;
}

.side-title {
	font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #8295ba;
}

.side-close {
    display: none;
}

#side-checkbox:checked + .side-panel + .side-open {
    display: none;
}

#side-checkbox:checked + .side-panel + .side-close {
    display: block;
}
#side-checkbox:checked + .side-panel {
    right: 0;
}

.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #052c75;  
    transition: all 280ms ease-in-out;   
}

.side-button-2:hover {
    transform: rotate(45deg) scale(1.1);   
    color: #FFF;
}

.section-clients .row {
    position: relative;
}

.client_photo {
    width: 85%;
}

.clientsbl {
    display: inline-block;
}

.wpcf7-submit {
	color: #fff;
    font-weight: bold;
    background: #052c75;
	border: 1px solid #fff;
    text-decoration: none;
    padding: 13px 10px;
    margin-left: 13.6rem;
	text-transform: uppercase;
}

.col-6.col-md-6 input[type="text"], .col-6.col-md-6 input[type="email"], .col-6.col-md-6 input[type="tel"] {
    width: 100%;
}

span.wpcf7-list-item label {
    margin-right: 20px;
}

span.labelcf7 {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: -15px;
    margin-top: 5px;
    display: block;
	color: #052c75;
}

span.contform_bottom {
    display: block;
    margin-top: 10px;
}

.getintouch span.side-b.side-open {
    color: #fff;
    font-weight: bold;
    background: #052c75;
    text-decoration: none;
    padding: 13px 10px;
    display: block;
    margin-top: 0.2rem;
}

.getintouch span.side-b.side-open:hover {
    background: #8a8d8f;
	cursor: pointer;
}

p.get_in_touch_text {
    font-size: 40px;
    font-weight: 400;
    color: #052c75;
    text-align: right;
}

.titlebread {
    background: rgb(29,65,130);
    background: linear-gradient(90deg, rgba(29,65,130,1) 33%, rgba(54,86,144,1) 70%, rgba(80,107,158,1) 100%);
    color: #fff;
    padding: 3rem 10rem;
}

h1.page-title {
    font-size: 45px;
    text-transform: uppercase;
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.section-main {
    margin-top: 60px;
}

.about_us.text {
    font-size: 24px;
    text-align: center;
    padding: 0 40px;
}

li.services_item {
    line-height: 40px;
}

.about_blimage1 {
    margin-bottom: 50px;
}

.about_blimage1, .about_blimage2 {
    padding: 0 50px;
}

.about_img1, .about_img2 {
    width: 90%;
}

.cont_item img {
    width: 40px;
}

.form-control {
    font-size: 14px;
	background-color: #e6e9f1;
	border: 1px solid #8a8d8f;
	border-radius: 0 !important;
}

.form-control::placeholder {
    color: #052c75;  
}

.page-template-page-contacts label.form-label {
    display: block;
}

p.cont_item {
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 35px;
}

.cont_item .cont_img, .cont_item span {
    display: inline-table;
    vertical-align: middle;
}

.cont_item a {
    color: #052c75;
}

span.wpcf7-list-item-label {
    margin-right: 7px;
}

strong {
    font-weight: bold;
}

.other_exp_block {
    position: sticky;
    z-index: 1001;
    background: #fff;
    left: 0;
    top: 10rem;
	padding: 30px 0 10% 0;
    -webkit-box-shadow: 0 0 15px 1px rgb(0 0 0 / 22%);
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 22%);
}

.exp_contnt {
    font-size: 22px;
	padding-right: 7rem;
}

.other_services {
    padding-left: 0;
}

.title_expert {
    font-size: 18px;
    font-weight: bold;
    margin-left: 30px;
    text-transform: uppercase;
}

ul.expertises_list {
    padding-left: 0;
}

li.expertise_item {
    list-style: none;
	line-height: 40px;
    font-size: 18px;
	padding-left: 32px;
    padding-right: 15px;
}

.downloads {
    -webkit-box-shadow: -1px 34px 25px -24px rgb(0 0 0 / 25%);
    -moz-box-shadow: -1px 34px 25px -24px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 34px 25px -24px rgb(0 0 0 / 25%);
    margin: 4rem 0;
    border-spacing: 0;
    border-collapse: separate;
    border: 1px solid #8a8d8f;
    overflow: hidden;
}

p.title_downloads {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background: rgb(29,65,130);
    background: linear-gradient(90deg, rgba(29,65,130,1) 33%, rgba(54,86,144,1) 70%, rgba(80,107,158,1) 100%);
    color: #fff;
    padding: 1rem 2rem;
}

ul.files_list {
    padding-left: 0;
}

li.files_item {
    list-style: none;
    line-height: 50px;
    padding-left: 25px;
}

li.files_item:hover, .expertise_item:hover  {
    background: #8a8d8f33;
}

a.files_item_link, .expertise_item a  {
    display: block;
    width: 100%;
    color: #052c75;
}

a.files_item_link:hover, .expertise_item a:hover {
    color: #052c75 !important;
    text-decoration: none;
}

.download-icon {
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    background-color: #052c75;
    float: right;
	margin-right: 20px;
	margin-top: 5px;
    border-radius: 50%;
}

.download-icon svg {
    width: 40px;
    height: 17px;
    margin-top: -14px;
}

.section-slider {
    position: relative;
}

.section-slider .footer_soc {
    position: absolute;
    bottom: 3.2rem;
    left: 1rem;
    z-index: 100001;
}

.section-slider .footer_soc span {
	position: relative;
    width: 70px;
    height: 70px;
	opacity: 0.5;
    -webkit-box-shadow: inset 0 0 0 1px rgb(255 255 255 / 50%);
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 50%);
    -webkit-transition: color .25s,-webkit-box-shadow .5s ease;
    transition: color .25s,-webkit-box-shadow .5s ease;
    transition: color .25s,box-shadow .5s ease;
    transition: color .25s,box-shadow .5s ease,-webkit-box-shadow .5s ease;
    display: inline-grid;
}

.section-slider .footer_soc span:after, .footer_soc span:before {
	content: '';
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
}

.section-slider .soc_link {
    margin-right: 0;
}

.section-slider .footer_soc .soc_link svg {
    display: flex;
    height: 2.7rem;
    width: 2.7rem;
	margin: 0.8rem auto;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template-default .section-main {
	font-size: 20px;
    margin-top: 0;
}

.page-template-default ol {
    padding-left: 60px;
}

p.title_par {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

h1.page-title.lower {
    text-transform: unset;
}

p.search_form {
    border-bottom: 3px solid #052c75;
}

.search_form input {
    width: 94%;
    display: inline-block;
    border: none;
    background: none;
}

.search_form input.form-control:focus {
	border-color: none;
    box-shadow: none;
}

.search_form button {
    display: inline-block;
    width: 5%;
    background: none;
    border: none;
}

.search_form button img {
    width: 25px;
    height: auto;
}

.insight_item {
    display: inline-block;
    width: 31%;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    margin-right: 25px;
    transition: transform 200ms ease-out, box-shadow 200ms ease-in-out;
    transform: translateZ(0);
    -webkit-box-shadow: -1px 34px 25px -24px rgb(0 0 0 / 25%);
    -moz-box-shadow: -1px 34px 25px -24px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 34px 25px -24px rgb(0 0 0 / 25%);
}

.insights_meta  {
    padding: 1.5rem;
	background: #b4bfd5;
}

p.ins_author {
    font-size: 13px;
}

.read_img {
    width: 10px;
    margin-top: 7px;
    float: right;
}

p.ins_title {
    font-size: 22px;
    font-weight: bold;
}

.insights_meta a {
    display: block;
    width: 100%;
    background: #e6e9f1;
    padding: 10px;
    color: #052c75;
    text-transform: uppercase;
    font-weight: bold;
}

.insights_meta a {
    display: block;
    width: 100%;
    background: #e6e9f1;
    padding: 10px;
    text-transform: uppercase;
    color: #052c75;
    font-weight: bold;
}

.insights_meta a:hover {
    background: #e6e9f1b3;
    color: #052c75 !important;
	text-decoration: none;
}

.pagination .nav-links {
    display: block;
    width: 100%;
    text-align: center;
}

a.page-numbers, span.page-numbers {
    margin-right: 10px;
}

a.page-numbers {
    color: #8a8d8f;
    font-size: 20px;
    font-weight: 500;
}

span.page-numbers.current {
    font-size: 20px;
    font-weight: 500;
    color: #052c75;
    border-bottom: 3px solid #052c75;
}

.single-post .section-main {
    margin-top: 0;
	font-size: 22px;
}

.single-post h1.page-title {
    font-size: 45px;
    text-transform: none;
}

.page-template-default .titlebread, .page-template-page-expertise .titlebread {
	padding: 3rem 7rem;
}

.single-post .titlebread {
	padding: 3rem 4rem;
}

span.meta-nav {
	display: inline-block;
    width: max-content;
    background: #b4bfd5;
    padding: 7px 15px;
    border-radius: 90px;
}

span.meta-nav img {
    width: 20px;
}

.prev_next a {
    display: inline-block;
}

.prev_next a[rel="next"] {
    float: right;
}

.related-title {
    font-size: 40px;
    font-weight: 400;
    color: #052c75;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;
}

div#wpca-bar {
    z-index: 9999999;
}

#wpca-popup-modal {
    z-index: 999999999999 !important;
	font-size: 14px;
}

#wpca-popup-modal p{
    margin-bottom: 0.5rem;
}

@media screen and (max-width:500px) {
	html {
		overflow-x: hidden;
	}
	
	.section-expertise .footer_soc {
		display: block;
		margin: 0 auto;
		margin-left: 3rem;
		margin-bottom: 15px;
	}
	
	.top-menu .navbar {
		margin-right: 0;
	}
	
	.busserv {
		margin-left: 0;
	}
	
	.slider_item {
		position: relative;
		min-height: 300px;
	}
	
	button.navbar-toggler {
		border: 1px solid #fff !important;
		margin-left: 3rem;
	}
	
	span.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
	}
	
	p.slider_title {
		font-size: 25px;
	}
	
	.lang-item-first a:before {
		content: "";
		color: #fff;
		position: absolute;
		bottom: 8px;
		left: -30px;
	}
	
	.lang-item-first {
		padding-left: 15px !important;
	}
	
	.slider_textbut {
		top: 10%;
		right: 0;
		left: 17%;
	}
	
	.cu_gmap iframe {
		height: 300px;
	}
	
	.page-template-page-contacts .wpcf7-submit {
		margin-left: 9rem;
	}
	
	.expertise_tabs {
		background: #052c75;
		padding: 15px 10px;
		padding-left: 1rem;
	}
	
	.expertise_tabs a.nav-link {
		font-size: 14px;
		padding-right: 0;
	}
	
	.expertise_tabscont {
		padding-top: 25px;
		padding-left: 15px;
	}
	
	ul.services_list {
		-moz-column-count: 2;
		-webkit-column-count: 1;
		column-count: 1;
	}
	
	p.slider_text {
		margin-left: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.section-slider .slick-arrow {
		padding: 5px 12px;
	}
	
	.section-slider .slide-nav #default_next1 {
		right: 1rem;
	}
	
	.slide-nav span img {
		width: 10px;
	}
	
	.section-slider .slide-nav #default_prev1 {
		left: 1rem;
	}
	
	.contactus {
		margin-left: 3.5rem;
	}
	
	.section-expertise img.title_img {
		margin-top: 5rem;
	}
	
	.indserv {
		margin-left: 0;
	}
	
	.result_text {
		font-size: 10px;
		min-height: 30px;
	}
	
	.result_numb p {
		font-size: 30px;
	}
	
	.slide-nav #default_prev, .slide-nav #default_prev1, .slide-nav #default_prev2 {
		left: 1rem;
		padding: 5px 12px;
		background: rgb(255 255 255 / 60%);
		border-radius: 50px;
	}
	
	.img-fluid.member_photo {
		width: 100%;
	}
	
	.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
		right: 1rem;
		padding: 5px 12px;
		background: rgb(255 255 255 / 60%);
		border-radius: 50px;
	}
	
	p.member_info {
		width: 100%;
	}
	
	.about_text p {
		font-size: 16px;
		padding: 0;
	}
	
	h1.block_title {
		font-size: 30px;
	}
	
	.client_photo {
		width: 100%;
	}
	
	.section-clients .slide-nav {
		top: 60%;
	}
	
	.section-clients .slide-nav #default_next2 {
		right: 1rem;
	}
	
	.footlogo {
		margin-left: 0;
	}
	
	.foot-menu1, .foot-menu2 {
		margin-left: 0;
	}
	
	.foot-menu1, .foot-menu2, .foot-coot {
		margin-bottom: 30px;
	}
	
	.footer4_title {
		text-align: center;
	}
	
	#side-checkbox:checked + .side-panel {
		right: 0;
	}
	
	.side-panel {
		right: -100%;
		width: 100%;
	}
	
	p.get_in_touch_text {
		font-size: 27px;
		text-align: center;
	}
	
	.getintouch.side-button-1-wr {
		max-width: fit-content;
		margin: 0 auto;
	}
	
	.foot-cont {
		padding: 0 2rem;
		text-align: center;
	}
	
	.footer1_title, .footer2_title, .footer4_title {
		text-align: center;
	}
	
	.foot-menu1, .foot-menu2 {
		margin: 0 auto;
		width: max-content;
		text-align: center;
	}
	
	#totop {
		right: 10px;
	}
	
	.titlebread {
		padding: 2rem 0;
		text-align: center;
	}
	
	.about_img1, .about_img2 {
		width: 100%;
	}
	
	.result_text p {
    	font-size: 13px;
	}
	
	h1.page-title {
		font-size: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.exp_contnt {
		font-size: 19px;
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.other_services {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	li.expertise_item {
		font-size: 16px;
		margin-top: 20px;
		line-height: 30px;
	}
	
	li.files_item {
		line-height: 30px;
		margin-bottom: 30px;
	}
	
	.download-icon {
		margin-top: 0;
	}
	
	.download-icon svg {
		margin-top: 0;
	}
	
	.page-template-page-expertise-single section.section-main {
		margin-top: 0;
	}
	
	.breadcrumbs {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.insight_item {
		width: 100%;
	}
}

@media screen and (min-width:768px) and (max-width:992px) {
	.top-menu .navbar {
		margin-right: 0;
		margin-top: 2.4rem;
	}
	
	#main-menu li {
		padding: 10px 8px;
	}
	
	#main-menu li a {
		font-size: 12px;
	}
	
	.indserv {
		margin-left: 0;
	}
	
	.busserv {
		margin-left: 0;
	}
	
	.section-team .slide-nav {
    	top: 60%;
	}
	
	.slide-nav #default_prev, .slide-nav #default_prev1, .slide-nav #default_prev2 {
    	left: -1.3rem;
	}
	
	.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
    	right: 1rem;
	}
	
	span.member_name, span.member_post {
    	font-size: 15px;
	}
	
	.img-fluid.member_photo {
   		width: 95%;
	}
	
	p.member_info {
    	padding: 15px;
    	width: 95%;
	}
	
	.section-cients .slide-nav {
		position: absolute;
		top: 66%;
	}
	
	.foot-menu1 {
		margin-left: 0;
	}
	
	.foot-menu2 {
		margin-left: 0;
	}
	
	.footer1_title, .footer2_title, .footer4_title {
    	font-size: 18px;
	}
	
	.foot-cont {
		padding: 0;
	}
	
	.foot-menu1, .foot-menu2, .foot-cont {
		font-size: 12px;
	}
	
	.footlogo {
		margin-left: 0;
	}
	
	.foot-cont {
		padding: 0;
	}
	
	.foot-menu1, .foot-menu2 {
		margin-left: 0;
	}
	
	.about_us.text {
		font-size: 15px;
		padding: 0;
	}
	
	.about_text p {
		font-size: 22px;
		padding: 0;
	}
}

@media screen and (min-width:993px) and (max-width:1024px) {
	.busserv {
		margin-left: 0;
	}
	
	.indserv {
		margin-left: 0;
	}
	
	.slide-nav #default_prev, .slide-nav #default_prev1, .slide-nav #default_prev2 {
    	left: -1.4rem;
	}
	
	.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
    	right: 2.5rem;
	}
	
	.about_text p {
		font-size: 22px;
		padding: 0;
	}
	
	.section-clients .slide-nav {
    	top: 64%;
	}
	
	.footlogo {
		margin-left: 0;
	}
	
	.foot-menu1 {
		margin-left: 0;
	}
	
	.foot-menu2 {
		margin-left: 0;
	}
	
	.foot-cont {
		padding: 0;
	}
}

@media screen and (min-width:1200px) and (max-width:1359px) {
	.busserv {
		margin-left: 7rem;
	}
	
	.indserv {
		margin-left: -7rem;
	}
	
	.slide-nav #default_prev, .slide-nav #default_prev1, .slide-nav #default_prev2 {
		left: -1.5rem;
	}
	
	.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
    	right: 2.9rem;
	}
	
	.about_text p {
		font-size: 23px;
		padding: 0;
	}
	
	.section-clients .slide-nav {
    	top: 63%;
	}
	
	.footlogo {
		margin-left: 0;
	}
	
	.foot-menu1 {
		margin-left: 0;
	}
	
	.foot-menu2 {
		margin-left: 0;
	}
	
	.foot-cont {
		padding: 0;
	}
}

@media screen and (min-width:1360px) and (max-width:1399px) {
	.busserv {
		margin-left: 7rem;
	}
	
	.indserv {
		margin-left: -7rem;
	}
	
	.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
    	right: 7.5rem;
	}
	
	.section-clients .slide-nav {
    	top: 63%;
	}
	
	.footlogo {
		margin-left: -5rem;
	}
	
	.foot-menu1 {
		margin-left: 3rem;
	}
	
	.foot-menu2 {
		margin-left: 0;
	}
	
	.foot-cont {
		padding: 0;
	}
}

@media screen and (min-width:1400px) and (max-width:1920px) {
	.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
    	right: 39.5rem;
	}
	
	.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
    	right: 4.6rem;
	}
	
	.section-clients .slide-nav {
    	top: 62%;
	}
	
	.footlogo {
		margin-left: -2rem;
	}
	
	.foot-menu1 {
		margin-left: 3rem;
	}
	
	.foot-menu2 {
		margin-left: -2rem;
	}
	
	.foot-cont {
		padding: 0;
	}
}

@media screen and (min-width:1670px) and (max-width:1690px) {
	.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
		right: 12rem;
	}
}

@media screen and (min-width:1921px) {
	.side-panel {
		font-size: 18px;
	}
	
	.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
		right: 39.6rem;
	}
	
	.slide-nav #default_next, .slide-nav #default_next2, .slide-nav #default_next2 {
    	right: 4.6rem;
	}
	
	.section-clients .slide-nav {
    	top: 62%;
	}
	
	.footlogo {
		margin-left: -2rem;
	}
	
	.foot-menu1 {
		margin-left: 3rem;
	}
	
	.foot-menu2 {
		margin-left: -2rem;
	}
	
	.foot-cont {
		padding: 0;
	}
}